I changed this question from asking "Are there any examples..." to "Is it OK to use..." as I found the examples for this module once I upgraded to latest version of FEniCS.
The multistage module seems very interesting, it seems to include objects for writing problems using different schemes (such as Backwards Euler, Crank-Nicolson, Runge-Kutta) as well as accompanying solvers.
Are there any examples out there on how to solve a simple PDE using these tools?
There is a nice example of how to use this to time-step the advection-diffusion equation
I am potentially interested in using these to time-step (implicit) non-linear PDEs. The native approach to time-stepping is to manually implement the backwards Euler method. But the multistage module seems to take care of most of these details. I just wondering why there is little mention of if in the documentation?
The lack of documentation is normally a sign of an area that is under development. There is also a warning in the source code (example linked above),
FIXME: using a MultiStateScheme. It could be removed or changed anytime.
Does anybody use this interesting module? The status from the documentation seem to imply "use at your own risk".
Best wishes,
Dan