Skip to content

Add function call to allow for extra tasks at the end of a time step

Description

This MR adds a call in the abstract system to a function which allows to execute extra tasks at the end of each time step. In the abstract system this function is empty by default. Derived classes can override this behaviour if needed.

News snippet

Checklist

  • I have checked that my code follows the Octopus coding standards
  • I have added tests for all the new features added in this request.

Closes #439 (closed)

Edited by Micael Oliveira

Merge request reports