OGS
[tag] type

Supported output types are "VTK" and "XDMF".

For the "VTK" type a .pvd file referencing each time step, which is stored in a .vtu file is written. For the "XDMF" type all time steps are written to a .h5 HDF5 file and a .xdmf file references the actual data in the .h5 file. Both, the .pvd and the .xdmf files can be loaded by Paraview and other VTK based post-processing tools.

Additional info

From ProcessLib/Output/CreateOutputConfig.cpp line 98

  • This is a required parameter.
  • Data type: std::string
  • Expanded tag path: time_loop.output.type
  • Go to source code: → ogs/ogs/master

Used in the following test data files