Skip to content
GitLab
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
bc9d7899
Commit
bc9d7899
authored
May 28, 2020
by
Ned Coltman
Browse files
[cleanup] Remove unnecessary includes
parent
2baf1bee
Changes
9
Hide whitespace changes
Inline
Side-by-side
dumux/freeflow/navierstokes/staggered/fluxoversurface.hh
View file @
bc9d7899
...
...
@@ -33,7 +33,6 @@
#include
<dune/common/fvector.hh>
#include
<dune/geometry/type.hh>
#include
<dune/geometry/multilineargeometry.hh>
#include
<dune/geometry/referenceelements.hh>
#include
<dumux/common/parameters.hh>
#include
<dumux/common/geometry/makegeometry.hh>
...
...
dumux/porousmediumflow/2p/sequential/diffusion/cellcentered/velocityadaptive.hh
View file @
bc9d7899
...
...
@@ -59,8 +59,6 @@ class FVVelocity2PAdaptive: public FVVelocity2P<TypeTag>
dim
=
GridView
::
dimension
,
dimWorld
=
GridView
::
dimensionworld
};
using
ReferenceElements
=
Dune
::
ReferenceElements
<
Scalar
,
dim
>
;
enum
{
pw
=
Indices
::
pressureW
,
...
...
dumux/porousmediumflow/velocityoutput.hh
View file @
bc9d7899
...
...
@@ -27,7 +27,6 @@
#include
<memory>
#include
<dune/common/float_cmp.hh>
#include
<dune/geometry/referenceelements.hh>
#include
<dumux/common/parameters.hh>
#include
<dumux/io/velocityoutput.hh>
...
...
@@ -64,7 +63,6 @@ class PorousMediumFlowVelocityOutput : public VelocityOutput<GridVariables>
static
constexpr
int
dofCodim
=
isBox
?
dim
:
0
;
using
GlobalPosition
=
typename
Element
::
Geometry
::
GlobalCoordinate
;
using
ReferenceElements
=
Dune
::
ReferenceElements
<
typename
GridView
::
ctype
,
dim
>
;
using
Problem
=
typename
GridVolumeVariables
::
Problem
;
using
BoundaryTypes
=
typename
Problem
::
Traits
::
BoundaryTypes
;
...
...
test/io/gridmanager/gmshboundaryflagtest.hh
View file @
bc9d7899
...
...
@@ -40,7 +40,6 @@ class GmshBoundaryFlagTest
using
Scalar
=
double
;
static
const
int
dim
=
Grid
::
dimension
;
using
GridManager
=
typename
Dumux
::
GridManager
<
Grid
>
;
using
ReferenceElements
=
typename
Dune
::
ReferenceElements
<
Scalar
,
dim
>
;
public:
...
...
test/multidomain/embedded/1d3d/1p2c_richards2c/problem_soil.hh
View file @
bc9d7899
...
...
@@ -27,7 +27,6 @@
#define DUMUX_TISSUE_PROBLEM_HH
#include
<dune/geometry/quadraturerules.hh>
#include
<dune/geometry/referenceelements.hh>
#include
<dune/grid/yaspgrid.hh>
#include
<dune/grid/uggrid.hh>
#include
<dune/localfunctions/lagrange/pqkfactory.hh>
...
...
test/multidomain/embedded/1d3d/1p_1p/problem_tissue.hh
View file @
bc9d7899
...
...
@@ -29,7 +29,6 @@
#include
<dune/grid/yaspgrid.hh>
#include
<dune/geometry/quadraturerules.hh>
#include
<dune/geometry/referenceelements.hh>
#include
<dune/localfunctions/lagrange/pqkfactory.hh>
#include
<dumux/common/math.hh>
...
...
test/multidomain/embedded/1d3d/1p_richards/problem_soil.hh
View file @
bc9d7899
...
...
@@ -28,7 +28,6 @@
#include
<dune/grid/yaspgrid.hh>
#include
<dune/geometry/quadraturerules.hh>
#include
<dune/geometry/referenceelements.hh>
#include
<dune/localfunctions/lagrange/pqkfactory.hh>
#include
<dumux/common/math.hh>
...
...
test/multidomain/embedded/2d3d/1p_1p/problem_matrix.hh
View file @
bc9d7899
...
...
@@ -26,7 +26,6 @@
#define DUMUX_MATRIX_ROBLEM_HH
#include
<dune/geometry/quadraturerules.hh>
#include
<dune/geometry/referenceelements.hh>
#include
<dune/grid/yaspgrid.hh>
#include
<dune/localfunctions/lagrange/pqkfactory.hh>
...
...
test/multidomain/facet/test_gridmanager.cc
View file @
bc9d7899
...
...
@@ -30,7 +30,6 @@
#include
<dune/grid/uggrid.hh>
#include
<dune/grid/common/mcmgmapper.hh>
#include
<dune/geometry/referenceelements.hh>
#include
<dune/alugrid/grid.hh>
#include
<dune/foamgrid/foamgrid.hh>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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