Open pietercollins opened 1 month ago
Make it clear at code level that the step_size argument to Integrator classes is a suggestion by introducing a Suggest or Hint modifier. Add support for a separate method which returns the requested step size or throws an exception.
step_size
Integrator
Suggest
Hint
Make it clear at code level that the
step_size
argument toIntegrator
classes is a suggestion by introducing aSuggest
orHint
modifier. Add support for a separate method which returns the requested step size or throws an exception.