Skip to content

Multiple output specifications

Tom Fischer requested to merge TomFischer/ogs:AllowMultipleOutputs into master
  1. Feature description was added to the changelog
  2. Tests covering your feature were added?
  3. Any new feature or behavior change was documented?

The MR introduces the possibility to add multiple outputs. Until now, it was possible to have only one output per simulation. Now, the user can specify multiple outputs in the project file as follows:

<outputs>
            <output>
                <!-- usual output section specification -->
            </output>
            <output>
                <!-- another output section specification -->
            </output>
</outputs>

For instance, it is now possible to output XDMF/HDF5 and VTU in one simulation.

Edited by Tom Fischer

Merge request reports