init_runge_kutta Interface

interface
public module subroutine init_runge_kutta(self, ndim, order)

Arguments

Type IntentOptional Attributes Name
class(runge_kutta_t), intent(inout) :: self

Instance of the type

integer, intent(in) :: ndim

Dimension of problem

integer, intent(in) :: order

Order of time-stepping scheme

Description

Initialises a Runge Kutta integrator