Destroy the integrator.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(integrator_lmm_ssp_vss), | intent(inout) | :: | self | Integrator. |
elemental subroutine destroy(self)
!< Destroy the integrator.
class(integrator_lmm_ssp_vss), intent(inout) :: self !< Integrator.
call self%destroy_multistep
self%integrate_ => integrate_order_2
endsubroutine destroy