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 ../starter/share/modules1/restart_mod.F
25!||--- called by ------------------------------------------------------
26!|| contrl ../starter/source/starter/contrl.F
27!|| leclas ../starter/source/loads/laser/leclas.F
28!|| lecsec42 ../starter/source/tools/sect/hm_read_sect.F
29!|| lectur ../starter/source/starter/lectur.F
30!|| new_link ../starter/source/coupling/rad2rad/new_link.F
31!|| r2r_check ../starter/source/coupling/rad2rad/r2r_check.F
32!|| r2r_check_seg ../starter/source/coupling/rad2rad/routines_r2r.F
33!|| r2r_clean_inter ../starter/source/coupling/rad2rad/r2r_clean_inter.F
34!|| r2r_count ../starter/source/coupling/rad2rad/r2r_count.F
35!|| r2r_domdec ../starter/source/coupling/rad2rad/r2r_domdec.F
36!|| r2r_exist ../starter/source/coupling/rad2rad/routines_r2r.F
37!|| r2r_group ../starter/source/coupling/rad2rad/r2r_group.F
38!|| r2r_input ../starter/source/coupling/rad2rad/r2r_input.F
39!|| r2r_monvol ../starter/source/coupling/rad2rad/r2r_prelec.F
40!|| r2r_prelec ../starter/source/coupling/rad2rad/r2r_prelec.F
41!|| r2r_prelec_name ../starter/source/coupling/rad2rad/r2r_prelec_name.F
42!|| r2r_split ../starter/source/coupling/rad2rad/r2r_split.F
43!|| r2r_void ../starter/source/coupling/rad2rad/r2r_void.F
44!|| r2r_void_1d ../starter/source/coupling/rad2rad/r2r_void.F
45!|| read_ebcs ../starter/source/boundary_conditions/ebcs/read_ebcs.F
46!|| set_user_window_nodes ../starter/source/user_interface/user_windows_tools.F
47!|| split_ebcs ../starter/source/boundary_conditions/ebcs/split_ebcs.F
48!|| st_qaprint_ebcs ../starter/source/output/qaprint/st_qaprint_ebcs.F
49!|| tag_elem_void_r2r ../starter/source/coupling/rad2rad/tagelem_r2r.F
50!|| tag_elem_void_r2r_lin ../starter/source/coupling/rad2rad/tagelem_r2r.F
51!|| tagnod_r2r_s ../starter/source/coupling/rad2rad/tagnod_r2r.F
52!|| uelt_spmd_additional_node ../starter/source/user_interface/uaccess.F
53!|| upgrade_remnode2 ../starter/source/interfaces/interf1/upgrade_remnode.F
54!||--- uses -----------------------------------------------------
55!||====================================================================
56 MODULE restmod
57#include "my_real.inc"
58
59 USE unitab_mod
60 INTEGER , DIMENSION(:), ALLOCATABLE ::
61 . icode, iskew, iskwn, neth,
62 . ibcslag,
64 . ixs, ixq, ixc, ixt, ixp, ixr,
65 . itab, itabm1, gjbufi,
66 . ifill, ims,
67 . kxx, ixx, kxsp, nod2sp, iexmad,
69 . ibfv, ilas, laccelm,
72 . kinet, ipari, nprw, lprw,
73 . iconx, lgauge,
74 . npby, lpby, lrivet, nstrf,
80C 2D to avoid integer limitation
81 INTEGER, DIMENSION(:,:),ALLOCATABLE :: ixsp
82
83 INTEGER , DIMENSION(:), ALLOCATABLE ::
96 . fr_lagf, llagf, igeo, ipm, ICONTACT, iskwp,
106 INTEGER, DIMENSION(:), ALLOCATABLE :: ibftemp, ibcv, ibcr, ibfflux
107
108 INTEGER, DIMENSION(:), POINTER ::
110 . npbyl, lpbyl, nige
111 TARGET ::
114
115
116 DOUBLE PRECISION, DIMENSION(:), ALLOCATABLE :: bufgeo
117 my_real ,
118 . DIMENSION(:), ALLOCATABLE ::
119 . x, d, v, vr, dr, thke,
120 . dampr, ms, in, tf, pm,
121 . skew, geo, eani, bufmat,
122 . bufsf, rbmpc, gjbufr, w, veul, fill,
123 . dfill, alph, wb, dsave, asave,
124 . spbuf ,
125 . vsphio, sphveln, msnf, forc,
126 . vel, fsav, fzero, xlas, accelm,
127 . fbvel, grav, fr_wave, parts0,
128 . elbuf, fani_cell,
129 . rwbuf, rwsav, rby,
130 . rivet, secbuf, volmon, lambda, wa, fv,
131 . a, ar, stifn, viscn, stifr, partsav,
132 . fsky, fskym, fskyi, uwa, val2, phi,
133 . r, estif, crflsw, flsw, fani,
134 . xcut, anin, tani, secfcum, wasph,
135 . w16, dretrio, lbvrs, pv, rconx, rcontact,
136 . acontact,pcontact,
137 . factiv, mcp, temp, frbe3,
138 . rbym, fnoise, ms0, admsms,
139 . dmelc, dmeltg, mssa, dmels, mstr, dmeltr,
140 . msp, dmelp, msrt, dmelrt, res_sms,
141 . kvol, cfield, diag_sms, loadp, gauge,
142 . dflow, vflow, wflow ,knot, wige,
143 . rdrape, knotlocpc,knotlocel,dpl0cld,vel0cld
144 my_real ,
145 . DIMENSION(:), ALLOCATABLE :: fconv, fbftemp, fradia, fbfflux
146
147 TARGET ::
148 . thke,dampr,skew,eani,forc,wb,rby,volmon,cfield,
149 . loadp,x
150
151 INTEGER, DIMENSION(:), ALLOCATABLE :: poin_ump
152 INTEGER, DIMENSION(:,:), ALLOCATABLE :: tab_ump
153
154 my_real, DIMENSION(:), POINTER ::
155 . rbyl, damp, xframe,
156 . rige, xige, vige
157 my_real ,
158 . DIMENSION(:), ALLOCATABLE ::
159 . ms_ply, zi_ply
160
161C Simple Precision array XDP
162 DOUBLE PRECISION, DIMENSION(:), ALLOCATABLE :: xdp
163C Double Precision array FBSAV6 (sensor 11 or 12 and parith/on)
164 DOUBLE PRECISION, DIMENSION(:,:,:), ALLOCATABLE :: fbsav6
165C=======================================================================
166C Specific Adaptive Meshing :
167C=======================================================================
168C SH4TREE(KSHTREE,NUMELC), SH3TREE(KSHTREE,NUMELTG)
169C 1: father
170C 2: 1st son (2nd son = 1st + 1, 3rd son = 1st + 2, 4th son = 1st + 3)
171C 3: = LEVEL SI ACTIVE
172C = -(LEVEL+1) SINON
173C 4: group Number
174C-----------------------------------------------
175 INTEGER, DIMENSION(:,:),ALLOCATABLE :: sh4tree,sh3tree
176C-----------------------------------------------
177C IPADMESH(1,IP) = initial level of elements
178C PADMESH (1,IP) = cos(angle criteria)
179C PADMESH (2,IP) = criteria for error on thickness
180C-----------------------------------------------
181 INTEGER, DIMENSION(:,:),ALLOCATABLE :: ipadmesh
182 my_real,
183 . DIMENSION(:,:),ALLOCATABLE :: padmesh
184C-----------------------------------------------
185 INTEGER, DIMENSION(:),ALLOCATABLE :: sh4trim, sh3trim
186C-----------------------------------------------
187C MSC(N) = mass of shell element N
188C INC(N) = inertia of shell element N
189C-----------------------------------------------
190 my_real,
191 . DIMENSION(:),ALLOCATABLE :: msc,mstg,inc,intg
192 my_real,
193 . DIMENSION(:,:),ALLOCATABLE :: ptg
194C-----------------------------------------------
195C Condensation
196C-----------------------------------------------
197 my_real,
198 . DIMENSION(:),ALLOCATABLE :: mscnd,incnd
199C-----------------------------------------------
200C Thermic
201C-----------------------------------------------
202 my_real,
203 . DIMENSION(:),ALLOCATABLE :: mcpc, mcptg
204C-----------------------------------------------
205C OUTPUT
206C-----------------------------------------------
207 my_real,
208 . DIMENSION(:),ALLOCATABLE :: rthbuf
209C=======================================================================
210C UNITS
212C
213 END MODULE restmod
214
215!||====================================================================
216!|| intbufmod ../starter/share/modules1/restart_mod.F
217!||--- called by ------------------------------------------------------
218!|| inintr ../starter/source/interfaces/interf1/inintr.F
219!|| lectur ../starter/source/starter/lectur.F
220!|| upgrade_remnode ../starter/source/interfaces/interf1/upgrade_remnode.F
221!|| upgrade_remnode2 ../starter/source/interfaces/interf1/upgrade_remnode.F
222!|| upgrade_remnode_e2s ../starter/source/interfaces/interf1/upgrade_remnode.F
223!|| upgrade_remnode_edg ../starter/source/interfaces/interf1/upgrade_remnode.F
224!|| upgrade_remnode_edg2 ../starter/source/interfaces/interf1/upgrade_remnode.F
225!||====================================================================
227#include "my_real.inc"
228! module a cleaner dans le code
229c INTEGER , DIMENSION(:), ALLOCATABLE :: INBUF
230c TARGET :: INBUF
231c my_real,
232c . DIMENSION(:),ALLOCATABLE :: BUFIN
233c TARGET :: BUFIN
234
235 END MODULE intbufmod
#define my_real
Definition cppsort.cpp:32
integer, dimension(:), allocatable irbe3
Definition restart_mod.F:60
integer, dimension(:), allocatable iad_rbe3m
Definition restart_mod.F:83
integer, dimension(:), allocatable poin_ump
integer, dimension(:), allocatable iconx
Definition restart_mod.F:60
integer, dimension(:), allocatable iads
Definition restart_mod.F:83
integer, dimension(:), allocatable iadrcp
Definition restart_mod.F:83
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 fr_nbedge
Definition restart_mod.F:83
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 iskewp
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 icode
Definition restart_mod.F:60
integer, dimension(:), allocatable interloadp
Definition restart_mod.F:60
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 iadmv3
Definition restart_mod.F:83
integer, dimension(:), pointer iframe
integer, dimension(:), allocatable iad_fredg
Definition restart_mod.F:83
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(:), pointer nige
integer, dimension(:), allocatable newfront
Definition restart_mod.F:83
integer, dimension(:), allocatable nodpor
Definition restart_mod.F:60
integer, dimension(:), allocatable nodglob
Definition restart_mod.F:83
integer, dimension(:), allocatable ilink
Definition restart_mod.F:83
integer, dimension(:), allocatable front_rm
Definition restart_mod.F:83
integer, dimension(:), allocatable llink
Definition restart_mod.F:83
integer, dimension(:), allocatable lrbe3
Definition restart_mod.F:60
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 iadmv2
Definition restart_mod.F:83
integer, dimension(:), allocatable neflsw
Definition restart_mod.F:83
integer, dimension(:), allocatable fr_rbe3m
Definition restart_mod.F:83
integer, dimension(:), allocatable ixig3d
Definition restart_mod.F:60
type(unit_type_) unitab
double precision, dimension(:,:,:), allocatable fbsav6
integer, dimension(:), allocatable linale
Definition restart_mod.F:83
integer, dimension(:), allocatable icodep
Definition restart_mod.F:60
integer, dimension(:), allocatable iactiv
Definition restart_mod.F:60
integer, dimension(:), allocatable ibcslag
Definition restart_mod.F:60
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 ixur
Definition restart_mod.F:60
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 isky
Definition restart_mod.F:83
integer, dimension(:), allocatable igaup
Definition restart_mod.F:83
integer, dimension(:), allocatable icodrbym
Definition restart_mod.F:83
integer, dimension(:), allocatable iad_rbm
Definition restart_mod.F:83
integer, dimension(:), allocatable nnflsw
Definition restart_mod.F:83
integer, dimension(:), allocatable nercvois
Definition restart_mod.F:83
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 iskew
Definition restart_mod.F:60
integer, dimension(:), allocatable iad_elem
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 inoise
Definition restart_mod.F:83
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 inod_pxfem
Definition restart_mod.F:83
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
double precision, dimension(:), allocatable xdp
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, target ibcl
Definition restart_mod.F:60
integer, dimension(:), pointer madprt
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 weight
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 fr_rbm2
Definition restart_mod.F:83
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, target itabm1
Definition restart_mod.F:60
integer, dimension(:), allocatable fr_cj
Definition restart_mod.F:83
integer, dimension(:), allocatable fr_elem
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, target iloadp
Definition restart_mod.F:60
integer, dimension(:), allocatable itab
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 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 nodglobxfe
Definition restart_mod.F:83
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 fr_rbe3mp
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 fr_rby2
Definition restart_mod.F:83
integer, dimension(:), allocatable iad_frnor
Definition restart_mod.F:83
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 adsky
Definition restart_mod.F:83
integer, dimension(:), allocatable icodt
Definition restart_mod.F:83
integer, dimension(:), allocatable lgauge
Definition restart_mod.F:60
integer, dimension(:), allocatable nstrf
Definition restart_mod.F:60
integer, dimension(:), allocatable procnor
Definition restart_mod.F:83
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(:), 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 iexmad
Definition restart_mod.F:60
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 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 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
integer, dimension(:), allocatable icodr
Definition restart_mod.F:83
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
integer, dimension(:), allocatable ithvar
Definition restart_mod.F:60
integer, dimension(:), allocatable procne
Definition restart_mod.F:83
integer, dimension(:), allocatable dd_r2r
Definition restart_mod.F:83
integer, dimension(:), allocatable iadll
Definition restart_mod.F:83
integer, dimension(:), allocatable fr_edg
Definition restart_mod.F:83
integer, dimension(:), allocatable iadsdp
Definition restart_mod.F:83
integer, dimension(:), allocatable ipart_state
Definition restart_mod.F:60