positionLocalOnMyRank Function

public function positionLocalOnMyRank(pos, geometry, scheme, myRank)

Routine which checks whether a spatial position is local on the current rank

Arguments

Type IntentOptional Attributes Name
real(kind=rk), intent(in) :: pos(3)

Cartesian position (x, y, z)

type(mus_geom_type), intent(in) :: geometry

Geometry to look in

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

Scheme for access to level descriptor

integer, intent(in) :: myRank

This process rank

Return Value logical