open the ascii transient output unit
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(hvs_ascii_type), | intent(inout) | :: | ascii | ascii output type |
||
type(tem_comm_env_type), | intent(in) | :: | outProc | Parallel environment to use for the output. |
||
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 |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=labelLen), | public | :: | logName | ||||
character(len=1500), | public | :: | buffer | ||||
logical, | public | :: | nUnitOpened | ||||
logical, | public | :: | file_exists | ||||
integer, | public | :: | UnitNumber |