mus_init_sourceTerms Subroutine

public subroutine mus_init_sourceTerms(field, nFields, globSrc, varSys, tree, bc_prop, stencil, nElems_solve, levelDesc)

This routine does set_params and setupIndices for all sources terms by gathering points to apply souce term before.

Arguments

Type IntentOptional Attributes Name
type(mus_field_type), intent(inout) :: field(:)

contains sources of all fields

integer, intent(in) :: nFields

Number of fields

type(mus_source_type), intent(inout) :: globSrc

global source

type(tem_varSys_type), intent(in) :: varSys

global variable system

type(treelmesh_type), intent(in) :: tree

global treelm mesh

type(tem_BC_prop_type), intent(in) :: bc_prop

bc property which is used to identify elements belong to certain BCs

type(tem_stencilHeader_type), intent(in) :: stencil

stencil header

integer, intent(in) :: nElems_solve(tree%global%minLevel:)

Number of elements to solve in all levels nFluids + nGhostFromCoarser

type(tem_levelDesc_type), intent(in) :: levelDesc(tree%global%minLevel:)

Level descriptors


Calls

proc~~mus_init_sourceterms~~CallsGraph proc~mus_init_sourceterms mus_init_sourceTerms proc~tem_horizontalspacer tem_horizontalSpacer proc~mus_init_sourceterms->proc~tem_horizontalspacer proc~mus_setupindices_forsrc mus_setupIndices_forSrc proc~mus_init_sourceterms->proc~mus_setupindices_forsrc proc~mus_init_internalsource mus_init_internalSource proc~mus_init_sourceterms->proc~mus_init_internalsource proc~mus_init_absorblayer mus_init_absorbLayer proc~mus_setupindices_forsrc->proc~mus_init_absorblayer proc~mus_init_turbchanforce mus_init_turbChanForce proc~mus_setupindices_forsrc->proc~mus_init_turbchanforce proc~mus_init_hrrcorrection mus_init_hrrCorrection proc~mus_init_internalsource->proc~mus_init_hrrcorrection proc~tem_create_subtree_of tem_create_subTree_of proc~mus_init_turbchanforce->proc~tem_create_subtree_of mpi_allreduce mpi_allreduce proc~mus_init_turbchanforce->mpi_allreduce

Called by

proc~~mus_init_sourceterms~~CalledByGraph proc~mus_init_sourceterms mus_init_sourceTerms proc~mus_init_aux mus_init_aux proc~mus_init_aux->proc~mus_init_sourceterms proc~mus_reset_aux mus_reset_aux proc~mus_reset_aux->proc~mus_init_sourceterms proc~mus_perform_dynloadbal mus_perform_dynLoadBal proc~mus_perform_dynloadbal->proc~mus_reset_aux

Contents