I am trying to understand the multistage solver in Fenics 1.3. I looked at the unit tests in RKSolver.py
Does the RKSolver only work for "R" elements...? Just change the element to "DG0" (or "CG1") and the tests fail.
I know that using "R" elements, we only have a global degree of freedom. Am I missing something when using other elements like "DG0"...?