This subroutine evaluated get_element and dump each chunk
This routine is used in tracking to dump in data in harvester format for single variable system
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(tem_restart_type), | intent(inout) | :: | restart | The restart object describing how and what to output. |
||
| type(tem_varSys_type), | intent(in) | :: | varsys | Description of the available variable system to get the given varnames from. |
||
| type(treelmesh_type), | intent(in) | :: | tree | Mesh to write the data on. |
||
| type(tem_time_type), | intent(in) | :: | time | Point in time to use for this data. Can be important for space-time function evaluations. |
||
| type(tem_subTree_type), | intent(in), | optional | :: | subtree | Optional restriction of the elements to output. |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | private | :: | nVars | transient reducution |
|||
| integer, | private | :: | nElems | transient reducution |
|||
| integer, | private | :: | nScalars | transient reducution |
|||
| integer, | private | :: | elemOff | transient reducution |
|||
| integer, | private | :: | nChunkElems | transient reducution |
|||
| integer, | private | :: | iElem | ||||
| integer, | private | :: | iChunk | ||||
| integer, | private | :: | buf_start | ||||
| integer, | private | :: | buf_end | ||||
| real(kind=rk), | private, | allocatable | :: | res(:) | |||
| integer, | private, | allocatable | :: | elemPos(:) | |||
| integer, | private | :: | ioStatus(mpi_status_size) | ||||
| integer, | private | :: | iError |