mus_scheme_cleanup Subroutine

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

This subroutine acts as a destructor for the construct routine

Arguments

TypeIntentOptionalAttributesName
type(mus_scheme_type), intent(inout) :: me

scheme information including fluid, boundary and flow information

integer, intent(in) :: minLevel

minlevel

integer, intent(in) :: maxLevel

maxlevel

integer, intent(in) :: nBCs

Number of boundary conditions


Calls

proc~~mus_scheme_cleanup~~CallsGraph proc~mus_scheme_cleanup mus_scheme_cleanup interface~destroy destroy proc~mus_scheme_cleanup->interface~destroy proc~mus_source_cleanup mus_source_cleanup proc~mus_scheme_cleanup->proc~mus_source_cleanup proc~mus_field_cleanup mus_field_cleanup proc~mus_scheme_cleanup->proc~mus_field_cleanup proc~tem_destroy_subtree_of_st_funlist tem_destroy_subTree_of_st_funList proc~mus_scheme_cleanup->proc~tem_destroy_subtree_of_st_funlist proc~mus_field_cleanup->proc~mus_source_cleanup proc~mus_fluid_cleanup mus_fluid_cleanup proc~mus_field_cleanup->proc~mus_fluid_cleanup proc~mus_fieldbc_cleanup mus_fieldBC_cleanup proc~mus_field_cleanup->proc~mus_fieldbc_cleanup

Called by

proc~~mus_scheme_cleanup~~CalledByGraph proc~mus_scheme_cleanup mus_scheme_cleanup proc~mus_perform_dynloadbal mus_perform_dynLoadBal proc~mus_perform_dynloadbal->proc~mus_scheme_cleanup none~do_balance do_balance none~do_balance->proc~mus_perform_dynloadbal proc~mus_solve mus_solve proc~mus_solve->none~do_balance program~musubi musubi program~musubi->proc~mus_solve

Contents

None