Module with routines to decide whether a faces is a compute face or not.
Function to decide if a certain face is computed on the given rank
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | facePos |
The position of the face you want to check. |
||
type(tem_face_descriptor_type), | intent(in) | :: | faces |
The description of the faces. |
||
integer, | intent(in) | :: | nEligibleChildren |
The number of eligible children for the vertical face dependency |
Logical determine if given face is compute face or not.