rk4_properties Module Procedure

module procedure rk4_properties pure module function rk4_properties(me) result(p)

Returns the properties of the rk4 method

Arguments

Type IntentOptional Attributes Name
class(rk4_class), intent(in) :: me

Return Value type(rklib_properties)

properties of the method