This routine does set_params and setupIndices for all sources terms by gathering points to apply souce term before.
Type | Intent | Optional | 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 |