| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=FP), | public, | dimension(:, :), allocatable | :: | pts | |||
| integer, | public | :: | N_pts | ||||
| integer, | public | :: | dim | = | twodim | ||
| real(kind=FP), | public, | dimension(:, :), allocatable | :: | p2p | |||
| real(kind=FP), | public, | dimension(:), allocatable | :: | p2p_mag |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(polygon2d_t), | intent(inout) | :: | self | |||
| integer, | intent(in) | :: | N_pts | |||
| real(kind=FP), | intent(in), | dimension(N_pts) | :: | X_pts | ||
| real(kind=FP), | intent(in), | dimension(N_pts) | :: | Y_pts |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(polygon2d_t), | intent(in) | :: | self | |||
| real(kind=FP), | intent(in) | :: | Px | |||
| real(kind=FP), | intent(in) | :: | Py |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(polygon2d_t), | intent(in) | :: | self | |||
| real(kind=FP), | intent(in) | :: | Px | |||
| real(kind=FP), | intent(in) | :: | Py |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(polygon2d_t), | intent(in) | :: | self | |||
| real(kind=FP), | intent(in) | :: | Px | |||
| real(kind=FP), | intent(in) | :: | Py |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(polygon2d_t), | intent(in) | :: | self |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(polygon2d_t), | intent(in) | :: | self |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(polygon2d_t), | intent(inout) | :: | self |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(polygon2d_t), | intent(in) | :: | self |