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
78aa2c79
Commit
78aa2c79
authored
Dec 21, 2017
by
Dennis Gläser
Browse files
[mpfa] fix includes
parent
e3fa9e4d
Changes
10
Hide whitespace changes
Inline
Side-by-side
dumux/discretization/cellcentered/mpfa/computetransmissibility.hh
View file @
78aa2c79
...
@@ -27,7 +27,6 @@
...
@@ -27,7 +27,6 @@
#define DUMUX_DISCRETIZATION_CC_MPFA_COMPUTE_TRANSMISSIBILITY_HH
#define DUMUX_DISCRETIZATION_CC_MPFA_COMPUTE_TRANSMISSIBILITY_HH
#include <dune/common/typetraits.hh>
#include <dune/common/typetraits.hh>
#include <dune/common/fmatrix.hh>
#include <dune/common/fvector.hh>
#include <dune/common/fvector.hh>
#include <dumux/common/math.hh>
#include <dumux/common/math.hh>
...
...
dumux/discretization/cellcentered/mpfa/darcyslaw.hh
View file @
78aa2c79
...
@@ -32,6 +32,8 @@
...
@@ -32,6 +32,8 @@
#include <dumux/common/parameters.hh>
#include <dumux/common/parameters.hh>
#include <dumux/discretization/methods.hh>
#include <dumux/discretization/methods.hh>
#include <dumux/discretization/methods.hh>
namespace
Dumux
namespace
Dumux
{
{
//! forward declaration of the method-specific implementation
//! forward declaration of the method-specific implementation
...
...
dumux/discretization/cellcentered/mpfa/elementvolumevariables.hh
View file @
78aa2c79
...
@@ -27,7 +27,8 @@
...
@@ -27,7 +27,8 @@
#include <utility>
#include <utility>
#include <dumux/common/properties.hh>
#include <dumux/common/properties.hh>
namespace
Dumux
{
namespace
Dumux
{
/*!
/*!
* \ingroup CCMpfaDiscretization
* \ingroup CCMpfaDiscretization
...
...
dumux/discretization/cellcentered/mpfa/fickslaw.hh
View file @
78aa2c79
...
@@ -25,7 +25,6 @@
...
@@ -25,7 +25,6 @@
#define DUMUX_DISCRETIZATION_CC_MPFA_FICKS_LAW_HH
#define DUMUX_DISCRETIZATION_CC_MPFA_FICKS_LAW_HH
#include <dumux/common/math.hh>
#include <dumux/common/math.hh>
#include <dumux/common/parameters.hh>
#include <dumux/common/properties.hh>
#include <dumux/common/properties.hh>
#include <dumux/discretization/methods.hh>
#include <dumux/discretization/methods.hh>
...
...
dumux/discretization/cellcentered/mpfa/fluxvariablescachefiller.hh
View file @
78aa2c79
...
@@ -25,6 +25,7 @@
...
@@ -25,6 +25,7 @@
#define DUMUX_DISCRETIZATION_CCMPFA_FLUXVARSCACHE_FILLER_HH
#define DUMUX_DISCRETIZATION_CCMPFA_FLUXVARSCACHE_FILLER_HH
#include <dumux/common/properties.hh>
#include <dumux/common/properties.hh>
#include <dumux/common/parameters.hh>
#include <dumux/discretization/methods.hh>
#include <dumux/discretization/methods.hh>
#include <dumux/discretization/cellcentered/mpfa/tensorlambdafactory.hh>
#include <dumux/discretization/cellcentered/mpfa/tensorlambdafactory.hh>
...
...
dumux/discretization/cellcentered/mpfa/fourierslaw.hh
View file @
78aa2c79
...
@@ -27,6 +27,8 @@
...
@@ -27,6 +27,8 @@
#include <dumux/common/properties.hh>
#include <dumux/common/properties.hh>
#include <dumux/discretization/methods.hh>
#include <dumux/discretization/methods.hh>
#include <dumux/discretization/methods.hh>
namespace
Dumux
namespace
Dumux
{
{
//! forward declaration of the method-specific implementation
//! forward declaration of the method-specific implementation
...
...
dumux/discretization/cellcentered/mpfa/fvgridgeometry.hh
View file @
78aa2c79
...
@@ -29,6 +29,9 @@
...
@@ -29,6 +29,9 @@
#include <dune/geometry/multilineargeometry.hh>
#include <dune/geometry/multilineargeometry.hh>
#include <dune/geometry/referenceelements.hh>
#include <dune/geometry/referenceelements.hh>
#include <dumux/common/properties.hh>
#include <dumux/common/parameters.hh>
#include <dumux/discretization/basefvgridgeometry.hh>
#include <dumux/discretization/basefvgridgeometry.hh>
#include <dumux/discretization/cellcentered/mpfa/fvelementgeometry.hh>
#include <dumux/discretization/cellcentered/mpfa/fvelementgeometry.hh>
#include <dumux/discretization/cellcentered/mpfa/connectivitymap.hh>
#include <dumux/discretization/cellcentered/mpfa/connectivitymap.hh>
...
...
dumux/discretization/cellcentered/mpfa/interactionvolumedatahandle.hh
View file @
78aa2c79
...
@@ -27,6 +27,7 @@
...
@@ -27,6 +27,7 @@
#include <vector>
#include <vector>
#include <dumux/common/properties.hh>
#include <dumux/common/properties.hh>
#include <dumux/common/parameters.hh>
namespace
Dumux
namespace
Dumux
{
{
...
...
dumux/discretization/cellcentered/mpfa/subcontrolvolumeface.hh
View file @
78aa2c79
...
@@ -27,6 +27,7 @@
...
@@ -27,6 +27,7 @@
#include <vector>
#include <vector>
#include <dune/common/version.hh>
#include <dune/common/version.hh>
#include <dune/geometry/type.hh>
#include <dune/geometry/type.hh>
#include "methods.hh"
#include "methods.hh"
namespace
Dumux
namespace
Dumux
...
...
dumux/discretization/cellcentered/mpfa/tensorlambdafactory.hh
View file @
78aa2c79
...
@@ -31,6 +31,7 @@
...
@@ -31,6 +31,7 @@
#define DUMUX_DISCRETIZATION_MPFA_TENSOR_LAMBDA_FACTORY_HH
#define DUMUX_DISCRETIZATION_MPFA_TENSOR_LAMBDA_FACTORY_HH
#include <dumux/common/properties.hh>
#include <dumux/common/properties.hh>
#include <dumux/discretization/methods.hh>
#include <dumux/discretization/methods.hh>
#include <dumux/discretization/cellcentered/mpfa/tensorlambdafactory.hh>
#include <dumux/discretization/cellcentered/mpfa/tensorlambdafactory.hh>
...
...
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