Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dumux-repositories
dumux
Commits
ca2dce41
Commit
ca2dce41
authored
6 years ago
by
Timo Koch
Browse files
Options
Downloads
Patches
Plain Diff
[timeloop] Remove unnecessary previousTimeStepSize
parent
b64b0b9e
No related branches found
No related tags found
1 merge request
!1160
Fix/checkpoint timeloop
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dumux/common/timeloop.hh
+0
-7
0 additions, 7 deletions
dumux/common/timeloop.hh
with
0 additions
and
7 deletions
dumux/common/timeloop.hh
+
0
−
7
View file @
ca2dce41
...
...
@@ -235,12 +235,6 @@ public:
Scalar
timeStepSize
()
const
override
{
return
timeStepSize_
;
}
/*!
* \brief Returns the size of the previous time step \f$\mathrm{[s]}\f$.
*/
Scalar
previousTimeStepSize
()
const
{
return
previousTimeStepSize_
;
}
/*!
* \brief Returns number of time steps which have been
* executed since the beginning of the simulation.
...
...
@@ -357,7 +351,6 @@ private:
double
cpuTime_
;
Scalar
timeStepSize_
;
Scalar
previousTimeStepSize_
;
Scalar
maxTimeStepSize_
;
int
timeStepIdx_
;
bool
finished_
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment