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-lecture
Commits
ba5b76f1
Commit
ba5b76f1
authored
Dec 22, 2016
by
Thomas Fetzer
Browse files
[lecture] Fix deprecation warnings for epsiodeWillBeOver
parent
247513f0
Changes
16
Hide whitespace changes
Inline
Side-by-side
lecture/efm/1p2c_2p_2p2c/lens1p2cproblem.hh
View file @
ba5b76f1
...
...
@@ -337,7 +337,7 @@ public:
bool
shouldWriteOutput
()
const
{
return
this
->
timeManager
().
timeStepIndex
()
==
0
||
this
->
timeManager
().
episodeWillBe
Over
()
||
this
->
timeManager
().
episodeWillBe
Finished
()
||
this
->
timeManager
().
willBeFinished
();
}
...
...
lecture/efm/1p2c_2p_2p2c/lens2p2cproblem.hh
View file @
ba5b76f1
...
...
@@ -330,7 +330,7 @@ public:
bool
shouldWriteOutput
()
const
{
return
this
->
timeManager
().
timeStepIndex
()
==
0
||
this
->
timeManager
().
episodeWillBe
Over
()
||
this
->
timeManager
().
episodeWillBe
Finished
()
||
this
->
timeManager
().
willBeFinished
();
}
...
...
lecture/efm/1p2c_2p_2p2c/lens2pproblem.hh
View file @
ba5b76f1
...
...
@@ -321,7 +321,7 @@ public:
bool
shouldWriteOutput
()
const
{
return
this
->
timeManager
().
timeStepIndex
()
==
0
||
this
->
timeManager
().
episodeWillBe
Over
()
||
this
->
timeManager
().
episodeWillBe
Finished
()
||
this
->
timeManager
().
willBeFinished
();
}
...
...
lecture/efm/1p2cvs2p/lens1p2cproblem.hh
View file @
ba5b76f1
...
...
@@ -345,7 +345,7 @@ public:
bool
shouldWriteOutput
()
const
{
return
this
->
timeManager
().
timeStepIndex
()
==
0
||
this
->
timeManager
().
episodeWillBe
Over
()
||
this
->
timeManager
().
episodeWillBe
Finished
()
||
this
->
timeManager
().
willBeFinished
();
}
...
...
lecture/efm/1p2cvs2p/lens2pproblem.hh
View file @
ba5b76f1
...
...
@@ -330,7 +330,7 @@ public:
bool
shouldWriteOutput
()
const
{
return
this
->
timeManager
().
timeStepIndex
()
==
0
||
this
->
timeManager
().
episodeWillBe
Over
()
||
this
->
timeManager
().
episodeWillBe
Finished
()
||
this
->
timeManager
().
willBeFinished
();
}
...
...
lecture/efm/2p/lens2pproblem.hh
View file @
ba5b76f1
...
...
@@ -388,7 +388,7 @@ public:
{
return
this
->
timeManager
().
timeStepIndex
()
==
0
||
this
->
timeManager
().
episodeWillBe
Over
()
||
this
->
timeManager
().
episodeWillBe
Finished
()
||
this
->
timeManager
().
willBeFinished
();
}
...
...
lecture/mm/co2plume/co2plumeshapeproblem.hh
View file @
ba5b76f1
...
...
@@ -395,7 +395,7 @@ public:
bool
shouldWriteOutput
()
const
{
return
this
->
timeManager
().
timeStepIndex
()
==
0
||
this
->
timeManager
().
episodeWillBe
Over
()
||
this
->
timeManager
().
episodeWillBe
Finished
()
||
this
->
timeManager
().
willBeFinished
();
}
...
...
lecture/mm/convectivemixing/convmixproblem.hh
View file @
ba5b76f1
...
...
@@ -247,7 +247,7 @@ public:
bool
shouldWriteOutput
()
const
{
return
this
->
timeManager
().
timeStepIndex
()
==
0
||
this
->
timeManager
().
episodeWillBe
Over
()
||
this
->
timeManager
().
episodeWillBe
Finished
()
||
this
->
timeManager
().
willBeFinished
();
}
...
...
lecture/mm/fuelcell/fuelcellproblem.hh
View file @
ba5b76f1
...
...
@@ -376,7 +376,7 @@ public:
{
const
int
freqOutput
=
GET_RUNTIME_PARAM_FROM_GROUP
(
TypeTag
,
int
,
Output
,
FreqOutput
);
if
(
this
->
timeManager
().
timeStepIndex
()
%
freqOutput
==
0
||
this
->
timeManager
().
episodeWillBe
Over
())
||
this
->
timeManager
().
episodeWillBe
Finished
())
return
true
;
return
false
;
}
...
...
lecture/mm/heatpipe/heatpipeproblem.hh
View file @
ba5b76f1
...
...
@@ -260,7 +260,7 @@ public:
{
return
this
->
timeManager
().
timeStepIndex
()
==
0
||
this
->
timeManager
().
episodeWillBe
Over
()
||
this
->
timeManager
().
episodeWillBe
Finished
()
||
this
->
timeManager
().
willBeFinished
();
}
...
...
lecture/mm/heavyoil/sagd/problem.hh
View file @
ba5b76f1
...
...
@@ -162,7 +162,7 @@ public:
return
this
->
timeManager
().
timeStepIndex
()
==
0
||
this
->
timeManager
().
timeStepIndex
()
%
10000
==
0
||
this
->
timeManager
().
episodeWillBe
Over
()
||
this
->
timeManager
().
episodeWillBe
Finished
()
||
this
->
timeManager
().
willBeFinished
();
}
...
...
@@ -171,7 +171,7 @@ public:
return
this
->
timeManager
().
timeStepIndex
()
==
0
||
this
->
timeManager
().
timeStepIndex
()
%
10000
==
0
||
this
->
timeManager
().
episodeWillBe
Over
()
||
this
->
timeManager
().
episodeWillBe
Finished
()
||
this
->
timeManager
().
willBeFinished
();
}
...
...
@@ -225,7 +225,7 @@ public:
if
(
timeStepIndex
==
0
||
timeStepIndex
%
100
==
0
||
//after every 1000000 secs
this
->
timeManager
().
episodeWillBe
Over
()
||
this
->
timeManager
().
episodeWillBe
Finished
()
||
this
->
timeManager
().
willBeFinished
())
{
std
::
cout
<<
" totalMassProducedOil_ : "
<<
totalMassProducedOil_
<<
" Time: "
<<
time
+
dt
<<
std
::
endl
;
...
...
lecture/mm/heavyoil/sagdcyclic/problem.hh
View file @
ba5b76f1
...
...
@@ -161,7 +161,7 @@ public:
return
this
->
timeManager
().
timeStepIndex
()
==
0
||
this
->
timeManager
().
timeStepIndex
()
%
10000
==
0
||
this
->
timeManager
().
episodeWillBe
Over
()
||
this
->
timeManager
().
episodeWillBe
Finished
()
||
this
->
timeManager
().
willBeFinished
();
}
...
...
@@ -170,7 +170,7 @@ public:
return
this
->
timeManager
().
timeStepIndex
()
==
0
||
this
->
timeManager
().
timeStepIndex
()
%
10000
==
0
||
this
->
timeManager
().
episodeWillBe
Over
()
||
this
->
timeManager
().
episodeWillBe
Finished
()
||
this
->
timeManager
().
willBeFinished
();
}
...
...
@@ -211,7 +211,7 @@ public:
const
int
timeStepIndex
=
this
->
timeManager
().
timeStepIndex
();
if
(
timeStepIndex
==
0
||
timeStepIndex
%
100
==
0
||
this
->
timeManager
().
episodeWillBe
Over
()
||
this
->
timeManager
().
episodeWillBe
Finished
()
||
this
->
timeManager
().
willBeFinished
())
{
...
...
lecture/mm/heavyoil/sagdcyclichyst/problem.hh
View file @
ba5b76f1
...
...
@@ -177,7 +177,7 @@ public:
return
this
->
timeManager
().
timeStepIndex
()
==
0
||
this
->
timeManager
().
timeStepIndex
()
%
10000
==
0
||
this
->
timeManager
().
episodeWillBe
Over
()
||
this
->
timeManager
().
episodeWillBe
Finished
()
||
this
->
timeManager
().
willBeFinished
();
}
...
...
@@ -186,7 +186,7 @@ public:
return
this
->
timeManager
().
timeStepIndex
()
==
0
||
this
->
timeManager
().
timeStepIndex
()
%
10000
==
0
||
this
->
timeManager
().
episodeWillBe
Over
()
||
this
->
timeManager
().
episodeWillBe
Finished
()
||
this
->
timeManager
().
willBeFinished
();
}
...
...
@@ -225,7 +225,7 @@ public:
const
int
timeStepIndex
=
this
->
timeManager
().
timeStepIndex
();
if
(
timeStepIndex
==
0
||
timeStepIndex
%
100
==
0
||
//after every 1000000 secs
this
->
timeManager
().
episodeWillBe
Over
()
||
this
->
timeManager
().
episodeWillBe
Finished
()
||
this
->
timeManager
().
willBeFinished
())
{
...
...
lecture/mm/henryproblem/henry2p/henry2pproblem.hh
View file @
ba5b76f1
...
...
@@ -203,7 +203,7 @@ public:
{
return
this
->
timeManager
().
timeStepIndex
()
==
0
||
this
->
timeManager
().
episodeWillBe
Over
()
||
this
->
timeManager
().
episodeWillBe
Finished
()
||
this
->
timeManager
().
willBeFinished
();
}
...
...
lecture/mm/naplinfiltration/3p/problem.hh
View file @
ba5b76f1
...
...
@@ -284,7 +284,7 @@ public:
bool
shouldWriteOutput
()
const
{
return
this
->
timeManager
().
timeStepIndex
()
==
0
||
this
->
timeManager
().
episodeWillBe
Over
()
||
this
->
timeManager
().
episodeWillBe
Finished
()
||
this
->
timeManager
().
willBeFinished
();
}
...
...
lecture/mm/naplinfiltration/3p3c/problem.hh
View file @
ba5b76f1
...
...
@@ -300,7 +300,7 @@ public:
bool
shouldWriteOutput
()
const
{
return
this
->
timeManager
().
timeStepIndex
()
==
0
||
this
->
timeManager
().
episodeWillBe
Over
()
||
this
->
timeManager
().
episodeWillBe
Finished
()
||
this
->
timeManager
().
willBeFinished
();
}
...
...
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