Skip to content

Extended preTimestep() hook

Lars Bilke requested to merge github/fork/chleh/extended-pre-timestep into master

Created by: chleh

As titled. Really nothing fancy.

Now more information is passed via the preTimestep() hook. Those information (delta_t) is needed in the TES and mechanics processes. Other processes can use the information, e.g., to initialize some data.

Merge request reports