Skip to content
Snippets Groups Projects
Commit d91d1ff7 authored by Ned Coltman's avatar Ned Coltman
Browse files

Merge branch 'cherry-pick-edd81441' into 'releases/3.2'

Merge branch 'fix/headercheck_3.2' into 'master'

See merge request !1972
parents 4353dff9 5ce482f1
No related branches found
No related tags found
2 merge requests!2152WIP add default fluxcache properties,!1972Merge branch 'fix/headercheck_3.2' into 'master'
...@@ -26,6 +26,8 @@ ...@@ -26,6 +26,8 @@
#include <memory> #include <memory>
#include <dune/common/hybridutilities.hh>
#include <dumux/common/typetraits/matrix.hh> #include <dumux/common/typetraits/matrix.hh>
#include <dumux/common/timeloop.hh> #include <dumux/common/timeloop.hh>
......
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
#include <dune/common/float_cmp.hh> #include <dune/common/float_cmp.hh>
#include <dune/common/indices.hh> #include <dune/common/indices.hh>
#include <dune/istl/preconditioners.hh> #include <dune/istl/preconditioners.hh>
#include <dune/istl/paamg/amg.hh>
#include <dune/common/version.hh> #include <dune/common/version.hh>
#if HAVE_UMFPACK #if HAVE_UMFPACK
......
...@@ -24,6 +24,10 @@ ...@@ -24,6 +24,10 @@
#ifndef DUMUX_TEST_FACETCOUPLING_ONEPNC_BULK_PROPERTIES_HH #ifndef DUMUX_TEST_FACETCOUPLING_ONEPNC_BULK_PROPERTIES_HH
#define DUMUX_TEST_FACETCOUPLING_ONEPNC_BULK_PROPERTIES_HH #define DUMUX_TEST_FACETCOUPLING_ONEPNC_BULK_PROPERTIES_HH
#ifndef DIMWORLD
#define DIMWORLD 2
#endif
#include <dune/alugrid/grid.hh> #include <dune/alugrid/grid.hh>
#include <dumux/material/fluidsystems/h2on2.hh> #include <dumux/material/fluidsystems/h2on2.hh>
......
...@@ -24,6 +24,10 @@ ...@@ -24,6 +24,10 @@
#ifndef DUMUX_TEST_FACETCOUPLING_ONEPNC_FACET_PROPERTIES_HH #ifndef DUMUX_TEST_FACETCOUPLING_ONEPNC_FACET_PROPERTIES_HH
#define DUMUX_TEST_FACETCOUPLING_ONEPNC_FACET_PROPERTIES_HH #define DUMUX_TEST_FACETCOUPLING_ONEPNC_FACET_PROPERTIES_HH
#ifndef DIMWORLD
#define DIMWORLD 2
#endif
#include <dune/foamgrid/foamgrid.hh> #include <dune/foamgrid/foamgrid.hh>
#include <dumux/material/fluidsystems/h2on2.hh> #include <dumux/material/fluidsystems/h2on2.hh>
...@@ -31,7 +35,7 @@ ...@@ -31,7 +35,7 @@
#include <dumux/discretization/box.hh> #include <dumux/discretization/box.hh>
#include <dumux/discretization/cctpfa.hh> #include <dumux/discretization/cctpfa.hh>
#include <dumux/porousmediumflow/1p/model.hh> #include <dumux/porousmediumflow/1pnc/model.hh>
#include "problem_facet.hh" #include "problem_facet.hh"
#include "spatialparams.hh" #include "spatialparams.hh"
......
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