Begin a rk_fixed_step_class integration.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(rk_fixed_step_class), | intent(inout) | :: | me |
subroutine begin_integration_rk_fixed_step_class(me) class(rk_fixed_step_class),intent(inout) :: me call me%begin() ! all we need is base method here. end subroutine begin_integration_rk_fixed_step_class