Evaluate the mapping from reference to physical space (hmap) without logical coordinates
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | n |
number of evaluation points |
||
| real, | intent(in), | DIMENSION(n) | :: | X1 |
reference space position |
|
| real, | intent(in), | DIMENSION(n) | :: | X2 |
reference space position |
|
| real, | intent(in), | DIMENSION(n) | :: | zeta |
reference space position |
|
| real, | intent(out), | DIMENSION(3,n) | :: | pos |
real space position and reference tangent basis vectors |
|
| real, | intent(out), | DIMENSION(3,n) | :: | dx_dq1 |
real space position and reference tangent basis vectors |
|
| real, | intent(out), | DIMENSION(3,n) | :: | dx_dq2 |
real space position and reference tangent basis vectors |
|
| real, | intent(out), | DIMENSION(3,n) | :: | dx_dq3 |
real space position and reference tangent basis vectors |