getPosOfCoord Function

public function getPosOfCoord(coord, scheme) result(ldPos)

Get the position in the levelDesc%total list of an element with integer coordinate coord. This routine returns ldPos <= 0 if the element could not be found on this process.

Arguments

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

Return Value integer