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 |
||
| 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 |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | private | :: | iLevel | ||||
| integer, | private | :: | iField | ||||
| integer, | private | :: | iSrc | ||||
| integer, | private | :: | nSolve | ||||
| integer, | private | :: | minLevel | ||||
| integer, | private | :: | maxLevel |