Write single log for the right scheme into its ascii file. This routine dumps the element data
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(hvs_ascii_type), | intent(inout) | :: | ascii | ascii file to write data to. |
||
type(tem_comm_env_type), | intent(in) | :: | outProc | Parallel environment to use for the output. |
||
integer, | intent(in) | :: | varpos(:) | Position of the variable to write |
||
type(tem_varSys_type), | intent(in) | :: | varsys | Description of the available variable system to get the given varnames from. |
||
type(treelmesh_type), | intent(in) | :: | mesh | 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. |
|
integer, | intent(in) | :: | nDofs | The number of dofs for each scalar variable of the equation system |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | nVars | ||||
integer, | public | :: | nElems | ||||
integer, | public | :: | nScalars | ||||
integer, | public | :: | elemOff | ||||
integer, | public | :: | nChunkElems | ||||
integer, | public | :: | nDofs_out | ||||
integer, | public | :: | nScalars_out | ||||
integer, | public | :: | iElem | ||||
integer, | public | :: | iChunk | ||||
integer, | public | :: | iScalar | ||||
integer, | public | :: | iDof | ||||
integer, | public | :: | buf_start | ||||
integer, | public | :: | buf_end | ||||
real(kind=rk), | public, | allocatable | :: | res(:) | |||
integer, | public, | allocatable | :: | elemPos(:) | |||
character(len=4000), | public | :: | log_output |