OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
c_dampvrel.F
Go to the documentation of this file.
1Copyright> OpenRadioss
2Copyright> Copyright (C) 1986-2025 Altair Engineering Inc.
3Copyright>
4Copyright> This program is free software: you can redistribute it and/or modify
5Copyright> it under the terms of the GNU Affero General Public License as published by
6Copyright> the Free Software Foundation, either version 3 of the License, or
7Copyright> (at your option) any later version.
8Copyright>
9Copyright> This program is distributed in the hope that it will be useful,
10Copyright> but WITHOUT ANY WARRANTY; without even the implied warranty of
11Copyright> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12Copyright> GNU Affero General Public License for more details.
13Copyright>
14Copyright> You should have received a copy of the GNU Affero General Public License
15Copyright> along with this program. If not, see <https://www.gnu.org/licenses/>.
16Copyright>
17Copyright>
18Copyright> Commercial Alternative: Altair Radioss Software
19Copyright>
20Copyright> As an alternative to this open-source version, Altair also offers Altair Radioss
21Copyright> software under a commercial license. Contact Altair to discuss further if the
22Copyright> commercial version may interest you: https://www.altair.com/radioss/.
23!||====================================================================
24!|| c_dampvrel ../starter/source/restart/ddsplit/c_dampvrel.F
25!||--- called by ------------------------------------------------------
26!|| ddsplit ../starter/source/restart/ddsplit/ddsplit.F
27!||--- calls -----------------------------------------------------
28!|| nlocal ../starter/source/spmd/node/ddtools.F
29!||--- uses -----------------------------------------------------
30!||====================================================================
31 SUBROUTINE c_dampvrel(DAMPR,IGRNOD,PROC,IDAMP_VREL,NDAMP_VREL_L,
32 . NGRNOD,NDAMP,NRDAMP)
33C-----------------------------------------------
34C M o d u l e s
35C-----------------------------------------------
36 USE groupdef_mod
37C---------------------------------------------
38C I m p l i c i t T y p e s
39C-----------------------------------------------
40#include "implicit_f.inc"
41C-----------------------------------------------
42C D u m m y A r g u m e n t s
43C-----------------------------------------------
44 INTEGER, INTENT(IN) :: PROC,NGRNOD,NDAMP,NRDAMP
45 INTEGER, INTENT(INOUT) :: NDAMP_VREL_L,IDAMP_VREL(NDAMP)
46 my_real, INTENT(IN) :: dampr(nrdamp,ndamp)
47 TYPE (GROUP_),DIMENSION(NGRNOD),INTENT(IN) :: IGRNOD
48C-----------------------------------------------
49C E x t e r n a l F u n c t i o n s
50C-----------------------------------------------
51 INTEGER NLOCAL
52 EXTERNAL nlocal
53C-----------------------------------------------
54C L o c a l V a r i a b l e s
55C-----------------------------------------------
56 INTEGER I,J,IGR,CPT
57C-----------------------------------------------
58C
59 DO i=1,ndamp
60 IF (nint(dampr(21,i)) == 2) THEN
61 igr = nint(dampr(2,i))
62 cpt = 0
63 DO j = 1,igrnod(igr)%NENTITY
64 IF (nlocal(igrnod(igr)%ENTITY(j),proc)==1) THEN
65 cpt = cpt + 1
66 ENDIF
67 ENDDO
68 IF (cpt > 0) THEN
69 ndamp_vrel_l = ndamp_vrel_l +1
70 idamp_vrel(i) = ndamp_vrel_l
71 ENDIF
72 ENDIF
73 ENDDO
74C
75! --------------------------------------
76 RETURN
77 END
subroutine c_dampvrel(dampr, igrnod, proc, idamp_vrel, ndamp_vrel_l, ngrnod, ndamp, nrdamp)
Definition c_dampvrel.F:33
#define my_real
Definition cppsort.cpp:32