diff --git a/dumux/discretization/fvproperties.hh b/dumux/discretization/fvproperties.hh index de4c89a26e9eedfa2e611341341a7f5386f9269a..5bec9a9eccfcb7f8f48324a3eda615d02c09e28b 100644 --- a/dumux/discretization/fvproperties.hh +++ b/dumux/discretization/fvproperties.hh @@ -31,6 +31,7 @@ #include <dumux/common/properties.hh> #include <dumux/common/properties/grid.hh> +#include <dumux/common/boundarytypes.hh> #include <dumux/implicit/gridvariables.hh> @@ -80,6 +81,7 @@ public: // 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 SET_INT_PROP(FiniteVolumeModel, LinearSolverPreconditionerBlockLevel, 1); + } // namespace Properties } // namespace Dumux