Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
9216e881
Commit
9216e881
authored
Jun 04, 2018
by
Bernd Flemisch
Browse files
fix make headercheck
parent
2d9d7a8e
Changes
49
Hide whitespace changes
Inline
Side-by-side
dumux/discretization/box/effectivestresslaw.hh
View file @
9216e881
...
...
@@ -24,6 +24,7 @@
#ifndef DUMUX_DISCRETIZATION_BOX_EFFECTIVE_STRESS_LAW_HH
#define DUMUX_DISCRETIZATION_BOX_EFFECTIVE_STRESS_LAW_HH
#include
<dumux/discretization/effectivestresslaw.hh>
#include
<dumux/discretization/methods.hh>
namespace
Dumux
{
...
...
dumux/discretization/box/hookeslaw.hh
View file @
9216e881
...
...
@@ -27,6 +27,7 @@
#include
<dune/common/fmatrix.hh>
#include
<dumux/common/math.hh>
#include
<dumux/discretization/hookeslaw.hh>
#include
<dumux/discretization/methods.hh>
namespace
Dumux
{
...
...
dumux/discretization/fvgridvariables.hh
View file @
9216e881
...
...
@@ -26,6 +26,7 @@
#include
<type_traits>
#include
<memory>
#include
<cassert>
namespace
Dumux
{
...
...
dumux/geomechanics/elastic/localresidual.hh
View file @
9216e881
...
...
@@ -27,6 +27,7 @@
#define DUMUX_GEOMECHANICS_ELASTIC_LOCAL_RESIDUAL_HH
#include
<dumux/common/properties.hh>
#include
<dumux/common/parameters.hh>
namespace
Dumux
{
...
...
dumux/geomechanics/elastic/volumevariables.hh
View file @
9216e881
...
...
@@ -25,6 +25,8 @@
#ifndef DUMUX_ELASTIC_VOLUME_VARIABLES_HH
#define DUMUX_ELASTIC_VOLUME_VARIABLES_HH
#include
<type_traits>
#include
<dune/common/exceptions.hh>
#include
<dumux/material/solidstates/updatesolidvolumefractions.hh>
namespace
Dumux
{
...
...
dumux/geomechanics/velocityoutput.hh
View file @
9216e881
...
...
@@ -23,6 +23,10 @@
#ifndef DUMUX_GEOMECHANICS_VELOCITYOUTPUT_HH
#define DUMUX_GEOMECHANICS_VELOCITYOUTPUT_HH
#include
<string>
#include
<dune/common/exceptions.hh>
namespace
Dumux
{
/*!
...
...
dumux/io/vtkfunction.hh
View file @
9216e881
...
...
@@ -25,6 +25,7 @@
#define VTK_FUNCTION_HH
#include
<string>
#include
<memory>
#include
<dune/grid/common/mcmgmapper.hh>
#include
<dune/grid/io/file/vtk/common.hh>
...
...
dumux/material/fluidsystems/steamn2cao2h2.hh
View file @
9216e881
...
...
@@ -34,6 +34,8 @@
#include
<dumux/material/fluidsystems/base.hh>
#include
<dumux/material/components/n2.hh>
#include
<dumux/material/components/h2o.hh>
#include
<dumux/material/components/cao.hh>
#include
<dumux/material/components/cao2h2.hh>
#include
<dumux/material/binarycoefficients/h2o_n2.hh>
#include
<dumux/material/components/tabulatedcomponent.hh>
...
...
dumux/material/spatialparams/fvelastic.hh
View file @
9216e881
...
...
@@ -23,6 +23,10 @@
#ifndef DUMUX_GEOMECHANICS_ELASTIC_FV_SPATIAL_PARAMS_HH
#define DUMUX_GEOMECHANICS_ELASTIC_FV_SPATIAL_PARAMS_HH
#include
<memory>
#include
<dune/common/exceptions.hh>
#include
<dumux/common/typetraits/isvalid.hh>
namespace
Dumux
{
...
...
dumux/material/spatialparams/fvporoelastic.hh
View file @
9216e881
...
...
@@ -23,6 +23,8 @@
#ifndef DUMUX_GEOMECHANICS_POROELASTIC_FV_SPATIAL_PARAMS_HH
#define DUMUX_GEOMECHANICS_POROELASTIC_FV_SPATIAL_PARAMS_HH
#include
<memory>
#include
<dumux/common/typetraits/isvalid.hh>
namespace
Dumux
{
...
...
dumux/porousmediumflow/2p1c/volumevariables.hh
View file @
9216e881
...
...
@@ -24,6 +24,8 @@
#ifndef DUMUX_2P1C_VOLUME_VARIABLES_HH
#define DUMUX_2P1C_VOLUME_VARIABLES_HH
#include
<array>
#include
<dune/common/exceptions.hh>
#include
<dumux/common/valgrind.hh>
...
...
dumux/porousmediumflow/boxdfm/subcontrolvolume.hh
View file @
9216e881
...
...
@@ -26,6 +26,7 @@
#include
<dune/common/version.hh>
#include
<dune/common/reservedvector.hh>
#include
<dune/geometry/multilineargeometry.hh>
#include
<dumux/discretization/subcontrolvolumebase.hh>
#include
<dumux/discretization/box/boxgeometryhelper.hh>
...
...
dumux/porousmediumflow/co2/volumevariables.hh
View file @
9216e881
...
...
@@ -25,10 +25,13 @@
#ifndef DUMUX_CO2_VOLUME_VARIABLES_HH
#define DUMUX_CO2_VOLUME_VARIABLES_HH
#include
<array>
#include
<dune/common/exceptions.hh>
#include
<dumux/porousmediumflow/volumevariables.hh>
#include
<dumux/porousmediumflow/2p/formulation.hh>
#include
<dumux/porousmediumflow/nonisothermal/volumevariables.hh>
#include
<dumux/material/solidstates/updatesolidvolumefractions.hh>
namespace
Dumux
{
...
...
dumux/porousmediumflow/nonequilibrium/volumevariables.hh
View file @
9216e881
...
...
@@ -29,6 +29,8 @@
#ifndef DUMUX_NONEQUILIBRIUM_VOLUME_VARIABLES_HH
#define DUMUX_NONEQUILIBRIUM_VOLUME_VARIABLES_HH
#include
<cassert>
#include
<dumux/common/dimensionlessnumbers.hh>
namespace
Dumux
{
...
...
dumux/porousmediumflow/richardsnc/volumevariables.hh
View file @
9216e881
...
...
@@ -25,6 +25,8 @@
#ifndef DUMUX_RICHARDSNC_VOLUME_VARIABLES_HH
#define DUMUX_RICHARDSNC_VOLUME_VARIABLES_HH
#include
<array>
#include
<dumux/porousmediumflow/volumevariables.hh>
#include
<dumux/porousmediumflow/nonisothermal/volumevariables.hh>
#include
<dumux/material/solidstates/updatesolidvolumefractions.hh>
...
...
dumux/porousmediumflow/tracer/volumevariables.hh
View file @
9216e881
...
...
@@ -24,6 +24,8 @@
#ifndef DUMUX_TRACER_VOLUME_VARIABLES_HH
#define DUMUX_TRACER_VOLUME_VARIABLES_HH
#include
<array>
#include
<dumux/porousmediumflow/volumevariables.hh>
#include
<dumux/material/solidstates/updatesolidvolumefractions.hh>
...
...
test/material/solidsystems/checksolidsystem.hh
View file @
9216e881
...
...
@@ -29,6 +29,7 @@
#define DUMUX_CHECK_SOLIDSYSTEM_HH
#include
<type_traits>
#include
<iostream>
#include
<dune/common/classname.hh>
#include
<dune/common/unused.hh>
...
...
test/porousmediumflow/1p/implicit/1pnispatialparams.hh
View file @
9216e881
...
...
@@ -24,6 +24,7 @@
#ifndef DUMUX_TEST_1PNI_SPATIAL_PARAMS_HH
#define DUMUX_TEST_1PNI_SPATIAL_PARAMS_HH
#include
<dumux/porousmediumflow/properties.hh>
#include
<dumux/material/spatialparams/fv1p.hh>
namespace
Dumux
{
...
...
test/porousmediumflow/1p/implicit/1ptestspatialparams.hh
View file @
9216e881
...
...
@@ -25,6 +25,7 @@
#ifndef DUMUX_1P_TEST_SPATIALPARAMS_HH
#define DUMUX_1P_TEST_SPATIALPARAMS_HH
#include
<dumux/porousmediumflow/properties.hh>
#include
<dumux/material/spatialparams/fv1p.hh>
#include
<dumux/material/spatialparams/gstatrandomfield.hh>
...
...
test/porousmediumflow/1p/implicit/compressible/spatialparams.hh
View file @
9216e881
...
...
@@ -24,6 +24,7 @@
#ifndef DUMUX_COMPRESSIBLE_ONEP_TEST_SPATIAL_PARAMS_HH
#define DUMUX_COMPRESSIBLE_ONEP_TEST_SPATIAL_PARAMS_HH
#include
<dumux/porousmediumflow/properties.hh>
#include
<dumux/material/spatialparams/fv1p.hh>
namespace
Dumux
{
...
...
Prev
1
2
3
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment