Return .true. for multistage integrator.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(integrator_multistage_multistep_object), | intent(in) | :: | self | Integrator. |
Inquire result.
elemental function is_multistage(self)
!< Return .true. for multistage integrator.
class(integrator_multistage_multistep_object), intent(in) :: self !< Integrator.
logical :: is_multistage !< Inquire result.
is_multistage = .true.
endfunction is_multistage