Initialize the tracker entities: * create varMap, i.e. map requested variables to global variable system * initialize spatial reduction * initialize hvs output
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_tracking_type), | intent(inout) | :: | me | tracking entities |
||
type(treelmesh_type), | intent(in) | :: | tree | Global mesh from which the elements are identified and then stored to sub-meshes inside the trackers |
||
type(tem_solveHead_type), | intent(in) | :: | solver | Global solver information |
||
type(tem_varSys_type), | intent(in) | :: | varSys | solver-provided variable systems |
||
integer, | intent(in), | optional | :: | nDofs | The number of dofs for each scalar variable of the equation system |
|
type(tem_comm_env_type), | intent(in) | :: | globProc | Process description to use. |
||
integer, | intent(in), | optional | :: | solSpec_unit | Solver specific unit for restart header |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iLog | ||||
integer, | private | :: | nVars | ||||
integer, | private | :: | iVar | ||||
integer, | private | :: | iConfig | ||||
character(len=pathLen), | private | :: | prefix | ||||
character(len=pathLen), | private | :: | basename |