Closed mschreter closed 2 years ago
The indentation check fails. Locally I use clang-format v11.1. I'll come up with a solution asap.
The indentation check fails. Locally I use clang-format v11.1. I'll come up with a solution asap.
We are using:
@mschreter I have formatted the code. Let me know when the PR is ready to merge.
Oh thanks a lot. From my side it is ready!
This PR introduces a
set_time_step
function to obtain external access of the time step size. To this end, I renamed the existingset_time_step
function toset_desired_time_step
, since the existing function potentially modifies the time step size to fulfill some restrictions.