| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in), | dimension(4) | :: | F | ||
| real(kind=dp), | intent(in), | dimension(4) | :: | E1 | ||
| real(kind=dp), | intent(in), | dimension(4) | :: | E2 | ||
| real(kind=dp), | intent(in), | dimension(3, 3) | :: | t | ||
| real(kind=dp), | intent(in) | :: | hw | |||
| real(kind=dp), | intent(in) | :: | Ef | |||
| integer, | intent(in) | :: | type | |||
| real(kind=dp), | intent(in) | :: | tet_cutoff | |||
| real(kind=dp), | intent(in) | :: | avoid_deg |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in), | dimension(4) | :: | F | ||
| real(kind=dp), | intent(in), | dimension(4) | :: | E_ref | ||
| real(kind=dp), | intent(in), | dimension(4) | :: | E2 | ||
| real(kind=dp), | intent(in), | dimension(3, 3) | :: | t | ||
| real(kind=dp), | intent(in) | :: | hw | |||
| real(kind=dp), | intent(in) | :: | Ef | |||
| integer, | intent(in) | :: | type | |||
| real(kind=dp), | intent(in) | :: | tet_cutoff | |||
| real(kind=dp), | intent(in) | :: | avoid_deg |
triangle 1
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in), | dimension(4) | :: | F_in | ||
| real(kind=dp), | intent(in), | dimension(4) | :: | D_in | ||
| real(kind=dp), | intent(in), | dimension(3, 3) | :: | t_in | ||
| real(kind=dp), | intent(in) | :: | hw | |||
| integer, | intent(in) | :: | type | |||
| real(kind=dp), | intent(in) | :: | tet_cutoff | |||
| real(kind=dp), | intent(in) | :: | avoid_deg |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in), | DIMENSION(3, 3) | :: | t | ||
| real(kind=dp), | intent(in), | DIMENSION(3) | :: | x | ||
| integer, | intent(in) | :: | type |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | x |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(inout), | dimension(4, 20) | :: | P_matrix |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(inout), | dimension(6, 4) | :: | tet_array_small |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(inout), | dimension(6, 20) | :: | tet_array |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(inout), | DIMENSION(4) | :: | a | ||
| real(kind=dp), | intent(inout), | DIMENSION(4) | :: | b1 | ||
| real(kind=dp), | intent(inout), | DIMENSION(4) | :: | b2 | ||
| real(kind=dp), | intent(inout), | DIMENSION(3, 3) | :: | t |