Skip to content

Xdmf writer serial with xdmfdiff

Tobias Meisel requested to merge TobiasMeisel/ogs:XDMFWriter_serial2 into master

OGS now supports XDMF File format as output. This current state of XDMFWriter contains no optimizations. Parallel writing of XDMF is not (yet) supported.

To use change inside prj -File from:

<timeloop><output><type>VTK</type>

to:

<timeloop><output><type>XDMF</type>

Edited by Tobias Meisel

Merge request reports