rktvd Interface

public interface rktvd

Module Procedures

private function rktvd_init(fu, neq, order) result(self)

Initialize rktvd object.

Arguments

Type IntentOptional Attributes Name
procedure(integrand) :: fu

subroutine with the derivative

integer, intent(in) :: neq

number of equations

integer, intent(in) :: order

order of the method (1, 2 or 3)

Return Value type(rktvd)