This routine write variable labels into buffer and this buffer is written into the second line of ascii result file for spatial (asciiSpatial) and transient (ascii) tracking.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_varSys_type), | intent(in) | :: | varSys | solver-provided variable systems |
||
integer, | intent(in) | :: | varPos(:) | Position of variables to dump in varSys |
||
integer, | intent(in) | :: | nDofs | The number of dofs for each scalar variable of the equation system |
||
logical, | intent(in) | :: | isReduce | is spatial Reduction active |
buffer containing first column of the header
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=pathLen), | public | :: | buffer2 | ||||
integer, | public | :: | iVar | ||||
integer, | public | :: | iComp | ||||
integer, | public | :: | iDof | ||||
character(len=4), | public | :: | reduceChar |