coordLocalOnMyRank Function

public function coordLocalOnMyRank(coord, scheme, myRank)

Routine which checks whether integer coordinate is local on the current rank

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: coord(4)

integer coordinate (x,y,z,level)

type(mus_scheme_type), intent(in) :: scheme

Scheme for access to level descriptor

integer, intent(in) :: myRank

This process rank

Return Value logical