Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(nlsolver), | intent(inout) | :: | this |
elemental pure subroutine deallocate_solver(this) type(nlsolver), intent(inout) :: this if (allocated(this%nl_method)) deallocate(this%nl_method) if (allocated(this%fdm_method)) deallocate(this%fdm_method) end subroutine deallocate_solver