Completely free the memory of the treelmesh again.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(treelmesh_type), | intent(inout) | :: | me |
Structure to free |
subroutine free_treelmesh(me) !> Structure to free type(treelmesh_type), intent(inout) :: me call unload_treelmesh(me) call tem_global_mesh_free(me%global) end subroutine free_treelmesh