Return .true. if the integrator class has fast mode integrate.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(integrator_adams_bashforth_moulton), | intent(in) | :: | self | Integrator. |
Inquire result.
elemental function has_fast_mode(self)
!< Return .true. if the integrator class has *fast mode* integrate.
class(integrator_adams_bashforth_moulton), intent(in) :: self !< Integrator.
logical :: has_fast_mode !< Inquire result.
has_fast_mode = has_fast_mode_
endfunction has_fast_mode