mus_fieldBC_cleanup Subroutine

public subroutine mus_fieldBC_cleanup(me, nBCs, minLevel, maxLevel)

This routines deallocates allocatables in field%bc boundary_type for dynamic load balancing

Arguments

Type IntentOptional Attributes Name
type(boundary_type), intent(inout) :: me(nBCs)
integer, intent(in) :: nBCs
integer, intent(in) :: minLevel
integer, intent(in) :: maxLevel

Called by

proc~~mus_fieldbc_cleanup~~CalledByGraph proc~mus_fieldbc_cleanup mus_fieldBC_cleanup proc~mus_field_cleanup mus_field_cleanup proc~mus_field_cleanup->proc~mus_fieldbc_cleanup proc~mus_scheme_cleanup mus_scheme_cleanup proc~mus_scheme_cleanup->proc~mus_field_cleanup proc~mus_perform_dynloadbal mus_perform_dynLoadBal proc~mus_perform_dynloadbal->proc~mus_scheme_cleanup proc~mus_solve mus_solve proc~mus_solve->proc~mus_perform_dynloadbal