This code solves any initial value problem (IVP) of arbitraty order for finite element (FE) problems using a Runge Kutta method (RKM) spcified by a Butcher tableau or method name.
Currently, only non-adaptive RKM are supported. Solution algorithms are currently only given for explicit (not for implicit) problems. The latter will later be implemented using the Newton-Raphson-algorithm to solve the system of equations at every stage of the RKM.