evaluate the jacobian determinant and its derivatives
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | n |
number of evaluation points |
||
| real, | intent(in), | DIMENSION(n) | :: | X1 |
reference coordinates |
|
| real, | intent(in), | DIMENSION(n) | :: | X2 |
reference coordinates |
|
| real, | intent(in), | DIMENSION(n) | :: | zeta |
reference coordinates |
|
| real, | intent(in), | DIMENSION(n) | :: | dX1_ds |
reference coordinates |
|
| real, | intent(in), | DIMENSION(n) | :: | dX2_ds |
reference coordinates |
|
| real, | intent(in), | DIMENSION(n) | :: | dX1_dt |
reference coordinates |
|
| real, | intent(in), | DIMENSION(n) | :: | dX2_dt |
reference coordinates |
|
| real, | intent(in), | DIMENSION(n) | :: | dX1_dz |
reference coordinates |
|
| real, | intent(in), | DIMENSION(n) | :: | dX2_dz |
reference coordinates |
|
| real, | intent(out), | DIMENSION(n) | :: | dJh_ds |
jacobian det. and derivatives |
|
| real, | intent(out), | DIMENSION(n) | :: | dJh_dt |
jacobian det. and derivatives |
|
| real, | intent(out), | DIMENSION(n) | :: | dJh_dz |
jacobian det. and derivatives |