Skip to content
Snippets Groups Projects
Commit a3c6bba7 authored by Kilian Weishaupt's avatar Kilian Weishaupt
Browse files

[test][2p1cni] Use new VtkOutputModule signature

parent 5c701108
No related branches found
No related tags found
1 merge request!1113Free vtkoutputmodule from TypeTag
......@@ -110,7 +110,7 @@ int main(int argc, char** argv) try
auto maxDt = getParam<Scalar>("TimeLoop.MaxTimeStepSize");
// intialize the vtk output module
VtkOutputModule<TypeTag> vtkWriter(*problem, *fvGridGeometry, *gridVariables, x, problem->name());
VtkOutputModule<GridVariables, SolutionVector, typename GET_PROP_TYPE(TypeTag, VelocityOutput)> vtkWriter(*gridVariables, x, problem->name());
using VtkOutputFields = typename GET_PROP_TYPE(TypeTag, VtkOutputFields);
VtkOutputFields::init(vtkWriter); //!< Add model specific output fields
vtkWriter.write(0.0);
......
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