bc_set_GetSideDirByNormal Subroutine

private impure subroutine bc_set_GetSideDirByNormal(this, normal, side, dir)

Type Bound

bc_set

Arguments

Type IntentOptional Attributes Name
class(bc_set), intent(in) :: this

Boundary conditions

character(len=*), intent(in) :: normal

String denoting the normal direction

integer, intent(out) :: side

Side (=BC_LEFT,BC_RIGHT)

integer, intent(out) :: dir

Direction (=1,2,3,)


Called by

proc~~bc_set_getsidedirbynormal~~CalledByGraph proc~bc_set_getsidedirbynormal bc_set%bc_set_GetSideDirByNormal proc~bc_set_add bc_set%bc_set_Add proc~bc_set_add->proc~bc_set_getsidedirbynormal proc~bc_set_read bc_set%bc_set_Read proc~bc_set_read->proc~bc_set_add