Skip to content
Snippets Groups Projects
Commit 1eb31764 authored by Tobias Malkmus's avatar Tobias Malkmus
Browse files

[bugfix] compute exact solution for output

This fixes the VTK output for the exact solutions for evolution problems
parent 2f667f7c
No related branches found
No related tags found
No related merge requests found
......@@ -226,7 +226,7 @@ namespace Fem
ioTuple_( new IOTupleType( std::make_tuple( solution_.get(), exactSolution_.get() ) ) ),
diagnostics_( name() ),
solverMonitor_( name() ),
additionalOutput_( nullptr ),
additionalOutput_( exactSolution() ),
odeSolverMonitor_()
{}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment