Skip to content
Snippets Groups Projects

ENH: functionObjects: call execute on last time step

Merged Mattijs Janssens requested to merge feature-FO_execute_on_end into develop
  • 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()

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply