normalizeBC Subroutine

private subroutine normalizeBC(nBCs, minLevel, maxLevel, globBC, layout, field, comm)

This routine normalizes the normal vectors of boundary elements including the corner elements as well as assigns the corresponding prevailing direction from the stencil

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: nBCs

number of boundaries

integer, intent(in) :: minLevel

number of boundaries

integer, intent(in) :: maxLevel

number of boundaries

type(glob_boundary_type), intent(inout) :: globBC(:)

boundaries for the elements with bnd property set

type(mus_scheme_layout_type), intent(in) :: layout

scheme layout

type(mus_field_type), intent(in) :: field(:)

field type

integer, intent(in) :: comm

mpi communication enviroment with mpi communicator


Calls

proc~~normalizebc~~CallsGraph proc~normalizebc normalizeBC append append proc~normalizebc->append cxdir cxdir proc~normalizebc->cxdir mpi_allreduce mpi_allreduce proc~normalizebc->mpi_allreduce tem_determine_discreteVector tem_determine_discreteVector proc~normalizebc->tem_determine_discreteVector val val proc~normalizebc->val

Called by

proc~~normalizebc~~CalledByGraph proc~normalizebc normalizeBC proc~build_bclists build_BClists proc~build_bclists->proc~normalizebc proc~mus_construct mus_construct proc~mus_construct->proc~build_bclists proc~mus_initialize mus_initialize proc~mus_initialize->proc~mus_construct proc~mus_perform_dynloadbal mus_perform_dynLoadBal proc~mus_perform_dynloadbal->proc~mus_construct program~mus_harvesting mus_harvesting program~mus_harvesting->proc~mus_construct proc~mus_solve mus_solve proc~mus_solve->proc~mus_perform_dynloadbal program~musubi musubi program~musubi->proc~mus_initialize