OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
stat_spring_spmd.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!|| stat_spring_spmd ../engine/source/output/sta/stat_spring_spmd.F
25!||--- called by ------------------------------------------------------
26!|| genstat ../engine/source/output/sta/genstat.F
27!||--- calls -----------------------------------------------------
28!|| my_orders ../common_source/tools/sort/my_orders.c
29!|| spmd_iget_partn_sta ../engine/source/mpi/output/spmd_stat.F
30!||--- uses -----------------------------------------------------
31!|| elbufdef_mod ../common_source/modules/mat_elem/elbufdef_mod.F90
32!|| my_alloc_mod ../common_source/tools/memory/my_alloc.F90
33!||====================================================================
34 SUBROUTINE stat_spring_spmd(ITAB ,IPART ,IXR ,IPARTR,IPART_STATE,
35 . NODTAG ,STAT_INDXR,LENGR ,IPARG ,ELBUF_TAB ,
36 . IDEL )
37C-----------------------------------------------
38C M o d u l e s
39C-----------------------------------------------
40 USE elbufdef_mod
41 USE my_alloc_mod
42C-----------------------------------------------
43C I m p l i c i t T y p e s
44C-----------------------------------------------
45#include "implicit_f.inc"
46C-----------------------------------------------
47C C o m m o n B l o c k s
48C-----------------------------------------------
49#include "com01_c.inc"
50#include "com04_c.inc"
51#include "param_c.inc"
52#include "scr16_c.inc"
53#include "scr17_c.inc"
54#include "spmd_c.inc"
55#include "task_c.inc"
56#include "units_c.inc"
57C-----------------------------------------------
58C D u m m y A r g u m e n t s
59C-----------------------------------------------
60 INTEGER ITAB(*),IPART(LIPART1,*),IXR(NIXR,*),IPARTR(*),
61 . IPART_STATE(*),NODTAG(*), STAT_INDXR(*),IPARG(NPARG,*)
62 INTEGER LENGR,IDEL
63 TYPE (ELBUF_STRUCT_), DIMENSION(NGROUP), TARGET :: ELBUF_TAB
64C-----------------------------------------------
65C L o c a l V a r i a b l e s
66C-----------------------------------------------
67 INTEGER I,N,JJ,IPRT,BUF,IPRT0,K,II
68 INTEGER NG,NEL,NFT,LFT,LLT,ITY,IOFF
69 INTEGER WORK(70000)
70 TYPE(g_bufel_) ,POINTER :: GBUF
71 INTEGER,DIMENSION(:),ALLOCATABLE :: IADD
72 INTEGER,DIMENSION(:,:),ALLOCATABLE :: IADG
73 INTEGER,DIMENSION(:),ALLOCATABLE :: NP
74 INTEGER,DIMENSION(:),ALLOCATABLE :: NPGLOB
75 INTEGER,DIMENSION(:,:),ALLOCATABLE :: CLEF
76C-----------------------------------------------
77C SPRING
78C-----------------------------------------------
79 CALL my_alloc(iadg,nspmd,npart)
80 CALL my_alloc(iadd,npart+1)
81 CALL my_alloc(np,5*numelr)
82 CALL my_alloc(npglob,7*lengr)
83 CALL my_alloc(clef,2,numelrg)
84C-----------------------------------------------
85 iadd = 0
86 npglob(1:7*lengr) = 0
87C
88 jj = 0
89 ii = 0
90 DO ng=1,ngroup
91 ity = iparg(5,ng)
92 IF (ity == 6) THEN
93 nel = iparg(2,ng)
94 nft = iparg(3,ng)
95 gbuf => elbuf_tab(ng)%GBUF
96 lft=1
97 llt=nel
98c
99 DO i=lft,llt
100 n = i + nft
101 iprt=ipartr(n)
102 IF (ipart_state(iprt) == 0) cycle
103c
104 np(jj+1) = ixr(nixr,n)
105 np(jj+2) = itab(ixr(2,n))
106 np(jj+3) = itab(ixr(3,n))
107 np(jj+4) = iprt
108 np(jj+5) = iabs(nint(gbuf%OFF(i)))
109c
110 ii = ii + 1
111c
112 jj = jj + 5
113c
114 stat_numelr = stat_numelr + 1
115c
116 nodtag(ixr(2,n))=1
117 nodtag(ixr(3,n))=1
118 ENDDO ! DO I=LFT,LLT
119 ENDIF ! IF (ITY == 6)
120 ENDDO ! DO NG=1,NGROUP
121C----
122 stat_numelr_g = 0
123 CALL spmd_iget_partn_sta(5,stat_numelr,stat_numelr_g,lengr,np,
124 . iadg,npglob,stat_indxr)
125C----
126 IF (ispmd == 0) THEN
127 DO n=1,stat_numelr_g
128 stat_indxr(n)=n
129 clef(1,n)=npglob(5*(n-1)+5)
130 clef(2,n)=npglob(5*(n-1)+1)
131 ENDDO
132 CALL my_orders(0,work,clef,stat_indxr,stat_numelr_g,2)
133C----
134 iprt0=0
135 DO n=1,stat_numelr_g
136 k=stat_indxr(n)
137 jj=5*(k-1)
138 iprt=npglob(jj+4)
139 ioff=npglob(jj+5)
140 IF (idel==0 .OR. (idel==1 .AND. ioff >= 1)) THEN
141 IF (iprt /= iprt0) THEN
142 WRITE(iugeo,'(A,I10)')'/SPRING/',ipart(4,iprt)
143 WRITE(iugeo,'(A)')
144 . '#SPRING_ID NOD1 NOD2'
145 iprt0=iprt
146 ENDIF
147 WRITE(iugeo,'(3I10)') npglob(jj+1),npglob(jj+2),npglob(jj+3)
148 ENDIF !IF (IDEL)
149 ENDDO ! DO N=1,STAT_NUMELR_G
150 ENDIF ! IF (ISPMD == 0)
151C-----------------------------------------------
152 DEALLOCATE(iadd)
153 DEALLOCATE(iadg)
154 DEALLOCATE(np)
155 DEALLOCATE(npglob)
156 DEALLOCATE(clef)
157 RETURN
158 END
void my_orders(int *mode, int *iwork, int *data, int *index, int *n, int *irecl)
Definition my_orders.c:82
subroutine spmd_iget_partn_sta(size, stat_numel, stat_lenelg, leng, np, iadg, npglob, stat_indx)
Definition spmd_stat.F:129
subroutine stat_spring_spmd(itab, ipart, ixr, ipartr, ipart_state, nodtag, stat_indxr, lengr, iparg, elbuf_tab, idel)