Destroy the integrator.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(integrator_adams_bashforth_moulton), | intent(inout) | :: | self | Integrator. |
elemental subroutine destroy(self)
!< Destroy the integrator.
class(integrator_adams_bashforth_moulton), intent(inout) :: self !< Integrator.
call self%destroy_multistep
call self%predictor%destroy
call self%corrector%destroy
endsubroutine destroy