OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
restart_mod.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!|| restmod ../engine/share/modules/restart_mod.F
25!||--- called by ------------------------------------------------------
26!|| crkxfem_rrestanim ../engine/source/output/restart/rdresb.F
27!|| crkxfem_wrestanim ../engine/source/output/restart/wrrest.F
28!|| get_user_window_nodes ../engine/source/user_interface/userwindow_interface_routines.F
29!|| mat_solid_get_nod_v ../engine/source/user_interface/uaccess.F
30!|| mat_solid_get_nod_x ../engine/source/user_interface/uaccess.F
31!|| radioss2 ../engine/source/engine/radioss2.F
32!|| rdresb ../engine/source/output/restart/rdresb.F
33!|| read_joint ../engine/source/output/restart/read_joint.F
34!|| resol_head ../engine/source/engine/resol_head.F
35!|| restalloc ../engine/source/output/restart/arralloc.F
36!|| rthbufwrest ../engine/source/output/restart/wrrest.F
37!|| spmd_check_tag ../engine/source/mpi/ams/spmd_check_tag.F
38!|| upgrade_cand_opt ../common_source/interf/upgrade_multimp.F
39!|| upgrade_lcand_e2s ../common_source/interf/upgrade_multimp.F
40!|| upgrade_lcand_edg ../common_source/interf/upgrade_multimp.F
41!|| upgrade_multimp ../common_source/interf/upgrade_multimp.F
42!|| write_joint ../engine/source/output/restart/write_joint.F
43!|| wrrestp ../engine/source/output/restart/wrrestp.F
44!||--- uses -----------------------------------------------------
45!|| cluster_mod ../engine/share/modules/cluster_mod.F
46!|| failwave_mod ../common_source/modules/failwave_mod.F
47!|| nlocal_reg_mod ../common_source/modules/nlocal_reg_mod.F
48!|| sphbox ../engine/share/modules/sphbox.F
49!||====================================================================
50 MODULE restmod
51 USE cluster_mod
52 USE sphbox
53 USE failwave_mod
55#include "my_real.inc"
56
57 INTEGER , DIMENSION(:), ALLOCATABLE ::
58 . iskwn, iframe, neth,
59 . ibcslag,
61 . ixs, ixq, ixc, ixt, ixp, ixr,
62 . gjbufi,
63 . ifill, ims, isubs,
64 . kxx, ixx, kxsp, ixsp, nod2sp,
66 . ibfv, IECRAN, ilas, laccelm,
69 . kinet, ipari, nprw, lprw,
70 . ICONX, lgauge,
85 !rank (1 to NSPMD) of the processor that is the main of the node
86 INTEGER, DIMENSION(:), ALLOCATABLE :: id_global_vois,face_vois
87
88 INTEGER, DIMENSION(:), ALLOCATABLE :: ibftemp, ibcv, ibcr, ibfflux
89
90 INTEGER , DIMENSION(:), ALLOCATABLE ::
98 . lnodpor,
100 . iadrbk, iadi2, iadmv2, IADMV3, iadll, iadrbm,
107 . lcfield ,lloadp,
113
114 my_real ,
115 . DIMENSION(:), ALLOCATABLE ::
116 . thke,
117 . dampr, damp, tf, pm,
118 . xframe, geo, eani, bufmat, bufgeo,
119 . bufsf, rbmpc, gjbufr, w, veul, fill,
120 . dfill, alph, wb, dsave, asave,
121 . spbuf,
122 . vsphio, sphveln, msnf, forc ,
123 . vel, fsav, fzero, xlas, accelm,
124 . fbvel, grav, fr_wave, parts0,
125 . elbuf,
126 . rwbuf, rwsav, rby, rbyl,
127 . rivet, secbuf, volmon, lambda, wa, fv,
128 . partsav,
129 . uwa, val2, phi,
130 . r, estif, crflsw, flsw, fani,
131 . xcut, anin, tani, secfcum, wasph,
132 . w16, dretrio, lbvrs, pv, rconx , rcontact,
133 . acontact,pcontact,
134 . factiv, rbym,
135 . ms_ply, zi_ply, admsms, dmelc, dmeltg,
136 . mssa, dmels, mstr, dmeltr, msp, dmelp,
137 . msrt, dmelrt, res_sms, phie, msf,
138 . cfield, msz2, diag_sms,loadp, dmint2,
139 . por, gauge, wagap ,rthbuf, knot,
140 . wige, rdrape, tab_mat, ms_2d ,knotlocpc,knotlocel,
141 . fcont_max,dgaploadint,dpl0cld,vel0cld
142
143 my_real,
144 . DIMENSION(:, :), ALLOCATABLE :: xcell
145 my_real,
146 . DIMENSION(:, :, :), ALLOCATABLE :: xface
147
148 my_real ,
149 . DIMENSION(:), ALLOCATABLE :: fconv, fbftemp, fradia, fbfflux
150
151 TYPE (cluster_) ,DIMENSION(:), ALLOCATABLE :: cluster
152C Double Precision array FBSAV6 (sensor 11 or 12 and parith/on)
153 DOUBLE PRECISION, DIMENSION(:,:,:), ALLOCATABLE :: fbsav6
157C Mat+ Prop timers (DDW/MONON)
158 INTEGER, DIMENSION(:), ALLOCATABLE :: poin_ump
159 INTEGER, DIMENSION(:,:), ALLOCATABLE ::tab_ump
160 my_real, DIMENSION(:,:), ALLOCATABLE :: cputime_mp_glob
161 my_real, DIMENSION(:), ALLOCATABLE :: cputime_mp
162c my_real, DIMENSION(:,:), ALLOCATABLE :: PSKID
163C=======================================================================
164C Specific Adaptive Meshing :
165C=======================================================================
166C SH4TREE(KSHTREE,NUMELC), SH3TREE(KSHTREE,NUMELTG)
167C 1: father
168C 2: 1st son (2nd son = 1st + 1, 3rd son = 1st + 2, 4th son = 1st + 3)
169C 3: = LEVEL SI ACTIVE
170C = -(LEVEL+1) SINON
171C 4: group Number
172C-----------------------------------------------
173 INTEGER, DIMENSION(:,:),ALLOCATABLE :: sh4tree,sh3tree
174C-----------------------------------------------
175C IPADMESH(1,IP) = initial level of elements
176C PADMESH(1,IP) = cos(angle criteria)
177C PADMESH (2,IP) = criteria for error on thickness
178C-----------------------------------------------
179 INTEGER, DIMENSION(:,:),ALLOCATABLE :: ipadmesh
180 my_real,
181 . DIMENSION(:,:),ALLOCATABLE :: padmesh
182C-----------------------------------------------
183 INTEGER, DIMENSION(:),ALLOCATABLE :: sh4trim, sh3trim
184C-----------------------------------------------
185C MSC(N) = mass of shell element N
186C INC(N) = inertia of shell element N
187C-----------------------------------------------
188 my_real,
189 . DIMENSION(:),ALLOCATABLE :: msc,mstg,inc,intg
190 my_real,
191 . DIMENSION(:,:),ALLOCATABLE :: ptg
192C-----------------------------------------------
193C Condensation
194C-----------------------------------------------
195 my_real,
196 . DIMENSION(:),ALLOCATABLE :: mscnd,incnd
197C-----------------------------------------------
198C Thermic
199C-----------------------------------------------
200 my_real,
201 . DIMENSION(:),ALLOCATABLE :: mcpc, mcptg
202C=======================================================================
203
204 END MODULE restmod
205
206C=======================================================================
#define my_real
Definition cppsort.cpp:32
integer, dimension(:), allocatable poin_ump
integer, dimension(:), allocatable, target igrv
Definition restart_mod.F:60
integer, dimension(:), allocatable fr_sec
Definition restart_mod.F:83
integer, dimension(:), allocatable iad_rby
Definition restart_mod.F:83
integer, dimension(:), allocatable id_global_vois
Definition restart_mod.F:86
integer, dimension(:), allocatable fr_nbedge
Definition restart_mod.F:83
integer, dimension(:), allocatable iadrbmk
Definition restart_mod.F:90
integer, dimension(:), allocatable fr_mad
Definition restart_mod.F:83
integer, dimension(:), allocatable ibcv
integer, dimension(:), allocatable lagbuf
Definition restart_mod.F:60
integer, dimension(:), allocatable ixx
Definition restart_mod.F:60
integer, dimension(:), allocatable, target lpby
Definition restart_mod.F:60
integer, dimension(:), allocatable fr_rl
Definition restart_mod.F:83
integer, dimension(:), allocatable, target ixs
Definition restart_mod.F:60
integer, dimension(:), allocatable interloadp
Definition restart_mod.F:60
integer, dimension(:), allocatable iad_rbym2
Definition restart_mod.F:90
integer, dimension(:), allocatable iad_i2m
Definition restart_mod.F:83
integer, dimension(:), allocatable iad_cut
Definition restart_mod.F:83
integer, dimension(:), allocatable lgrav
Definition restart_mod.F:83
integer, dimension(:), allocatable, target npby
Definition restart_mod.F:60
integer, dimension(:), allocatable kxig3d
Definition restart_mod.F:60
integer, dimension(:), allocatable face_vois
Definition restart_mod.F:86
integer, dimension(:), pointer iframe
integer, dimension(:), pointer madfail
integer, dimension(:), allocatable lesdvois
Definition restart_mod.F:83
integer, dimension(:), allocatable lnrcvois
Definition restart_mod.F:83
integer, dimension(:), allocatable nodenr
Definition restart_mod.F:83
integer, dimension(:), allocatable nativ0_sms
Definition restart_mod.F:90
integer, dimension(:), allocatable newfront
Definition restart_mod.F:83
integer, dimension(:), allocatable iadc_crkxfem
Definition restart_mod.F:57
integer, dimension(:), allocatable nodpor
Definition restart_mod.F:60
integer, dimension(:), allocatable ilink
Definition restart_mod.F:83
integer, dimension(:), allocatable iadrcp_pxfem
Definition restart_mod.F:57
integer, dimension(:), allocatable ibc_ply
Definition restart_mod.F:57
integer, dimension(:), allocatable llink
Definition restart_mod.F:83
integer, dimension(:), allocatable madclnod
Definition restart_mod.F:57
integer, dimension(:,:), allocatable ipadmesh
integer, dimension(:), allocatable lbvel
Definition restart_mod.F:60
integer, dimension(:), allocatable lprtsph
Definition restart_mod.F:60
integer, dimension(:), allocatable nbsdvois
Definition restart_mod.F:83
integer, dimension(:), allocatable lnodpor
Definition restart_mod.F:83
integer, dimension(:), allocatable ibcr
integer, dimension(:), allocatable ne_nercvois
Definition restart_mod.F:90
integer, dimension(:), allocatable iadmv2
Definition restart_mod.F:83
integer, dimension(:), allocatable neflsw
Definition restart_mod.F:83
integer, dimension(:), allocatable ixig3d
Definition restart_mod.F:60
double precision, dimension(:,:,:), allocatable fbsav6
integer, dimension(:), allocatable linale
Definition restart_mod.F:83
type(cluster_), dimension(:), allocatable cluster
integer, dimension(:), allocatable iactiv
Definition restart_mod.F:60
integer, dimension(:), allocatable crknodiad
Definition restart_mod.F:57
integer, dimension(:), allocatable ne_lercvois
Definition restart_mod.F:90
integer, dimension(:), allocatable ibcslag
Definition restart_mod.F:60
integer, dimension(:), allocatable icodt_ply
Definition restart_mod.F:90
integer, dimension(:), allocatable ibufssg_io
Definition restart_mod.F:57
integer, dimension(:,:), allocatable sh4tree
integer, dimension(:), allocatable fr_lagf
Definition restart_mod.F:83
integer, dimension(:), allocatable ispsym
Definition restart_mod.F:60
integer, dimension(:), allocatable sh4trim
integer, dimension(:), allocatable addcsrect
Definition restart_mod.F:83
integer, dimension(:), allocatable ipm
Definition restart_mod.F:83
integer, dimension(:), allocatable, target ipart
Definition restart_mod.F:60
integer, dimension(:), allocatable iadwal
Definition restart_mod.F:83
integer, dimension(:), allocatable fr_nor
Definition restart_mod.F:83
integer, dimension(:), allocatable isphio
Definition restart_mod.F:60
integer, dimension(:), allocatable fr_i18
Definition restart_mod.F:83
integer, dimension(:), allocatable, target ipari
Definition restart_mod.F:60
integer, dimension(:), allocatable fr_rbym2
Definition restart_mod.F:90
type(spsym_struct) xspsym
integer, dimension(:), allocatable igaup
Definition restart_mod.F:83
integer, dimension(:), allocatable icodrbym
Definition restart_mod.F:83
type(spsym_struct) wsmcomp
integer, dimension(:), allocatable iad_rbm
Definition restart_mod.F:83
integer, dimension(:), allocatable iskew_ply
Definition restart_mod.F:90
integer, dimension(:), allocatable nnflsw
Definition restart_mod.F:83
integer, dimension(:), allocatable xnodanimel
Definition restart_mod.F:57
integer, dimension(:), allocatable nercvois
Definition restart_mod.F:83
type(failwave_str_) failwave
integer, dimension(:), allocatable tabsensor
Definition restart_mod.F:83
integer, dimension(:), allocatable ispcond
Definition restart_mod.F:60
integer, dimension(:), allocatable ibordnode
Definition restart_mod.F:83
integer, dimension(:), allocatable sh3trim
integer, dimension(:), allocatable iadrbk
Definition restart_mod.F:83
integer, dimension(:), allocatable, target iedgesh
Definition restart_mod.F:83
integer, dimension(:), allocatable fr_i2m
Definition restart_mod.F:83
integer, dimension(:), allocatable ixt
Definition restart_mod.F:60
integer, dimension(:), allocatable lnlink
Definition restart_mod.F:60
integer, dimension(:), allocatable ibftemp
integer, dimension(:), allocatable ibfv
Definition restart_mod.F:60
integer, dimension(:), allocatable iaccp
Definition restart_mod.F:83
integer, dimension(:), allocatable, target iel_crkxfem
Definition restart_mod.F:83
integer, dimension(:), allocatable iadi18
Definition restart_mod.F:83
integer, dimension(:), allocatable lsegcom
Definition restart_mod.F:83
integer, dimension(:), allocatable iskwp_l
Definition restart_mod.F:90
integer, dimension(:), allocatable inod_pxfem
Definition restart_mod.F:83
integer, dimension(:), allocatable dd_r2r_elem
Definition restart_mod.F:57
integer, dimension(:), allocatable kloadpinter
Definition restart_mod.F:60
integer, dimension(:), allocatable ixr
Definition restart_mod.F:60
integer, dimension(:,:), allocatable sh3tree
integer, dimension(:), allocatable lonfsph
Definition restart_mod.F:60
integer, dimension(:), pointer madnod
integer, dimension(:), allocatable madidx
Definition restart_mod.F:57
integer, dimension(:), allocatable iexlnk
Definition restart_mod.F:60
integer, dimension(:), allocatable, target ixtg
Definition restart_mod.F:60
integer, dimension(:), pointer lpbyl
integer, dimension(:), allocatable nnlink
Definition restart_mod.F:60
integer, dimension(:), allocatable isubs
Definition restart_mod.F:57
integer, dimension(:), allocatable adsky_crkxfem
Definition restart_mod.F:57
integer, dimension(:), pointer madprt
integer, dimension(:), allocatable fr_rbym
Definition restart_mod.F:90
integer, dimension(:), allocatable monvol
Definition restart_mod.F:60
integer, dimension(:), allocatable ifill
Definition restart_mod.F:60
integer, dimension(:), allocatable kxfenod2elc
Definition restart_mod.F:83
integer, dimension(:), allocatable iskwp
Definition restart_mod.F:83
integer, dimension(:), allocatable isensp
Definition restart_mod.F:83
integer, dimension(:), allocatable fr_rbe2
Definition restart_mod.F:83
integer, dimension(:), allocatable idrape
Definition restart_mod.F:83
integer, dimension(:), allocatable irbe2
Definition restart_mod.F:60
integer, dimension(:), allocatable inod_crkxfem
Definition restart_mod.F:83
integer, dimension(:), allocatable nporgeo
Definition restart_mod.F:83
integer, dimension(:), allocatable procne_crkxfem
Definition restart_mod.F:57
integer, dimension(:), allocatable fr_rbm2
Definition restart_mod.F:83
integer, dimension(:), allocatable iadsdp_pxfem
Definition restart_mod.F:57
integer, dimension(:), allocatable kxsp
Definition restart_mod.F:60
integer, dimension(:), allocatable neth
Definition restart_mod.F:60
integer, dimension(:), allocatable enrtag
Definition restart_mod.F:83
integer, dimension(:), allocatable nodlevxf
Definition restart_mod.F:83
integer, dimension(:), allocatable fr_wall
Definition restart_mod.F:83
integer, dimension(:), allocatable loadpinter
Definition restart_mod.F:60
integer, dimension(:), allocatable elcutc
Definition restart_mod.F:83
integer, dimension(:), allocatable fr_ll
Definition restart_mod.F:83
integer, dimension(:), allocatable iad_sec
Definition restart_mod.F:83
integer, dimension(:), allocatable nsensp
Definition restart_mod.F:83
integer, dimension(:), allocatable dd_iad
Definition restart_mod.F:60
integer, dimension(:), allocatable gjbufi
Definition restart_mod.F:60
integer, dimension(:), pointer madsh3
integer, dimension(:), allocatable icut
Definition restart_mod.F:83
integer, dimension(:), allocatable fr_cj
Definition restart_mod.F:83
integer, dimension(:), allocatable, target iskwn
Definition restart_mod.F:60
integer, dimension(:), allocatable nesdvois
Definition restart_mod.F:83
integer, dimension(:), allocatable cne_crkxfem
Definition restart_mod.F:57
integer, dimension(:), allocatable, target iloadp
Definition restart_mod.F:60
integer, dimension(:), allocatable iadcj
Definition restart_mod.F:83
integer, dimension(:), allocatable nprw
Definition restart_mod.F:60
integer, dimension(:), allocatable iadsdp_crkxfem
Definition restart_mod.F:57
integer, dimension(:), allocatable ngaup
Definition restart_mod.F:83
integer, dimension(:), allocatable lnrbym
Definition restart_mod.F:83
integer, dimension(:), allocatable nod2sp
Definition restart_mod.F:60
integer, dimension(:), allocatable adsky_pxfem
Definition restart_mod.F:57
integer, dimension(:), allocatable nodglobxfe
Definition restart_mod.F:83
integer, dimension(:), allocatable weight_rm
Definition restart_mod.F:57
integer, dimension(:), allocatable ixp
Definition restart_mod.F:60
integer, dimension(:), allocatable laccelm
Definition restart_mod.F:60
integer, dimension(:), allocatable, target nom_opt
Definition restart_mod.F:60
integer, dimension(:), allocatable iad_rbe2
Definition restart_mod.F:83
double precision, dimension(:), allocatable bufgeo
integer, dimension(:), pointer madsol
integer, dimension(:), allocatable fasolfr
Definition restart_mod.F:83
integer, dimension(:), allocatable iadi2
Definition restart_mod.F:83
integer, dimension(:), allocatable, target npc
Definition restart_mod.F:60
integer, dimension(:), allocatable igeo
Definition restart_mod.F:83
integer, dimension(:), allocatable, target ibmpc
Definition restart_mod.F:60
integer, dimension(:), allocatable ixtg1
Definition restart_mod.F:60
integer, dimension(:), allocatable fr_mv
Definition restart_mod.F:83
integer, dimension(:), allocatable ims
Definition restart_mod.F:60
integer, dimension(:), allocatable fr_edge
Definition restart_mod.F:83
integer, dimension(:), allocatable lercvois
Definition restart_mod.F:83
integer, dimension(:), allocatable iadrl
Definition restart_mod.F:83
integer, dimension(:), allocatable addcni2
Definition restart_mod.F:83
integer, dimension(:), allocatable lbcscyc
Definition restart_mod.F:57
integer, dimension(:), allocatable fr_rby2
Definition restart_mod.F:83
integer, dimension(:), allocatable iad_frnor
Definition restart_mod.F:83
integer, dimension(:), allocatable iadc_pxfem
Definition restart_mod.F:57
integer, dimension(:), allocatable ne_lesdvois
Definition restart_mod.F:90
integer, dimension(:), allocatable ibvel
Definition restart_mod.F:60
integer, dimension(:), allocatable iadrbm
Definition restart_mod.F:83
integer, dimension(:), allocatable lrivet
Definition restart_mod.F:60
integer, dimension(:), pointer npbyl
integer, dimension(:), allocatable iad_edge
Definition restart_mod.F:83
integer, dimension(:), allocatable, target icfield
Definition restart_mod.F:60
integer, dimension(:), allocatable kinet
Definition restart_mod.F:60
integer, dimension(:), allocatable lgauge
Definition restart_mod.F:60
integer, dimension(:), allocatable nstrf
Definition restart_mod.F:60
integer, dimension(:), allocatable ibcscyc
Definition restart_mod.F:57
integer, dimension(:), allocatable procnor
Definition restart_mod.F:83
integer, dimension(:), allocatable tag_skins6
Definition restart_mod.F:57
integer, dimension(:), allocatable fr_rby
Definition restart_mod.F:83
integer, dimension(:), allocatable iad_rbm2
Definition restart_mod.F:83
integer, dimension(:), allocatable irbym
Definition restart_mod.F:83
integer, dimension(:,:), allocatable ixsp
Definition restart_mod.F:81
integer, dimension(:), allocatable iadrcp_crkxfem
Definition restart_mod.F:57
integer, dimension(:), pointer madsh4
integer, dimension(:), allocatable iparg
Definition restart_mod.F:60
integer, dimension(:), allocatable ixq
Definition restart_mod.F:60
integer, dimension(:), allocatable iedge
Definition restart_mod.F:83
integer, dimension(:), allocatable ibfflux
integer, dimension(:), allocatable nodedge
Definition restart_mod.F:83
integer, dimension(:), allocatable ilas
Definition restart_mod.F:60
integer, dimension(:), allocatable iad_rby2
Definition restart_mod.F:83
integer, dimension(:), allocatable icode_ply
Definition restart_mod.F:90
integer, dimension(:), allocatable lloadp
Definition restart_mod.F:83
integer, dimension(:), allocatable fr_cut
Definition restart_mod.F:83
integer, dimension(:), allocatable segquadfr
Definition restart_mod.F:83
integer, dimension(:), allocatable procni2
Definition restart_mod.F:83
integer, dimension(:), allocatable lcfield
Definition restart_mod.F:83
integer, dimension(:), allocatable kxx
Definition restart_mod.F:60
integer, dimension(:), allocatable nskwp
Definition restart_mod.F:83
integer, dimension(:), allocatable ne_nesdvois
Definition restart_mod.F:90
integer, dimension(:), allocatable iad_rbym
Definition restart_mod.F:90
integer, dimension(:), allocatable nom_sect
Definition restart_mod.F:60
integer, dimension(:), allocatable lprw
Definition restart_mod.F:60
integer, dimension(:), allocatable npsegcom
Definition restart_mod.F:83
type(nlocal_str_) nloc_dmg
integer, dimension(:), allocatable rg_cut
Definition restart_mod.F:83
integer, dimension(:), allocatable iel_pxfem
Definition restart_mod.F:83
integer, dimension(:), allocatable lrbe2
Definition restart_mod.F:60
integer, dimension(:), allocatable fr_rbm
Definition restart_mod.F:83
integer, dimension(:), allocatable llagf
Definition restart_mod.F:83
integer, dimension(:), allocatable ixc
Definition restart_mod.F:60
integer, dimension(:), allocatable nbrcvois
Definition restart_mod.F:83
integer, dimension(:), allocatable ljoint
Definition restart_mod.F:60
integer, dimension(:), allocatable lnsdvois
Definition restart_mod.F:83
integer, dimension(:,:), allocatable tab_ump
integer, dimension(:), allocatable naccp
Definition restart_mod.F:83
type(spsym_struct) vspsym
integer, dimension(:), allocatable procne_pxfem
Definition restart_mod.F:57
integer, dimension(:), allocatable ithvar
Definition restart_mod.F:60
integer, dimension(:), allocatable dd_r2r
Definition restart_mod.F:83
integer, dimension(:), allocatable iadll
Definition restart_mod.F:83
integer, dimension(:), allocatable icontact
Definition restart_mod.F:83
integer, dimension(:), allocatable ipart_state
Definition restart_mod.F:60