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
66773183
Commit
66773183
authored
Jan 20, 2016
by
Bernd Flemisch
Browse files
[folder structure] move and rename files from implicit/common, adapt includes
parent
44a58d14
Changes
133
Hide whitespace changes
Inline
Side-by-side
dumux/freeflow/stokes/stokeslocaljacobian.hh
View file @
66773183
...
...
@@ -25,7 +25,7 @@
#include
<dune/istl/matrix.hh>
#include
"stokesproperties.hh"
#include
<dumux/implicit/
common/implicit
localjacobian.hh>
#include
<dumux/implicit/localjacobian.hh>
namespace
Dumux
{
...
...
dumux/freeflow/stokes/stokeslocalresidual.hh
View file @
66773183
...
...
@@ -29,7 +29,7 @@
#include
<dune/common/float_cmp.hh>
#include
<dune/grid/common/grid.hh>
#include
<dumux/implicit/
common/implicit
model.hh>
#include
<dumux/implicit/model.hh>
#include
"stokesproperties.hh"
#include
"stokesvolumevariables.hh"
#include
"stokesfluxvariables.hh"
...
...
dumux/freeflow/stokes/stokesmodel.hh
View file @
66773183
...
...
@@ -24,7 +24,7 @@
* \brief Base class for all models which use the Stokes box model.
*/
#include
<dumux/implicit/
common/implicit
model.hh>
#include
<dumux/implicit/model.hh>
#include
"stokeslocalresidual.hh"
#include
"stokesnewtoncontroller.hh"
...
...
dumux/freeflow/stokes/stokesproblem.hh
View file @
66773183
...
...
@@ -23,7 +23,7 @@
#ifndef DUMUX_STOKES_PROBLEM_HH
#define DUMUX_STOKES_PROBLEM_HH
#include
<dumux/implicit/
common/implicit
problem.hh>
#include
<dumux/implicit/problem.hh>
#include
"stokesproperties.hh"
...
...
dumux/freeflow/stokes/stokesvolumevariables.hh
View file @
66773183
...
...
@@ -27,7 +27,7 @@
#include
"stokesproperties.hh"
#include
<dumux/implicit/
common/implicit
volumevariables.hh>
#include
<dumux/implicit/volumevariables.hh>
#include
<dumux/material/fluidstates/immisciblefluidstate.hh>
namespace
Dumux
...
...
dumux/geomechanics/el1p2c/el1p2clocaljacobian.hh
View file @
66773183
...
...
@@ -24,7 +24,7 @@
#ifndef DUMUX_EL1P2C_LOCAL_JACOBIAN_HH
#define DUMUX_EL1P2C_LOCAL_JACOBIAN_HH
#include
<dumux/implicit/
common/implicit
localjacobian.hh>
#include
<dumux/implicit/localjacobian.hh>
namespace
Dumux
{
...
...
dumux/geomechanics/el1p2c/el1p2cvolumevariables.hh
View file @
66773183
...
...
@@ -27,7 +27,7 @@
#include
<dumux/implicit/1p2c/1p2cvolumevariables.hh>
#include
<dumux/implicit/
common/implicit
volumevariables.hh>
#include
<dumux/implicit/volumevariables.hh>
#include
"el1p2cproperties.hh"
...
...
dumux/geomechanics/el2p/el2pbasemodel.hh
View file @
66773183
...
...
@@ -26,7 +26,7 @@
#include
<dune/geometry/type.hh>
#include
<dune/istl/bvector.hh>
#include
<dumux/implicit/
common/implicit
model.hh>
#include
<dumux/implicit/model.hh>
#include
<dumux/common/valgrind.hh>
#include
<dumux/parallel/vertexhandles.hh>
...
...
dumux/geomechanics/el2p/el2pfluxvariables.hh
View file @
66773183
...
...
@@ -32,7 +32,7 @@
#define DUMUX_EL2P_FLUX_VARIABLES_HH
#include
<dune/pdelab/gridfunctionspace/localfunctionspace.hh>
#include
<dumux/
implicit/common
/implicitdarcyfluxvariables.hh>
#include
<dumux/
porousmediumflow
/implicit
/
darcyfluxvariables.hh>
#include
"el2pproperties.hh"
namespace
Dumux
...
...
dumux/geomechanics/el2p/el2plocaljacobian.hh
View file @
66773183
...
...
@@ -25,7 +25,7 @@
#define DUMUX_EL2P_LOCAL_JACOBIAN_HH
#include
<dune/pdelab/gridfunctionspace/localfunctionspace.hh>
#include
<dumux/implicit/
common/implicit
localjacobian.hh>
#include
<dumux/implicit/localjacobian.hh>
#include
"el2pproperties.hh"
namespace
Dumux
...
...
dumux/geomechanics/elastic/elasticvolumevariables.hh
View file @
66773183
...
...
@@ -24,7 +24,7 @@
#ifndef DUMUX_ELASTIC_VOLUME_VARIABLES_HH
#define DUMUX_ELASTIC_VOLUME_VARIABLES_HH
#include
<dumux/implicit/
common/implicit
volumevariables.hh>
#include
<dumux/implicit/volumevariables.hh>
#include
"elasticproperties.hh"
...
...
dumux/implicit/1p/1pmodel.hh
View file @
66773183
...
...
@@ -27,7 +27,7 @@
#ifndef DUMUX_1P_MODEL_HH
#define DUMUX_1P_MODEL_HH
#include
<dumux/
implicit/common
/implicitvelocityoutput.hh>
#include
<dumux/
porousmediumflow
/implicit
/
velocityoutput.hh>
#include
"1pproperties.hh"
namespace
Dumux
...
...
dumux/implicit/1p/1ppropertydefaults.hh
View file @
66773183
...
...
@@ -40,7 +40,7 @@
#include
<dumux/material/components/nullcomponent.hh>
#include
<dumux/material/fluidsystems/1pfluidsystem.hh>
#include
<dumux/material/spatialparams/implicitspatialparams1p.hh>
#include
<dumux/
implicit/common
/implicitdarcyfluxvariables.hh>
#include
<dumux/
porousmediumflow
/implicit
/
darcyfluxvariables.hh>
#include
<dumux/material/fluidmatrixinteractions/1p/thermalconductivityaverage.hh>
namespace
Dumux
...
...
dumux/implicit/1p/1pvolumevariables.hh
View file @
66773183
...
...
@@ -25,7 +25,7 @@
#define DUMUX_1P_VOLUME_VARIABLES_HH
#include
"1pproperties.hh"
#include
<dumux/implicit/
common/implicit
volumevariables.hh>
#include
<dumux/implicit/volumevariables.hh>
#include
<dumux/material/fluidstates/immisciblefluidstate.hh>
...
...
dumux/implicit/1p2c/1p2cmodel.hh
View file @
66773183
...
...
@@ -27,7 +27,7 @@
#ifndef DUMUX_ONEP_TWOC_MODEL_HH
#define DUMUX_ONEP_TWOC_MODEL_HH
#include
<dumux/
implicit/common
/implicitvelocityoutput.hh>
#include
<dumux/
porousmediumflow
/implicit
/
velocityoutput.hh>
#include
"1p2cproperties.hh"
namespace
Dumux
...
...
dumux/implicit/1p2c/1p2cvolumevariables.hh
View file @
66773183
...
...
@@ -24,7 +24,7 @@
#ifndef DUMUX_1P2C_VOLUME_VARIABLES_HH
#define DUMUX_1P2C_VOLUME_VARIABLES_HH
#include
<dumux/implicit/
common/implicit
volumevariables.hh>
#include
<dumux/implicit/volumevariables.hh>
#include
"1p2cproperties.hh"
...
...
dumux/implicit/2p/2pmodel.hh
View file @
66773183
...
...
@@ -26,7 +26,7 @@
#ifndef DUMUX_TWOP_MODEL_HH
#define DUMUX_TWOP_MODEL_HH
#include
<dumux/
implicit/common
/implicitvelocityoutput.hh>
#include
<dumux/
porousmediumflow
/implicit
/
velocityoutput.hh>
#include
"2pproperties.hh"
namespace
Dumux
...
...
dumux/implicit/2p/2ppropertydefaults.hh
View file @
66773183
...
...
@@ -41,7 +41,7 @@
#include
<dumux/material/fluidsystems/2pimmisciblefluidsystem.hh>
#include
<dumux/material/fluidstates/immisciblefluidstate.hh>
#include
<dumux/material/spatialparams/implicitspatialparams.hh>
#include
<dumux/
implicit/common
/implicitdarcyfluxvariables.hh>
#include
<dumux/
porousmediumflow
/implicit
/
darcyfluxvariables.hh>
#include
<dumux/material/fluidmatrixinteractions/2p/thermalconductivitysomerton.hh>
namespace
Dumux
...
...
dumux/implicit/2p/2pvolumevariables.hh
View file @
66773183
...
...
@@ -27,7 +27,7 @@
#include
"2pproperties.hh"
#include
<dumux/implicit/
common/implicit
volumevariables.hh>
#include
<dumux/implicit/volumevariables.hh>
#include
<dune/common/fvector.hh>
...
...
dumux/implicit/2p2c/2p2cmodel.hh
View file @
66773183
...
...
@@ -27,7 +27,7 @@
#include
"2p2cproperties.hh"
#include
"2p2cindices.hh"
#include
<dumux/
implicit/common
/implicitvelocityoutput.hh>
#include
<dumux/
porousmediumflow
/implicit
/
velocityoutput.hh>
namespace
Dumux
{
...
...
Prev
1
2
3
4
5
…
7
Next
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