| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Vect2D), | intent(out) | :: | V1 | |||
| real(kind=C_DOUBLE), | intent(in) | :: | R1 |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Vect3D), | intent(out) | :: | V1 | |||
| real(kind=C_DOUBLE), | intent(in) | :: | R1 |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Vect2D), | intent(out) | :: | V1 | |||
| real(kind=C_DOUBLE), | intent(in), | dimension(2) | :: | R1 |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Vect3D), | intent(out) | :: | V1 | |||
| real(kind=C_DOUBLE), | intent(in), | dimension(3) | :: | R1 |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Mat2D), | intent(out) | :: | M1 | |||
| real(kind=C_DOUBLE), | intent(in) | :: | R1 |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Mat3D), | intent(out) | :: | M1 | |||
| real(kind=C_DOUBLE), | intent(in) | :: | R1 |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(MatS2D), | intent(out) | :: | M1 | |||
| real(kind=C_DOUBLE), | intent(in) | :: | R1 |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(MatS3D), | intent(out) | :: | M1 | |||
| real(kind=C_DOUBLE), | intent(in) | :: | R1 |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(MatS2D), | intent(out) | :: | M1 | |||
| real(kind=C_DOUBLE), | intent(in), | dimension(3) | :: | R1 |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(MatS3D), | intent(out) | :: | M1 | |||
| real(kind=C_DOUBLE), | intent(in), | dimension(6) | :: | R1 |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=C_DOUBLE), | intent(out), | dimension(3) | :: | R1 | ||
| type(MatS2D), | intent(in) | :: | M1 |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=C_DOUBLE), | intent(out), | dimension(6) | :: | R1 | ||
| type(MatS3D), | intent(in) | :: | M1 |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Tens4OS2D), | intent(out) | :: | T1 | |||
| real(kind=C_DOUBLE), | intent(in) | :: | D1 |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Tens4OS3D), | intent(out) | :: | T1 | |||
| real(kind=C_DOUBLE), | intent(in) | :: | D1 |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=C_DOUBLE), | intent(out), | dimension(3, 3) | :: | A | ||
| type(Tens4OS2D), | intent(in) | :: | T |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Tens4OS2D), | intent(out) | :: | T | |||
| real(kind=C_DOUBLE), | intent(in), | dimension(3, 3) | :: | A |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=C_DOUBLE), | intent(out), | dimension(6, 6) | :: | A | ||
| type(Tens4OS3D), | intent(in) | :: | T |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Tens4OS3D), | intent(out) | :: | T | |||
| real(kind=C_DOUBLE), | intent(in), | dimension(6, 6) | :: | A |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Mat2D), | intent(out) | :: | M | |||
| real(kind=C_DOUBLE), | intent(in), | dimension(2, 2) | :: | A |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Mat3D), | intent(out) | :: | M | |||
| real(kind=C_DOUBLE), | intent(in), | dimension(3, 3) | :: | A |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(MatS2D), | intent(out) | :: | M | |||
| real(kind=C_DOUBLE), | intent(in), | dimension(2, 2) | :: | A |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(MatS3D), | intent(out) | :: | M | |||
| real(kind=C_DOUBLE), | intent(in), | dimension(3, 3) | :: | A |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=C_DOUBLE), | intent(out), | dimension(2, 2) | :: | A | ||
| type(Mat2D), | intent(in) | :: | M |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=C_DOUBLE), | intent(out), | dimension(3, 3) | :: | A | ||
| type(Mat3D), | intent(in) | :: | M |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=C_DOUBLE), | intent(out), | dimension(2, 2) | :: | A | ||
| type(MatS2D), | intent(in) | :: | M |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=C_DOUBLE), | intent(out), | dimension(3, 3) | :: | A | ||
| type(MatS3D), | intent(in) | :: | M |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=C_DOUBLE), | intent(out), | dimension(2, 2, 2, 2) | :: | A | ||
| type(Tens4OS2D), | intent(in) | :: | T |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=C_DOUBLE), | intent(out), | dimension(3, 3, 3, 3) | :: | A | ||
| type(Tens4OS3D), | intent(in) | :: | T |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Tens4OS2D), | intent(out) | :: | T | |||
| real(kind=C_DOUBLE), | intent(in), | dimension(2, 2, 2, 2) | :: | A |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Tens4OS3D), | intent(out) | :: | T | |||
| real(kind=C_DOUBLE), | intent(in), | dimension(3, 3, 3, 3) | :: | A |