Skip to content

Fix output for 2p tracer test

Bernd Flemisch requested to merge fix/2p-tracer-output into master

The VTK output of the 2p model has been called before timeLoop->advanceTimeStep(), resulting in a wrong timestep number in the pvd file. Fix by moving the VTK output call to the correct position.

Merge request reports