descriptor.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | coarseFacePos | The position of the coarse face in coarseFaces you want to add the child dependencies for. |
||
type(tem_face_descriptor_type), | intent(inout) | :: | coarseFaces | The description of the faces on the coarse level. The dependency will be added to this face descriptor. |
||
type(tem_face_descriptor_type), | intent(in) | :: | fineFaces | The descriptor of the faces on the fine level. |
||
integer, | intent(in) | :: | dir | The spatial direction of the face to add the downward dependencies for. 1 --> x direction 2 --> y direction 3 --> z direction |
||
integer, | intent(in) | :: | nEligibleChildren | The number of eligible children for the vertical face dependency |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer(kind=long_k), | private | :: | faceId | ||||
integer(kind=long_k), | private | :: | rightElemId | ||||
integer(kind=long_k), | private | :: | childFaceId | ||||
integer(kind=long_k), | private | :: | childFaceIdOp | ||||
integer(kind=long_k), | private | :: | leftOf_childFaceIdOp | ||||
integer, | private | :: | leftOf_coord(4) | ||||
integer(kind=long_k), | private | :: | children(8) | ||||
integer(kind=long_k), | private | :: | childrenOp(8) | ||||
integer, | private, | allocatable | :: | eligibleChildren(:) | |||
integer, | private, | allocatable | :: | eligibleChildrenOp(:) | |||
integer, | private | :: | eligChildPar | ||||
integer, | private | :: | eligChildParOp | ||||
integer, | private | :: | iChild | ||||
integer, | private | :: | childFacePos | ||||
integer, | private | :: | childFacePosOp |