User-callable method to stop the integration.
rk_class
subroutine rk_class_stop(me) class(rk_class),intent(inout) :: me me%stopped = .true. end subroutine rk_class_stop