Open the output file for AsciiSpatial format.
Each time this routine is called, a new file is written Filename: {tracking_folder}{tracking_label}spatial_{timestamp}.res e.g.: tracking/lineProbe_spatial_00001_01_01378.1.res Each process open its own files
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(hvs_asciiSpatial_type), | intent(inout) | :: | asciiSpatial | asciiSpatial file output |
||
type(tem_comm_env_type), | intent(in) | :: | outProc | Parallel environment to use for the output. |
||
type(tem_time_type), | intent(in) | :: | time | current global time |
||
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 | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | nScalars | ||||
character(len=pathLen), | public | :: | filename | ||||
character(len=1024), | public | :: | buffer |