mus_scheme_cleanup Subroutine

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

This subroutine acts as a destructor for the construct routine

Arguments

Type IntentOptional Attributes Name
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 destroy destroy proc~mus_scheme_cleanup->destroy instance instance proc~mus_scheme_cleanup->instance proc~mus_field_cleanup mus_field_cleanup proc~mus_scheme_cleanup->proc~mus_field_cleanup proc~mus_source_cleanup mus_source_cleanup proc~mus_scheme_cleanup->proc~mus_source_cleanup tem_destroy_subTree_of_st_funList tem_destroy_subTree_of_st_funList proc~mus_scheme_cleanup->tem_destroy_subTree_of_st_funList proc~mus_field_cleanup->proc~mus_source_cleanup proc~mus_fieldbc_cleanup mus_fieldBC_cleanup proc~mus_field_cleanup->proc~mus_fieldbc_cleanup proc~mus_fluid_cleanup mus_fluid_cleanup proc~mus_field_cleanup->proc~mus_fluid_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 proc~mus_solve mus_solve proc~mus_solve->proc~mus_perform_dynloadbal program~musubi musubi program~musubi->proc~mus_solve