Returns the order of the rkf1210 method.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(rkf1210_class), | intent(in) | :: | me |
order of the method
pure function rkf1210_order(me) result(p) implicit none class(rkf1210_class),intent(in) :: me integer :: p !! order of the method p = 12 end function rkf1210_order