the neighboring halo element is from coarser on the remote partition.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_levelDesc_type), | intent(in) | :: | levelDesc | Level descriptor of the level of the mesh you want to collect the faces for. |
||
integer, | intent(in) | :: | direction | The face direction. |
||
type(tem_face_descriptor_type), | intent(inout) | :: | faces | Description of the faces on the current level. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iElem | ||||
integer, | private | :: | iProc | ||||
integer, | private | :: | neighIndex | ||||
integer(kind=long_k), | private | :: | elemId | ||||
integer(kind=long_k), | private | :: | neighId | ||||
integer, | private | :: | elemPos | ||||
integer, | private | :: | neighPos |