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

[FVProperties] Add missing include

parent eff87db9
No related branches found
No related tags found
Loading
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
#include <dumux/common/properties.hh> #include <dumux/common/properties.hh>
#include <dumux/common/properties/grid.hh> #include <dumux/common/properties/grid.hh>
#include <dumux/common/boundarytypes.hh>
#include <dumux/implicit/gridvariables.hh> #include <dumux/implicit/gridvariables.hh>
...@@ -80,6 +81,7 @@ public: ...@@ -80,6 +81,7 @@ public:
// Set this to more than one if the matrix to solve is nested multiple times // Set this to more than one if the matrix to solve is nested multiple times
// e.g. for Dune::MultiTypeBlockMatrix'es. TODO: move to LinearAlgebra traits // e.g. for Dune::MultiTypeBlockMatrix'es. TODO: move to LinearAlgebra traits
SET_INT_PROP(FiniteVolumeModel, LinearSolverPreconditionerBlockLevel, 1); SET_INT_PROP(FiniteVolumeModel, LinearSolverPreconditionerBlockLevel, 1);
} // namespace Properties } // namespace Properties
} // namespace Dumux } // namespace Dumux
......
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