Implementation

17. Implementation#

We give an implementation of time-stepping methods.

  • We introduce the class NonlinearFunction. It represents the right-hand side of the ODE. It allows composing functions to build up complex expressions from simple building blocks.

  • We introduce a class hierarchy of TimerSteppers for implementing different methods