is_boundary Module Procedure

module procedure is_boundary module function is_boundary(this, n, dir)

Arguments

Type IntentOptional AttributesName
class(wtube), intent(in) :: this

The routine is called on this world-tube object.

integer(kind=ip), intent(in) :: n

The index of the element to check.

integer(kind=ip), intent(in) :: dir

The direction of the boundary within the element: -1 for left. boundary, +1 for the right boundary.

Return Value logical

On return, .true. if this is a world-tube boundary and .false. if it is not.


Called by

proc~~is_boundary~~CalledByGraph proc~is_boundary is_boundary interface~is_boundary is_boundary interface~is_boundary->proc~is_boundary

Contents

None