tem_compteFaceRules_module Module

Module with routines to decide whether a faces is a compute face or not.



Functions

public function tem_isComputeFace(facePos, faces, nEligibleChildren) result(isCompute)

Function to decide if a certain face is computed on the given rank

Read more…

Arguments

Type IntentOptional 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

Return Value logical

Logical determine if given face is compute face or not.