evaluate second derivatives of the hmap
| 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(out), | DIMENSION(3,n) | :: | k_11 |
derivatives of the m. coef. |
|
| real, | intent(out), | DIMENSION(3,n) | :: | k_12 |
derivatives of the m. coef. |
|
| real, | intent(out), | DIMENSION(3,n) | :: | k_13 |
derivatives of the m. coef. |
|
| real, | intent(out), | DIMENSION(3,n) | :: | k_22 |
derivatives of the m. coef. |
|
| real, | intent(out), | DIMENSION(3,n) | :: | k_23 |
derivatives of the m. coef. |
|
| real, | intent(out), | DIMENSION(3,n) | :: | k_33 |
derivatives of the m. coef. |