Skip to content
Snippets Groups Projects
Commit 3e5da0bc authored by mattijs's avatar mattijs
Browse files

ENH: functionObjects: call execute on last time step

- 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()
parent bd737621
No related branches found
No related tags found
No related merge requests found
Showing
with 30 additions and 87 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment