Skip to content
Snippets Groups Projects
Commit dc9185eb authored by Timo Koch's avatar Timo Koch Committed by Kilian Weishaupt
Browse files

[io][staggered] Set staggered velocity output per default

parent 6083b1aa
No related branches found
No related tags found
1 merge request!1113Free vtkoutputmodule from TypeTag
......@@ -29,8 +29,7 @@
#include <dumux/io/vtkoutputmodule.hh>
#include <dumux/io/pointcloudvtkwriter.hh>
#include <dumux/io/vtksequencewriter.hh>
#include <dune/common/deprecated.hh>
#include <dumux/discretization/staggered/freeflow/velocityoutput.hh>
namespace Dumux {
......@@ -96,6 +95,8 @@ public:
gridVariables.curGridVolVars().problem().fvGridGeometry().gridView().comm().size() )
{
// enable velocity output per default
this->addVelocityOutput(std::make_shared<StaggeredFreeFlowVelocityOutput<GridVariables, SolutionVector>>(gridVariables, sol));
writeFaceVars_ = getParamFromGroup<bool>(paramGroup, "Vtk.WriteFaceData", false);
coordinatesInitialized_ = false;
}
......
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