Stores the components of the extrinsic curvature in arrays
FT 25.11.2020
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(bnslorene), | intent(inout) | :: | this |
bnslorene object which this PROCEDURE is a member of |
||
| integer, | intent(in) | :: | n | |||
| double precision, | intent(in), | DIMENSION(:) | :: | x | ||
| double precision, | intent(in), | DIMENSION(:) | :: | y | ||
| double precision, | intent(in), | DIMENSION(:) | :: | z | ||
| double precision, | intent(inout), | DIMENSION(:) | :: | k_xx | ||
| double precision, | intent(inout), | DIMENSION(:) | :: | k_xy | ||
| double precision, | intent(inout), | DIMENSION(:) | :: | k_xz | ||
| double precision, | intent(inout), | DIMENSION(:) | :: | k_yy | ||
| double precision, | intent(inout), | DIMENSION(:) | :: | k_yz | ||
| double precision, | intent(inout), | DIMENSION(:) | :: | k_zz |