Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | totalNumberOfPoints | ||||
integer, | public | :: | totalNumberOfFaces | ||||
integer, | public, | dimension(:), allocatable | :: | globaleIDs | |||
integer, | public, | dimension(:), allocatable | :: | fIDs | |||
class(Zone_t), | public, | allocatable | :: | surfaceZone | |||
character(len=LINE_LENGTH), | public | :: | Name | ||||
character(len=LINE_LENGTH), | public | :: | fileName |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Surface_t) | :: | self | ||||
type(HexMesh), | intent(in) | :: | mesh | |||
character(len=LINE_LENGTH), | intent(in) | :: | fileName | |||
integer, | intent(in), | dimension(N) | :: | eIDs | ||
integer, | intent(in), | dimension(N) | :: | gIDs | ||
integer, | intent(in), | dimension(N) | :: | fIDs | ||
integer, | intent(in) | :: | N |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Surface_t), | intent(inout) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Surface_t) | :: | self | ||||
type(HexMesh), | intent(in) | :: | mesh | |||
character(len=LINE_LENGTH), | intent(in) | :: | meshName |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Surface_t) | :: | self | ||||
type(HexMesh), | intent(in) | :: | mesh | |||
logical, | intent(in) | :: | saveNodes |