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
f5f4fa9e
Commit
f5f4fa9e
authored
Oct 10, 2019
by
Katharina Heck
Browse files
[cleanup][tests] remove local occurence of EnableFVGridGeometryCache and
replace by EnableGridGeometryCache
parent
bc256526
Changes
44
Hide whitespace changes
Inline
Side-by-side
test/freeflow/navierstokes/angeli/problem.hh
View file @
f5f4fa9e
...
...
@@ -65,7 +65,7 @@ template<class TypeTag>
struct
Problem
<
TypeTag
,
TTag
::
AngeliTest
>
{
using
type
=
Dumux
::
AngeliTestProblem
<
TypeTag
>
;
};
template
<
class
TypeTag
>
struct
Enable
FV
GridGeometryCache
<
TypeTag
,
TTag
::
AngeliTest
>
{
static
constexpr
bool
value
=
true
;
};
struct
EnableGridGeometryCache
<
TypeTag
,
TTag
::
AngeliTest
>
{
static
constexpr
bool
value
=
true
;
};
template
<
class
TypeTag
>
struct
EnableGridFluxVariablesCache
<
TypeTag
,
TTag
::
AngeliTest
>
{
static
constexpr
bool
value
=
true
;
};
...
...
test/freeflow/navierstokes/channel/1d/problem.hh
View file @
f5f4fa9e
...
...
@@ -65,7 +65,7 @@ template<class TypeTag>
struct
Problem
<
TypeTag
,
TTag
::
NavierStokesAnalytic
>
{
using
type
=
Dumux
::
NavierStokesAnalyticProblem
<
TypeTag
>
;
};
template
<
class
TypeTag
>
struct
Enable
FV
GridGeometryCache
<
TypeTag
,
TTag
::
NavierStokesAnalytic
>
{
static
constexpr
bool
value
=
true
;
};
struct
EnableGridGeometryCache
<
TypeTag
,
TTag
::
NavierStokesAnalytic
>
{
static
constexpr
bool
value
=
true
;
};
template
<
class
TypeTag
>
struct
EnableGridFluxVariablesCache
<
TypeTag
,
TTag
::
NavierStokesAnalytic
>
{
static
constexpr
bool
value
=
true
;
};
...
...
test/freeflow/navierstokes/channel/2d/problem.hh
View file @
f5f4fa9e
...
...
@@ -70,7 +70,7 @@ template<class TypeTag>
struct
Problem
<
TypeTag
,
TTag
::
ChannelTest
>
{
using
type
=
Dumux
::
ChannelTestProblem
<
TypeTag
>
;
};
template
<
class
TypeTag
>
struct
Enable
FV
GridGeometryCache
<
TypeTag
,
TTag
::
ChannelTest
>
{
static
constexpr
bool
value
=
true
;
};
struct
EnableGridGeometryCache
<
TypeTag
,
TTag
::
ChannelTest
>
{
static
constexpr
bool
value
=
true
;
};
template
<
class
TypeTag
>
struct
EnableGridFluxVariablesCache
<
TypeTag
,
TTag
::
ChannelTest
>
{
static
constexpr
bool
value
=
true
;
};
...
...
test/freeflow/navierstokes/channel/3d/problem.hh
View file @
f5f4fa9e
...
...
@@ -75,7 +75,7 @@ template<class TypeTag>
struct
Problem
<
TypeTag
,
TTag
::
ThreeDChannelTest
>
{
using
type
=
ThreeDChannelTestProblem
<
TypeTag
>
;
};
template
<
class
TypeTag
>
struct
Enable
FV
GridGeometryCache
<
TypeTag
,
TTag
::
ThreeDChannelTest
>
{
static
constexpr
bool
value
=
true
;
};
struct
EnableGridGeometryCache
<
TypeTag
,
TTag
::
ThreeDChannelTest
>
{
static
constexpr
bool
value
=
true
;
};
template
<
class
TypeTag
>
struct
EnableGridFluxVariablesCache
<
TypeTag
,
TTag
::
ThreeDChannelTest
>
{
static
constexpr
bool
value
=
true
;
};
template
<
class
TypeTag
>
...
...
test/freeflow/navierstokes/closedsystem/problem.hh
View file @
f5f4fa9e
...
...
@@ -61,7 +61,7 @@ template<class TypeTag>
struct
Problem
<
TypeTag
,
TTag
::
ClosedSystemTest
>
{
using
type
=
Dumux
::
ClosedSystemTestProblem
<
TypeTag
>
;
};
template
<
class
TypeTag
>
struct
Enable
FV
GridGeometryCache
<
TypeTag
,
TTag
::
ClosedSystemTest
>
{
static
constexpr
bool
value
=
true
;
};
struct
EnableGridGeometryCache
<
TypeTag
,
TTag
::
ClosedSystemTest
>
{
static
constexpr
bool
value
=
true
;
};
template
<
class
TypeTag
>
struct
EnableGridFluxVariablesCache
<
TypeTag
,
TTag
::
ClosedSystemTest
>
{
static
constexpr
bool
value
=
true
;
};
...
...
test/freeflow/navierstokes/donea/problem.hh
View file @
f5f4fa9e
...
...
@@ -68,7 +68,7 @@ template<class TypeTag>
struct
Problem
<
TypeTag
,
TTag
::
DoneaTest
>
{
using
type
=
Dumux
::
DoneaTestProblem
<
TypeTag
>
;
};
template
<
class
TypeTag
>
struct
Enable
FV
GridGeometryCache
<
TypeTag
,
TTag
::
DoneaTest
>
{
static
constexpr
bool
value
=
ENABLECACHING
;
};
struct
EnableGridGeometryCache
<
TypeTag
,
TTag
::
DoneaTest
>
{
static
constexpr
bool
value
=
ENABLECACHING
;
};
template
<
class
TypeTag
>
struct
EnableGridFluxVariablesCache
<
TypeTag
,
TTag
::
DoneaTest
>
{
static
constexpr
bool
value
=
ENABLECACHING
;
};
template
<
class
TypeTag
>
...
...
test/freeflow/navierstokes/kovasznay/problem.hh
View file @
f5f4fa9e
...
...
@@ -66,7 +66,7 @@ template<class TypeTag>
struct
Problem
<
TypeTag
,
TTag
::
KovasznayTest
>
{
using
type
=
Dumux
::
KovasznayTestProblem
<
TypeTag
>
;
};
template
<
class
TypeTag
>
struct
Enable
FV
GridGeometryCache
<
TypeTag
,
TTag
::
KovasznayTest
>
{
static
constexpr
bool
value
=
true
;
};
struct
EnableGridGeometryCache
<
TypeTag
,
TTag
::
KovasznayTest
>
{
static
constexpr
bool
value
=
true
;
};
template
<
class
TypeTag
>
struct
EnableGridFluxVariablesCache
<
TypeTag
,
TTag
::
KovasznayTest
>
{
static
constexpr
bool
value
=
true
;
};
...
...
test/freeflow/navierstokes/sincos/problem.hh
View file @
f5f4fa9e
...
...
@@ -64,7 +64,7 @@ template<class TypeTag>
struct
Problem
<
TypeTag
,
TTag
::
SincosTest
>
{
using
type
=
Dumux
::
SincosTestProblem
<
TypeTag
>
;
};
template
<
class
TypeTag
>
struct
Enable
FV
GridGeometryCache
<
TypeTag
,
TTag
::
SincosTest
>
{
static
constexpr
bool
value
=
true
;
};
struct
EnableGridGeometryCache
<
TypeTag
,
TTag
::
SincosTest
>
{
static
constexpr
bool
value
=
true
;
};
template
<
class
TypeTag
>
struct
EnableGridFluxVariablesCache
<
TypeTag
,
TTag
::
SincosTest
>
{
static
constexpr
bool
value
=
true
;
};
template
<
class
TypeTag
>
...
...
test/freeflow/navierstokesnc/channel/problem.hh
View file @
f5f4fa9e
...
...
@@ -77,7 +77,7 @@ template<class TypeTag>
struct
Problem
<
TypeTag
,
TTag
::
ChannelNCTest
>
{
using
type
=
Dumux
::
ChannelNCTestProblem
<
TypeTag
>
;
};
template
<
class
TypeTag
>
struct
Enable
FV
GridGeometryCache
<
TypeTag
,
TTag
::
ChannelNCTest
>
{
static
constexpr
bool
value
=
ENABLECACHING
;
};
struct
EnableGridGeometryCache
<
TypeTag
,
TTag
::
ChannelNCTest
>
{
static
constexpr
bool
value
=
ENABLECACHING
;
};
template
<
class
TypeTag
>
struct
EnableGridFluxVariablesCache
<
TypeTag
,
TTag
::
ChannelNCTest
>
{
static
constexpr
bool
value
=
ENABLECACHING
;
};
template
<
class
TypeTag
>
...
...
test/freeflow/navierstokesnc/densitydrivenflow/problem.hh
View file @
f5f4fa9e
...
...
@@ -69,7 +69,7 @@ template<class TypeTag>
struct
Problem
<
TypeTag
,
TTag
::
DensityDrivenFlow
>
{
using
type
=
Dumux
::
DensityDrivenFlowProblem
<
TypeTag
>
;
};
template
<
class
TypeTag
>
struct
Enable
FV
GridGeometryCache
<
TypeTag
,
TTag
::
DensityDrivenFlow
>
{
static
constexpr
bool
value
=
true
;
};
struct
EnableGridGeometryCache
<
TypeTag
,
TTag
::
DensityDrivenFlow
>
{
static
constexpr
bool
value
=
true
;
};
template
<
class
TypeTag
>
struct
EnableGridFluxVariablesCache
<
TypeTag
,
TTag
::
DensityDrivenFlow
>
{
static
constexpr
bool
value
=
true
;
};
...
...
test/freeflow/navierstokesnc/maxwellstefan/problem.hh
View file @
f5f4fa9e
...
...
@@ -61,7 +61,7 @@ template<class TypeTag>
struct
Problem
<
TypeTag
,
TTag
::
MaxwellStefanNCTest
>
{
using
type
=
Dumux
::
MaxwellStefanNCTestProblem
<
TypeTag
>
;
};
template
<
class
TypeTag
>
struct
Enable
FV
GridGeometryCache
<
TypeTag
,
TTag
::
MaxwellStefanNCTest
>
{
static
constexpr
bool
value
=
true
;
};
struct
EnableGridGeometryCache
<
TypeTag
,
TTag
::
MaxwellStefanNCTest
>
{
static
constexpr
bool
value
=
true
;
};
template
<
class
TypeTag
>
struct
EnableGridFluxVariablesCache
<
TypeTag
,
TTag
::
MaxwellStefanNCTest
>
{
static
constexpr
bool
value
=
true
;
};
...
...
test/freeflow/rans/problem.hh
View file @
f5f4fa9e
...
...
@@ -92,7 +92,7 @@ struct Problem<TypeTag, TTag::RANSModel>
{
using
type
=
Dumux
::
PipeLauferProblem
<
TypeTag
>
;
};
template
<
class
TypeTag
>
struct
Enable
FV
GridGeometryCache
<
TypeTag
,
TTag
::
RANSModel
>
{
static
constexpr
bool
value
=
true
;
};
struct
EnableGridGeometryCache
<
TypeTag
,
TTag
::
RANSModel
>
{
static
constexpr
bool
value
=
true
;
};
template
<
class
TypeTag
>
struct
EnableGridFluxVariablesCache
<
TypeTag
,
TTag
::
RANSModel
>
{
static
constexpr
bool
value
=
true
;
};
...
...
test/freeflow/ransnc/problem.hh
View file @
f5f4fa9e
...
...
@@ -95,7 +95,7 @@ template<class TypeTag>
struct
Problem
<
TypeTag
,
TTag
::
RANSNCModel
>
{
using
type
=
Dumux
::
FlatPlateNCTestProblem
<
TypeTag
>
;
};
template
<
class
TypeTag
>
struct
Enable
FV
GridGeometryCache
<
TypeTag
,
TTag
::
RANSNCModel
>
{
static
constexpr
bool
value
=
true
;
};
struct
EnableGridGeometryCache
<
TypeTag
,
TTag
::
RANSNCModel
>
{
static
constexpr
bool
value
=
true
;
};
template
<
class
TypeTag
>
struct
EnableGridFluxVariablesCache
<
TypeTag
,
TTag
::
RANSNCModel
>
{
static
constexpr
bool
value
=
true
;
};
template
<
class
TypeTag
>
...
...
test/freeflow/shallowwater/dambreak/problem.hh
View file @
f5f4fa9e
...
...
@@ -73,7 +73,7 @@ public:
};
template
<
class
TypeTag
>
struct
Enable
FV
GridGeometryCache
<
TypeTag
,
TTag
::
DamBreakWet
>
struct
EnableGridGeometryCache
<
TypeTag
,
TTag
::
DamBreakWet
>
{
static
constexpr
bool
value
=
true
;
};
template
<
class
TypeTag
>
...
...
test/freeflow/shallowwater/roughchannel/problem.hh
View file @
f5f4fa9e
...
...
@@ -69,7 +69,7 @@ public:
};
template
<
class
TypeTag
>
struct
Enable
FV
GridGeometryCache
<
TypeTag
,
TTag
::
RoughChannel
>
struct
EnableGridGeometryCache
<
TypeTag
,
TTag
::
RoughChannel
>
{
static
constexpr
bool
value
=
true
;
};
template
<
class
TypeTag
>
...
...
test/multidomain/boundary/stokesdarcy/1p2c_1p2c/diffusionlawcomparison/problem_stokes.hh
View file @
f5f4fa9e
...
...
@@ -75,7 +75,7 @@ template<class TypeTag>
struct
Problem
<
TypeTag
,
TTag
::
StokesOnePTwoC
>
{
using
type
=
Dumux
::
StokesSubProblem
<
TypeTag
>
;
};
template
<
class
TypeTag
>
struct
Enable
FV
GridGeometryCache
<
TypeTag
,
TTag
::
StokesOnePTwoC
>
{
static
constexpr
bool
value
=
true
;
};
struct
EnableGridGeometryCache
<
TypeTag
,
TTag
::
StokesOnePTwoC
>
{
static
constexpr
bool
value
=
true
;
};
template
<
class
TypeTag
>
struct
EnableGridFluxVariablesCache
<
TypeTag
,
TTag
::
StokesOnePTwoC
>
{
static
constexpr
bool
value
=
true
;
};
template
<
class
TypeTag
>
...
...
test/multidomain/boundary/stokesdarcy/1p2c_1p2c/problem_stokes.hh
View file @
f5f4fa9e
...
...
@@ -62,7 +62,7 @@ template<class TypeTag>
struct
Problem
<
TypeTag
,
TTag
::
StokesOnePTwoC
>
{
using
type
=
Dumux
::
StokesSubProblem
<
TypeTag
>
;
};
template
<
class
TypeTag
>
struct
Enable
FV
GridGeometryCache
<
TypeTag
,
TTag
::
StokesOnePTwoC
>
{
static
constexpr
bool
value
=
true
;
};
struct
EnableGridGeometryCache
<
TypeTag
,
TTag
::
StokesOnePTwoC
>
{
static
constexpr
bool
value
=
true
;
};
template
<
class
TypeTag
>
struct
EnableGridFluxVariablesCache
<
TypeTag
,
TTag
::
StokesOnePTwoC
>
{
static
constexpr
bool
value
=
true
;
};
template
<
class
TypeTag
>
...
...
test/multidomain/boundary/stokesdarcy/1p2c_2p2c/problem_stokes.hh
View file @
f5f4fa9e
...
...
@@ -75,7 +75,7 @@ template<class TypeTag>
struct
Problem
<
TypeTag
,
TTag
::
StokesOnePTwoC
>
{
using
type
=
Dumux
::
StokesSubProblem
<
TypeTag
>
;
};
template
<
class
TypeTag
>
struct
Enable
FV
GridGeometryCache
<
TypeTag
,
TTag
::
StokesOnePTwoC
>
{
static
constexpr
bool
value
=
true
;
};
struct
EnableGridGeometryCache
<
TypeTag
,
TTag
::
StokesOnePTwoC
>
{
static
constexpr
bool
value
=
true
;
};
template
<
class
TypeTag
>
struct
EnableGridFluxVariablesCache
<
TypeTag
,
TTag
::
StokesOnePTwoC
>
{
static
constexpr
bool
value
=
true
;
};
template
<
class
TypeTag
>
...
...
test/multidomain/boundary/stokesdarcy/1p3c_1p3c/problem_stokes.hh
View file @
f5f4fa9e
...
...
@@ -60,7 +60,7 @@ template<class TypeTag>
struct
Problem
<
TypeTag
,
TTag
::
StokesOnePThreeC
>
{
using
type
=
Dumux
::
StokesSubProblem
<
TypeTag
>
;
};
template
<
class
TypeTag
>
struct
Enable
FV
GridGeometryCache
<
TypeTag
,
TTag
::
StokesOnePThreeC
>
{
static
constexpr
bool
value
=
true
;
};
struct
EnableGridGeometryCache
<
TypeTag
,
TTag
::
StokesOnePThreeC
>
{
static
constexpr
bool
value
=
true
;
};
template
<
class
TypeTag
>
struct
EnableGridFluxVariablesCache
<
TypeTag
,
TTag
::
StokesOnePThreeC
>
{
static
constexpr
bool
value
=
true
;
};
template
<
class
TypeTag
>
...
...
test/multidomain/boundary/stokesdarcy/1p_1p/problem_stokes.hh
View file @
f5f4fa9e
...
...
@@ -61,7 +61,7 @@ template<class TypeTag>
struct
Problem
<
TypeTag
,
TTag
::
StokesOneP
>
{
using
type
=
Dumux
::
StokesSubProblem
<
TypeTag
>
;
};
template
<
class
TypeTag
>
struct
Enable
FV
GridGeometryCache
<
TypeTag
,
TTag
::
StokesOneP
>
{
static
constexpr
bool
value
=
true
;
};
struct
EnableGridGeometryCache
<
TypeTag
,
TTag
::
StokesOneP
>
{
static
constexpr
bool
value
=
true
;
};
template
<
class
TypeTag
>
struct
EnableGridFluxVariablesCache
<
TypeTag
,
TTag
::
StokesOneP
>
{
static
constexpr
bool
value
=
true
;
};
template
<
class
TypeTag
>
...
...
Prev
1
2
3
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