Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
class(Object_type), | public, | pointer | :: | next | => | null() | |
class(Object_type), | public, | pointer | :: | prev | => | null() | |
type(point_type), | public, | dimension(:), allocatable | :: | vertices | |||
real(kind=rp), | public, | dimension(NDIM) | :: | normal | |||
real(kind=rp), | public, | dimension(NDIM) | :: | tangent | |||
real(kind=rp), | public, | dimension(NDIM) | :: | coords | |||
integer, | public | :: | index | ||||
integer, | public | :: | NumOfVertices | ||||
integer, | public, | dimension(2) | :: | partition |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Object_type), | intent(inout) | :: | this | |||
type(Object_type), | intent(in) | :: | Object |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Object_type), | intent(inout) | :: | this | |||
real(kind=RP), | intent(in) | :: | Points(:,:) | |||
real(kind=RP), | intent(in) | :: | normal(:) | |||
integer, | intent(in) | :: | NumOfVertices | |||
integer, | intent(in) | :: | index |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Object_type), | intent(inout) | :: | this |