Destroy files collection.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(files_collection_object), | intent(inout) | :: | self | Files collection. |
elemental subroutine destroy(self)
!< Destroy files collection.
class(files_collection_object), intent(inout) :: self !< Files collection.
call self%boundary_conditions%destroy
call self%grid%destroy
call self%initial_conditions%destroy
call self%logging%destroy
call self%solution%destroy
endsubroutine destroy