Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openfoam
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor 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
Development
openfoam
Merge requests
!24
ENH: functionObjects: call execute on last time step
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
ENH: functionObjects: call execute on last time step
feature-FO_execute_on_end
into
develop
Overview
0
Commits
1
Changes
32
Merged
Mattijs Janssens
requested to merge
feature-FO_execute_on_end
into
develop
9 years ago
Overview
0
Commits
1
Changes
-
Expand
old convention was that on last time step it would only call end() and not execute()
however this meant that e.g. the functionObjectProperties file did not get written
and almost all functionObjects were doing an execute() inside of end()
new convention: call execute() on last time step, just before doing end()
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
ee950dd6
1 commit,
9 years ago
+
46
−
140
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
Search (e.g. *.vue) (Ctrl+P)
Loading