Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
class(SurfaceEdge), | public, | dimension(:), allocatable | :: | edges | |||
integer, | public | :: | eID | ||||
integer, | public | :: | globaleID | ||||
integer, | public | :: | fID | ||||
integer, | public | :: | numberOfConnections |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(SurfaceFace_t) | :: | self | ||||
type(HexMesh), | intent(in) | :: | mesh | |||
integer, | intent(in) | :: | eID | |||
integer, | intent(in) | :: | geID | |||
integer, | intent(in) | :: | fID |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(SurfaceFace_t), | intent(inout) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(SurfaceFace_t) | :: | self | ||||
integer, | intent(in) | :: | mode |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(SurfaceFace_t) | :: | self | ||||
class(SurfaceFace_t), | intent(in) | :: | otherFace |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(SurfaceFace_t) | :: | self | ||||
class(SurfaceFace_t), | intent(in), | dimension(N) | :: | surfaceFaces | ||
integer, | intent(in) | :: | N |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(SurfaceFace_t) | :: | self | ||||
type(SurfaceFace_t), | intent(in), | dimension(N) | :: | surfaceFaces | ||
integer, | intent(in) | :: | N |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(SurfaceFace_t) | :: | self | ||||
integer, | intent(in) | :: | BCDimension | |||
integer, | intent(in) | :: | BCSide |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(SurfaceFace_t) | :: | self | ||||
class(SurfaceFace_t), | intent(in) | :: | otherFace |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(SurfaceFace_t) | :: | self | ||||
real(kind=RP), | intent(in), | dimension(NDIM,NODES_PER_FACE) | :: | old | ||
real(kind=RP), | intent(in), | dimension(NDIM,NODES_PER_FACE) | :: | new | ||
integer, | intent(in), | dimension(NODES_PER_FACE) | :: | oldNewMap |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(SurfaceFace_t) | :: | self | ||||
class(SurfaceElement_t), | intent(in), | dimension(N) | :: | surfaceElements | ||
integer, | intent(in) | :: | N |