OpenRadioss
2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
alemuscl_deallocate.F
Go to the documentation of this file.
1
Copyright> OpenRadioss
2
Copyright> Copyright (C) 1986-2025 Altair Engineering Inc.
3
Copyright>
4
Copyright> This program is free software: you can redistribute it and/or modify
5
Copyright> it under the terms of the GNU Affero General Public License as published by
6
Copyright> the Free Software Foundation, either version 3 of the License, or
7
Copyright> (at your option) any later version.
8
Copyright>
9
Copyright> This program is distributed in the hope that it will be useful,
10
Copyright> but WITHOUT ANY WARRANTY; without even the implied warranty of
11
Copyright> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
Copyright> GNU Affero General Public License for more details.
13
Copyright>
14
Copyright> You should have received a copy of the GNU Affero General Public License
15
Copyright> along with this program. If not, see <https://www.gnu.org/licenses/>.
16
Copyright>
17
Copyright>
18
Copyright> Commercial Alternative: Altair Radioss Software
19
Copyright>
20
Copyright> As an alternative to this open-source version, Altair also offers Altair Radioss
21
Copyright> software under a commercial license. Contact Altair to discuss further if the
22
Copyright> commercial version may interest you: https://www.altair.com/radioss/.
23
!||====================================================================
24
!|| alemuscl_deallocate ../engine/source/ale/alemuscl/alemuscl_deallocate.F
25
!||--- called by ------------------------------------------------------
26
!|| resol ../engine/source/engine/resol.F
27
!||--- uses -----------------------------------------------------
28
!|| alemuscl_mod ../common_source/modules/ale/alemuscl_mod.F
29
!||====================================================================
30
SUBROUTINE
alemuscl_deallocate
()
31
C-----------------------------------------------
32
C M o d u l e s
33
C-----------------------------------------------
34
USE
alemuscl_mod
,
only
:
alemuscl_buffer
35
C-----------------------------------------------
36
C I m p l i c i t T y p e s
37
C-----------------------------------------------
38
#include "implicit_f.inc"
39
C-----------------------------------------------
40
C S o u r c e L i n e s
41
C-----------------------------------------------
42
IF
(
ALLOCATED
(
alemuscl_buffer
%VOLUME_FRACTION))
DEALLOCATE
(
alemuscl_buffer
%VOLUME_FRACTION)
43
IF
(
ALLOCATED
(
alemuscl_buffer
%NODE_MAX_VALUE))
DEALLOCATE
(
alemuscl_buffer
%NODE_MAX_VALUE)
44
IF
(
ALLOCATED
(
alemuscl_buffer
%NODE_MIN_VALUE))
DEALLOCATE
(
alemuscl_buffer
%NODE_MIN_VALUE)
45
IF
(
ALLOCATED
(
alemuscl_buffer
%GRAD))
DEALLOCATE
(
alemuscl_buffer
%GRAD)
46
IF
(
ALLOCATED
(
alemuscl_buffer
%ELCENTER))
DEALLOCATE
(
alemuscl_buffer
%ELCENTER)
47
C-----------------------------------------------
48
END SUBROUTINE
alemuscl_deallocate
alemuscl_deallocate
subroutine alemuscl_deallocate()
Definition
alemuscl_deallocate.F:31
alemuscl_mod
Definition
alemuscl_mod.F:55
alemuscl_mod::alemuscl_buffer
type(alemuscl_buffer_) alemuscl_buffer
Definition
alemuscl_mod.F:75
engine
source
ale
alemuscl
alemuscl_deallocate.F
Generated by
1.15.0