158 SUBROUTINE wrrestp(ELEMENTS, NODES, AF ,IAF ,ICH ,ADDCNE,
159 . ELBUF_TAB ,XFEM_TAB ,INTBUF_TAB ,MULTI_FVM ,MAT_ELEM ,
160 . H3D_DATA ,INTBUF_FRIC_TAB ,SUBSET ,PINCH_DATA ,ALE_CONNECTIVITY ,
161 . T_MONVOL ,SENSORS ,EBCS_TAB ,DYNAIN_DATA ,USER_WINDOWS ,
162 . OUTPUT ,INTERFACES ,LOADS ,PYTHON ,NAMES_AND_TITLES ,
163 . EIGIPM ,EIGIBUF ,EIGRPM ,NEIPM ,LEIBUF ,
164 . NERPM ,IFLOW ,RFLOW ,LIFLOW ,LRFLOW ,
165 . IMPBUF_TAB ,IMPL_S ,IMPL_S0 ,MCP ,TEMP ,
166 . FORNEQS ,UNITAB ,STACK ,NDRAPE ,DRAPE_SH3N ,
167 . DRAPE_SH4N ,DRAPEG ,RESTSIZE ,SKEWS ,GLOB_THERM ,
168 . PBLAST ,RBE3 ,RWALL )
209 USE bcs_mod ,
only : bcs
217 use write_inivel_mod ,
only : write_inivel
219 use write_ale_grid_mod ,
only : write_ale_grid
220 use write_bcs_wall_mod ,
only : write_bcs_wall
221 use write_bcs_nrf_mod ,
only : write_bcs_nrf
223 use restart_rbe3pen_mod,
only : write_rrbe3pen
224 use checksum_output_option_mod,
only : checksum_restart_write
226 use restart_rwallpen_mod,
only : write_rrwallpen
230#include "implicit_f.inc"
234 TYPE(nodal_arrays_) :: NODES
236 INTEGER,
INTENT(IN) :: NDRAPE
237 INTEGER,
INTENT(IN) :: IMPL_S
238 INTEGER,
INTENT(IN) :: IMPL_S0
239 my_real,
INTENT(INOUT) :: MCP(NUMNOD)
240 my_real,
INTENT(INOUT) :: TEMP(NUMNOD)
241 INTEGER,
INTENT(INOUT) :: NEIPM, LEIBUF, NERPM
242 INTEGER,
INTENT(INOUT) :: (NEIPM,NEIG),EIGIBUF(LEIBUF)
243 my_real,
INTENT(INOUT) :: EIGRPM(NERPM,NEIG)
244 INTEGER,
INTENT(IN) :: FORNEQS(3,NUMNOD)
247 TYPE(),
TARGET,
DIMENSION(NGROUP) ::
248 TYPE(elbuf_struct_),
TARGET,
DIMENSION(NGROUP,NXEL) :: XFEM_TAB
249 TYPE(intbuf_struct_) INTBUF_TAB(*)
250 TYPE(multi_fvm_struct),
INTENT(INOUT) :: MULTI_FVM
253 TYPE(intbuf_fric_struct_) INTBUF_FRIC_TAB(*)
254 TYPE(
subset_),
TARGET,
DIMENSION(NSUBS) :: SUBSET
255 TYPE(
pinch) :: PINCH_DATA
258 TYPE(t_ebcs_tab),
INTENT(INOUT) :: EBCS_TAB
261 TYPE(OUTPUT_) ,
INTENT(INOUT) :: OUTPUT
262 TYPE(interfaces_) ,
INTENT(IN) :: INTERFACES
263 TYPE(sensors_) ,
INTENT(IN) :: SENSORS
264 TYPE(loads_) ,
INTENT(IN) :: LOADS
265 TYPE(mat_elem_) ,
INTENT(IN) :: MAT_ELEM
266 TYPE(python_) ,
INTENT(INOUT) :: PYTHON
268 TYPE(skew_),
INTENT(IN) :: SKEWS
271 TYPE (STACK_PLY) :: STACK
272 TYPE(
drape_) :: DRAPE_SH3N(NUMELTG_DRAPE),DRAPE_SH4N(NUMELC_DRAPE)
274 type (glob_therm_) ,
intent(inout) :: GLOB_THERM
275 TYPE(pblast_) ,
INTENT(INOUT) :: PBLAST
276 TYPE(rbe3_) ,
INTENT(INOUT) :: RBE3
277 TYPE(rwall_) ,
INTENT(INOUT) :: RWALL
281#include "chara_c.inc"
282#include "couple_c.inc"
283#include "com01_c.inc"
284#include "com04_c.inc"
285#include "com06_c.inc"
286#include "com_xfem1.inc"
287#include "intstamp_c.inc"
288#include "param_c.inc"
289#include "parit_c.inc"
290#include "scr03_c.inc"
291#include "scr05_c.inc"
292#include "scr07_c.inc"
293#include "scr14_c.inc"
294#include "scr16_c.inc"
295#include "scr19_c.inc"
296#include "scrcut_c.inc"
297#include "scrfs_c.inc"
298#include "scrnoi_c.inc"
299#include "scr_fac_c.inc"
302#include "tabsiz_c.inc"
304#include "units_c.inc"
305#include "remesh_c.inc"
307#include "inter18.inc"
311 INTEGER I,J,LEN,IFILNAM(2148), IFIL,LEN_G,LEN_M,LENG,LEN_S,IXEL,
313 CHARACTER FILNAM*100, FILNAMR*100, FILNAMG*128,
314 . PROCNAM*4, CHRUNR*4,PLAST*4
316 INTEGER LHEADER,LVARINT,LVARREA,LMXVINT,LMXVREA,M
317 PARAMETER (LHEADER=15)
318 parameter (lmxvint=4000)
319 parameter(lmxvrea=1000+30*maxlaw+30)
320 INTEGER TABHEAD(LHEADER),TABVINT(LMXVINT)
322 . tabvrea(lmxvrea), entmp(100)
323 INTEGER MY_ILEN,MY_RLEN,LTABLE, LENI, LENR
325 INTEGER :: LEN_TMP_NAME
326 CHARACTER(len=2048) :: TMP_NAME
327 INTEGER,
DIMENSION(NVOLU) :: NTRI
328 INTEGER :: II, NS_DIFF, ITMP
330 INTEGER,
DIMENSION(LTITLE) :: ITITLE
332 INTEGER,
INTENT(IN) :: LIFLOW
333 INTEGER,
INTENT(IN) :: LRFLOW
334 INTEGER,
INTENT(IN),
DIMENSION(LIFLOW) :: IFLOW
335 INTEGER,
INTENT(IN),
DIMENSION(LRFLOW) :: RFLOW
340 INTEGER,
DIMENSION(:),
ALLOCATABLE :: BUFFER
341 INTEGER :: BUFFER_SIZE
344 INTEGER,
INTENT(INOUT) :: RESTSIZE
346 DATA ijk/
'I',
'J',
'K',
'L',
'M',
'N',
'O',
'P',
'Q',
'R',
347 .
'S',
'T',
'U',
'V',
'W',
'X',
'Y',
'Z',
'A',
'B',
348 .
'C',
'D',
'E',
'F',
'G',
'H'/
353 sfr_elem =
SIZE(nodes%BOUNDARY,1)
354 siad_elem =
SIZE(nodes%BOUNDARY_ADD,1) *
SIZE(nodes%BOUNDARY_ADD,2)
355 CALL wrcomi(output,lmxvint,lvarint,tabvint,1,multi_fvm,h3d_data,dynain_data,
356 . interfaces%PARAMETERS,sensors,loads,glob_therm,pblast)
358 entmp(1) = output%TH%WFEXT
362 entmp(5) = glob_therm%HEAT_STORED
363 entmp(6) = glob_therm%HEAT_MECA
364 entmp(7) = glob_therm%HEAT_CONV
365 entmp(8) = glob_therm%HEAT_RADIA
366 entmp(9) = glob_therm%HEAT_FFLUX
368 entmp(11)= econt_cumu
371 output%TH%WFEXT = zero
375 glob_therm%HEAT_STORED = zero
376 glob_therm%HEAT_MECA = zero
377 glob_therm%HEAT_CONV = zero
378 glob_therm%HEAT_RADIA = zero
379 glob_therm%HEAT_FFLUX = zero
383 output%TH%WFEXT = entmp(1)
387 glob_therm%HEAT_STORED = entmp(5)
388 glob_therm%HEAT_MECA = entmp(6)
389 glob_therm%HEAT_CONV = entmp(7)
390 glob_therm%HEAT_RADIA = entmp(8)
391 glob_therm%HEAT_FFLUX = entmp(9)
393 econt_cumu = entmp(11)
396 IF(
ale%GRID%NWALE == 2)
THEN
397 entmp(1) =
ale%GRID%VGZ
399 IF(ispmd==0)
ale%GRID%VGZ = entmp(1)
402 entmp(1) = output%DATA%INOUT%DM_IN
403 entmp(2) = output%DATA%INOUT%DM_OUT
404 entmp(3) = output%DATA%INOUT%DE_IN
405 entmp(4) = output%DATA%INOUT%DE_OUT
408 output%DATA%INOUT%DM_IN = zero
409 output%DATA%INOUT%DM_OUT = zero
410 output%DATA%INOUT%DE_IN = zero
411 output%DATA%INOUT%DE_OUT = zero
413 output%DATA%INOUT%DM_IN = entmp(1)
414 output%DATA%INOUT%DM_OUT = entmp(2)
415 output%DATA%INOUT%DE_IN = entmp(3)
416 output%DATA%INOUT%DE_OUT = entmp(4)
419 CALL wrcomr(lmxvrea,lvarrea,tabvrea,dynain_data,interfaces%PARAMETERS,
424 WRITE(chrunr,
'(I4.4)')irun
425 WRITE(procnam,
'(I4.4)')ispmd+1
426 filnam=rootnam(1:rootlen)//
'_'//chrunr//
'_'//procnam
427 WRITE(plast,
'(I4.4)')nspmd
428 filnamg=rootnam(1:rootlen)//
'_'//chrunr//
'_[0001-'//plast//
']'
434 IF(multirest/=0.AND.mcheck==0)
THEN
435 irprev = 1 + mod(irprev,multirest)
436 filnam=filnam(1:len)//
'_'//ijk(irprev)
438 filnamg=filnamg(1:leng)//
'_'//ijk(irprev)
441 filnam=filnam(1:len)//
'.rst'
443 filnamg=filnamg(1:leng)//
'.rst'
449 DO i = 1, len_tmp_name
450 ifilnam(i) = ichar(tmp_name(i:i
453 IF (irform/5==2)
THEN
454 CALL open_c(ifilnam,len_tmp_name,0)
455 ELSEIF (irform/5==3)
THEN
456 CALL open_c(ifilnam,len_tmp_name,3)
457 ELSEIF (irform/5==4)
THEN
458 CALL open_c(ifilnam,len_tmp_name,6)
461 ifilnam(i) = ichar(filnam(i:i))
468 ititle(i) = ichar( names_and_titles%TITLE(i:i) )
513 CALL checksum_restart_write(output%CHECKSUM)
517 len_g = npropgi*numgeo
518 len_m = npropmi*nummat
520 CALL write_i_c(nodes%NODGLOB,nodes%NUMNOD)
542 CALL python_serialize(python,buffer, buffer_size)
571 IF (iale + ieuler + ialelag + glob_therm%ITHERM /= 0)
THEN
572 itmp =
SIZE(ale_connectivity%ee_connect%iad_connect)
574 CALL write_i_c(ale_connectivity%ee_connect%iad_connect, itmp)
576 itmp =
SIZE(ale_connectivity%ee_connect%connected)
578 CALL write_i_c(ale_connectivity%ee_connect%connected, itmp)
580 itmp =
SIZE(ale_connectivity%ee_connect%type)
582 CALL write_i_c(ale_connectivity%ee_connect%type, itmp)
584 itmp =
SIZE(ale_connectivity%ee_connect%iface2)
586 CALL write_i_c(ale_connectivity%ee_connect%iface2, itmp)
593 IF(iale > 0 .AND.
ale%GRID%NWALE == 6 .OR. inter18_autoparam == 1 .OR. inter18_is_variable_gap_defined)
THEN
599 IF (iale > 0 .AND. (
ale%GRID%NWALE < 2 .OR.
ale%GRID%NWALE == 5.OR.
ale%GRID%NWALE == 7))
THEN
600 CALL write_i_c(ale_connectivity%NN_CONNECT%IAD_CONNECT, numnod + 1)
601 CALL write_i_c(ale_connectivity%NN_CONNECT%CONNECTED, ale_connectivity%NN_CONNECT%IAD_CONNECT(numnod + 1))
603 IF (iale > 0 .AND.
ale%GRID%NWALE == 6 .OR. inter18_autoparam == 1 .OR. inter18_is_variable_gap_defined)
THEN
604 CALL write_i_c(ale_connectivity%NE_CONNECT%IAD_CONNECT, numnod + 1)
605 CALL write_i_c(ale_connectivity%NE_CONNECT%CONNECTED,
606 . ale_connectivity%NE_CONNECT%IAD_CONNECT(numnod + 1))
610 IF (multi_fvm%NS_DIFF)
THEN
614 IF (ns_diff == 1)
THEN
615 CALL write_i_c(ale_connectivity%IDGLOB%ID,
616 . numels + nsvois + numelq + nqvois + numeltg + ntgvois)
666 IF (nintloadp>0)
THEN
681 CALL write_i_c(ebcs_tab%nebcs_parallel, 1)
685 IF (ebcs_tab%nebcs > 0)
THEN
687 CALL write_i_c(ebcs_tab%my_typ,ebcs_tab%nebcs)
691 IF (ebcs_tab%nebcs_loc +ebcs_tab%nebcs_parallel + ebcs_tab%nebcs_fvm> 0)
THEN
692 DO ii = 1, ebcs_tab%nebcs_fvm + ebcs_tab%nebcs_loc + ebcs_tab%nebcs_parallel
693 CALL ebcs_tab%tab(ii)%poly%write_common_data(leni, lenr)
694 CALL ebcs_tab%tab(ii)%poly%write_data(leni, lenr)
727 CALL write_i_c(rbe3%IRBE3,rbe3%NRBE3*irbe3_variables)
750 CALL write_i_c(rwall%NPRW,rwall%NNPRW*rwall%NRWALL)
793 ntri(ii) = t_monvol(ii)%NB_FILL_TRI
798 IF (ntri(ii) > 0)
THEN
799 CALL write_i_c(t_monvol(ii)%FILL_TRI(1:3* ntri(ii)), 3* ntri(ii))
811 CALL thsurf_write_restart(output%TH%TH_SURF,2)
815 CALL write_i_c(nodes%BOUNDARY_ADD,siad_elem)
831 CALL write_i_c(rbe3%mpi%IAD_RBE3,nspmd+1)
861 CALL write_i_c(rbe3%mpi%FR_RBE3,rbe3%mpi%fr_rbe3_sz)
863 CALL write_i_c(rbe3%mpi%FR_RBE3MP,rbe3%mpi%fr_rbe3_sz)
891 CALL write_i_c(interfaces%SPMD_ARRAYS%FR_EDG,2*nbddedgt)
893 CALL write_i_c(interfaces%SPMD_ARRAYS%IAD_FREDG,(nspmd+1)*ninter25)
955 CALL write_i_c(elements%PON%ADSKY,numnod+1)
956 CALL write_i_c(elements%PON%PROCNE,
SIZE(elements%PON%PROCNE))
965 CALL write_i_c(elements%PON%IADS ,
SIZE(elements%PON%IADS))
966 CALL write_i_c(elements%PON%IADS10 ,
SIZE(elements%PON%IADS10 ))
967 CALL write_i_c(elements%PON%IADS20 ,
SIZE(elements%PON%IADS20 ))
968 CALL write_i_c(elements%PON%IADS16 ,
SIZE(elements%PON%IADS16 ))
969 CALL write_i_c(elements%PON%IADQ ,
SIZE(elements%PON%IADQ ))
970 CALL write_i_c(elements%PON%IADC ,
SIZE(elements%PON%IADC ))
971 CALL write_i_c(elements%PON%IAD_TRUSS ,
SIZE(elements%PON%IAD_TRUSS))
972 CALL write_i_c(elements%PON%IAD_BEAM ,
SIZE(elements%PON%IAD_BEAM ))
973 CALL write_i_c(elements%PON%IAD_SPRING ,
SIZE(elements%PON%IAD_SPRING ))
974 CALL write_i_c(elements%PON%IAD_TG ,
SIZE(elements%PON%IAD_TG ))
975 CALL write_i_c(elements%PON%IAD_TG6 ,
SIZE(elements%PON%IAD_TG6 ))
976 CALL write_i_c(elements%PON%IAD_MV ,
SIZE(elements%PON%IAD_MV ))
977 CALL write_i_c(elements%PON%IAD_CONLD ,
SIZE(elements%PON%IAD_CONLD))
978 CALL write_i_c(elements%PON%IAD_CONV ,
SIZE(elements%PON%IAD_CONV))
979 CALL write_i_c(elements%PON%IAD_RADIA ,
SIZE(elements%PON%IAD_RADIA))
980 CALL write_i_c(elements%PON%IAD_LOADP ,
SIZE(elements%PON%IAD_LOADP))
981 CALL write_i_c(elements%PON%IAD_FXFLUX ,
SIZE(elements%PON%IAD_FXFLUX))
998 IF(iplyxfem > 0)
THEN
1007 IF(icrack3d > 0)
THEN
1017 IF(ebcs_tab%nebcs_parallel>0)
THEN
1018 DO i=1,ebcs_tab%nebcs
1019 IF(ebcs_tab%my_typ(i)==10 .or. ebcs_tab%my_typ(i)==11)
THEN
1020 my_size = ebcs_tab%tab(i)%poly%nb_elem
1021 CALL write_i_c(ebcs_parithon(i)%ELEM_ADRESS,4*my_size)
1033 IF(nadmesh /= 0)
THEN
1046 . interfaces%PARAMETERS)
1054 IF(nintstamp /= 0)
THEN
1060 IF(ninterfric /= 0)
THEN
1061 CALL intfric_wresti(intbuf_fric_tab,ninterfric)
1080 IF (pblast%NLOADP_B>0)
THEN
1081 CALL pblast_write_engine(pblast)
1084 IF (loads%NLOAD_CYL > 0)
THEN
1088 IF(icrack3d > 0)
THEN
1096 IF(numelig3d > 0)
THEN
1115 IF(bcs%NUM_WALL > 0)
THEN
1116 DO i=1, bcs%NUM_WALL
1117 CALL write_bcs_wall(bcs%WALL(i))
1125 IF(bcs%NUM_NRF > 0)
THEN
1127 CALL write_bcs_nrf(bcs%NRF(i))
1169 skew_len = skews%N_SKEW_VAR * skews%TOTAL_SKEW_NUMBER
1192 IF (multi_fvm%IS_USED)
THEN
1193 CALL write_db(multi_fvm%PRES_SHIFT, 1)
1195 CALL write_db(multi_fvm%VEL(1, :), numels)
1196 CALL write_db(multi_fvm%VEL(2, :), numels)
1197 CALL write_db(multi_fvm%VEL(3, :), numels)
1199 CALL write_db(multi_fvm%VEL(1, :), numelq + numeltg)
1200 CALL write_db(multi_fvm%VEL(2, :), numelq + numeltg)
1201 CALL write_db(multi_fvm%VEL(3, :), numelq + numeltg)
1243 CALL write_db(gauge,llgauge*nbgauge)
1249 CALL write_db(rbe3%FRBE3,rbe3%frbe3_sz)
1251 CALL write_rrbe3pen(rbe3%PEN)
1253 CALL write_db(factiv,lractiv*nactiv)
1271 IF (icrack3d > 0)
THEN
1280 CALL write_db(rwall%RWBUF,rwall%nrwlp*rwall%nrwall)
1282 CALL write_db(rwall%RWSAV,rwall%sz_rwsav)
1284 CALL write_rrwallpen(rwall%nrwall_pen,rwall%PEN,rwall%PEN%lnspen)
1307 . interfaces%PARAMETERS)
1315 IF (iresmd==0.AND.npsav>=25)
THEN
1328 CALL write_db(af(mf01),6*ncnois*nnoise+1)
1339 IF (iresp == 1)
THEN
1345 my_ilen = 4*nrlink+nrlink*(nspmd+2)
1346 . +lllink+lllink*
min(1,iparit)
1347 . +nsflsw+8*ntflsw+44*ncuts
1349 my_rlen = 9*nsflsw+7*ncuts
1363 IF(nadmesh /= 0 .OR. irest_mselt /= 0)
THEN
1371 IF(irest_mselt /= 0)
THEN
1378 IF(nadmesh /= 0)
THEN
1379 CALL write_db(padmesh,kpadmesh*npart)
1380 IF(glob_therm%ITHERM_FE > 0)
THEN
1393 IF(istatcnd /= 0)
THEN
1400 IF(nintstamp /= 0)
THEN
1404 IF(h3d_data%N_SCAL_SKID > 0)
THEN
1405 IF(nintstamp/=0)
THEN
1406 CALL write_db(pskids, h3d_data%N_SCAL_SKID*numnodg)
1408 CALL write_db(pskids, h3d_data%N_SCAL_SKID*numnod)
1413 IF(nintstamp/=0.AND.nspmd > 1 )
THEN
1414 IF(ispmd == 0)
CALL write_db(fcont_max, 3*numnodg)
1426 CALL write_db(fcont2_max, 3*numnod)
1429 CALL write_db(fncont2_max, 3*numnod)
1430 CALL write_db(ftcont2_max, 3*numnod)
1431 CALL write_db(npcont2_max, 3*numnod)
1435 CALL write_db(fcont2_min, 3*numnod)
1438 CALL write_db(fncont2_min, 3*numnod)
1439 CALL write_db(ftcont2_min, 3*numnod)
1440 CALL write_db(npcont2_min, 3*numnod)
1443 IF(output%DATA%S_EFRICINT >0)
THEN
1444 IF(output%DATA%NINEFRIC > 0)
CALL write_db(output%DATA%EFRIC, output%DATA%NINEFRIC*numnod)
1445 IF(output%DATA%NINEFRIC_STAMP > 0)
CALL write_db(output%DATA%EFRIC_STAMP, output%DATA%NINEFRIC_STAMP
1447 IF(output%DATA%S_EFRIC >0)
THEN
1448 CALL write_db(output%DATA%EFRICG, numnod)
1449 IF(nintstamp/=0)
CALL write_db(output%DATA%EFRICG_STAMP, numnodg)
1454 IF(ninterfric /= 0)
THEN
1455 CALL intfric_wrestr(intbuf_fric_tab,ninterfric)
1462 ELSEIF(idtmins==2)
THEN
1470 IF(idtmins/=0.OR.idtmins_int/=0)
THEN
1474 IF(idtmins==2.OR.idtmins_int/=0)
THEN
1481 IF (isms_selec /= 0)
THEN
1505 CALL write_ale_grid()
1514 CALL eigwrest(eigipm, eigibuf, eigrpm)
1565 DO i = 1, nretractor
1610 IF (n_anchor_remote > 0)
THEN
1615 IF (n_anchor_remote_send > 0)
THEN
1620 IF ((nslipring_g + nretractor_g >0).AND.(ispmd == 0))
THEN
1642 IF (nconld > 0)
THEN
1654 IF (nflow>0)
CALL nfwrest(iflow, rflow)
1663 IF(glob_therm%ITHERM_FE > 0 )
CALL thcwrest(mcp, temp)
1672 IF (glob_therm%NUMCONV > 0)
THEN
1675 IF (glob_therm%NUMRADIA > 0)
THEN
1678 IF (glob_therm%NFXFLUX > 0)
THEN
1681 IF (glob_therm%NFXTEMP > 0)
THEN
1686 IF (iplyxfem > 0)
THEN
1693 IF (nloadc > 0)
CALL write_db(cfield,lfacload*nloadc)
1694 IF (nloadp > 0)
CALL write_db(loadp,lfacload*nloadp)
1695 IF (nintloadp > 0)
CALL write_db(dgaploadint,ninter*nloadp_hyd)
1698 IF (loads%NINIVELT>0)
CALL write_inivel(loads%NINIVELT,loads%INIVELT)
1701 IF (icrack3d > 0)
THEN
1712 IF (sknot > 0)
CALL write_db(knot,sknot)
1713 IF (sknotlocpc > 0)
CALL write_db(knotlocpc,sknotlocpc)
1714 IF (sknotlocel > 0)
CALL write_db(knotlocel,sknotlocel)
1715 IF (numelig3d > 0)
CALL write_db(wige,numnod)
1717 IF(ipart_stack >0)
CALL stack_wrest(stack%IGEO,stack%GEO,stack%PM )
1719 IF (ndrape > 0)
CALL drape_wrest(drape_sh4n , drape_sh3n,drapeg)
1736 WRITE (iout,1000) filnamg(1:leng)
1737 WRITE (istdo,1050) filnamg(1:leng)
1740 1000
FORMAT (/4x,
' RESTART FILES:',1x,a,
' WRITTEN'/
1741 . 4x,
' -------------'/)
1742 1050
FORMAT (4x,
' RESTART FILES:',1x,a,
' WRITTEN')
subroutine compress_i_nnz(array, len)
subroutine compress_r_nnz(array, len)
subroutine wrcomi(output, lmxvint, lvarint, tabvint, isp, multi_fvm, h3d_data, dynain_data, inter_parameters, sensors, loads, glob_therm, pblast)
subroutine drape_wrest(drape_sh4n, drape_sh3n, drapeg)
subroutine plyxfem_wrestanim()
subroutine ply_info_wrest(ply_info)
subroutine crkxfem_wrestanim(crkedge, crksky, indx_crk, xedge4n, xedge3n)
subroutine crkxfem_wrest(inod, iel, nodlevxf)
subroutine nitschewrest(forneqs)
subroutine fxtempwrest(ibft, fbft, glob_therm)
subroutine radiawrest(ibcr, fradia, glob_therm)
subroutine stack_wrest(igeo, geo, pm)
subroutine plyxfem_wravuply()
subroutine impwrest(nimpr)
subroutine alelag_wrest()
subroutine imp_trans(r_imp)
subroutine fxfluxwrest(ibfflux, fbfflux, glob_therm)
type(alefvm_buffer_), target alefvm_buffer
type(alefvm_param_), target alefvm_param
integer, dimension(:), allocatable id_damp_vrel
integer, dimension(:), allocatable fr_damp_vrel
integer, dimension(:), pointer iadcnd
integer, dimension(:), pointer fr_cndm
integer, dimension(:), pointer procncnd
integer, dimension(:), pointer icnds10
integer, dimension(:), pointer addcncnd
integer, dimension(:), pointer iad_cndm
type(surf_), dimension(:), allocatable, target igrsurf
type(surf_), dimension(:), allocatable, target igrslin
character(len=outfile_char_len) outfile_name
type(intstamp_data), dimension(:), allocatable intstamp
integer, parameter ltitle
integer, dimension(:), allocatable poin_ump
integer, dimension(:), allocatable iconx
integer, dimension(:), allocatable, target igrv
integer, dimension(:), allocatable fr_sec
integer, dimension(:), allocatable iad_rby
integer, dimension(:), allocatable id_global_vois
integer, dimension(:), allocatable fr_nbedge
integer, dimension(:), allocatable iadrbmk
integer, dimension(:), allocatable fr_mad
integer, dimension(:), allocatable ibcv
integer, dimension(:), allocatable lagbuf
integer, dimension(:), allocatable ixx
integer, dimension(:), allocatable, target lpby
integer, dimension(:), allocatable fr_rl
integer, dimension(:), allocatable, target ixs
integer, dimension(:), allocatable iad_rbym2
integer, dimension(:), allocatable iad_i2m
integer, dimension(:), allocatable iad_cut
integer, dimension(:), allocatable lgrav
integer, dimension(:), allocatable, target npby
integer, dimension(:), allocatable kxig3d
integer, dimension(:), allocatable iadmv3
integer, dimension(:), allocatable face_vois
integer, dimension(:), pointer iframe
integer, dimension(:), pointer madfail
integer, dimension(:), allocatable lesdvois
integer, dimension(:), allocatable lnrcvois
integer, dimension(:), allocatable nativ0_sms
integer, dimension(:), allocatable newfront
integer, dimension(:), allocatable iadc_crkxfem
integer, dimension(:), allocatable nodpor
integer, dimension(:), allocatable ilink
integer, dimension(:), allocatable llink
integer, dimension(:), allocatable madclnod
integer, dimension(:,:), allocatable ipadmesh
integer, dimension(:), allocatable lbvel
integer, dimension(:), allocatable lprtsph
integer, dimension(:), allocatable nbsdvois
integer, dimension(:), allocatable lnodpor
integer, dimension(:), allocatable ibcr
integer, dimension(:), allocatable ne_nercvois
integer, dimension(:), allocatable iadmv2
integer, dimension(:), allocatable neflsw
integer, dimension(:), allocatable ixig3d
integer, dimension(:), allocatable linale
type(cluster_), dimension(:), allocatable cluster
integer, dimension(:), allocatable iactiv
integer, dimension(:), allocatable crknodiad
integer, dimension(:), allocatable ne_lercvois
integer, dimension(:), allocatable ibcslag
integer, dimension(:), allocatable ibufssg_io
integer, dimension(:,:), allocatable sh4tree
integer, dimension(:), allocatable fr_lagf
integer, dimension(:), allocatable ispsym
integer, dimension(:), allocatable sh4trim
integer, dimension(:), allocatable addcsrect
integer, dimension(:), allocatable ipm
integer, dimension(:), allocatable, target ipart
integer, dimension(:), allocatable iadwal
integer, dimension(:), allocatable fr_nor
integer, dimension(:), allocatable isphio
integer, dimension(:), allocatable fr_i18
integer, dimension(:), allocatable, target ipari
integer, dimension(:), allocatable fr_rbym2
integer, dimension(:), allocatable igaup
integer, dimension(:), allocatable iad_rbm
integer, dimension(:), allocatable iskew_ply
integer, dimension(:), allocatable nnflsw
integer, dimension(:), allocatable nercvois
type(failwave_str_) failwave
integer, dimension(:), allocatable ispcond
integer, dimension(:), allocatable ibordnode
integer, dimension(:), allocatable sh3trim
integer, dimension(:), allocatable iadrbk
integer, dimension(:), allocatable iecran
integer, dimension(:), allocatable, target iedgesh
integer, dimension(:), allocatable fr_i2m
integer, dimension(:), allocatable ixt
integer, dimension(:), allocatable lnlink
integer, dimension(:), allocatable ibftemp
integer, dimension(:), allocatable ibfv
integer, dimension(:), allocatable iaccp
integer, dimension(:), allocatable, target iel_crkxfem
integer, dimension(:), allocatable iadi18
integer, dimension(:), allocatable lsegcom
integer, dimension(:), allocatable iskwp_l
integer, dimension(:), allocatable inod_pxfem
integer, dimension(:), allocatable dd_r2r_elem
integer, dimension(:), allocatable kloadpinter
integer, dimension(:), allocatable ixr
integer, dimension(:,:), allocatable sh3tree
integer, dimension(:), allocatable lonfsph
integer, dimension(:), pointer madnod
integer, dimension(:), allocatable madidx
integer, dimension(:), allocatable iexlnk
integer, dimension(:), allocatable, target ixtg
integer, dimension(:), pointer lpbyl
integer, dimension(:), allocatable nnlink
integer, dimension(:), allocatable, target ibcl
integer, dimension(:), allocatable adsky_crkxfem
integer, dimension(:), pointer madprt
integer, dimension(:), allocatable fr_rbym
integer, dimension(:), allocatable monvol
integer, dimension(:), allocatable ifill
integer, dimension(:), allocatable iskwp
integer, dimension(:), allocatable isensp
integer, dimension(:), allocatable fr_rbe2
integer, dimension(:), allocatable irbe2
integer, dimension(:), allocatable inod_crkxfem
integer, dimension(:), allocatable nporgeo
integer, dimension(:), allocatable procne_crkxfem
integer, dimension(:), allocatable fr_rbm2
integer, dimension(:), allocatable kxsp
integer, dimension(:), allocatable neth
integer, dimension(:), allocatable nodlevxf
integer, dimension(:), allocatable loadpinter
integer, dimension(:), allocatable fr_ll
integer, dimension(:), allocatable iad_sec
integer, dimension(:), allocatable nsensp
integer, dimension(:), allocatable dd_iad
integer, dimension(:), allocatable gjbufi
integer, dimension(:), pointer madsh3
integer, dimension(:), allocatable icut
integer, dimension(:), allocatable fr_cj
integer, dimension(:), allocatable, target iskwn
integer, dimension(:), allocatable nesdvois
integer, dimension(:), allocatable cne_crkxfem
integer, dimension(:), allocatable, target iloadp
integer, dimension(:), allocatable iadcj
integer, dimension(:), allocatable ngaup
integer, dimension(:), allocatable lnrbym
integer, dimension(:), allocatable nod2sp
integer, dimension(:), allocatable adsky_pxfem
integer, dimension(:), allocatable nodglobxfe
integer, dimension(:), allocatable weight_rm
integer, dimension(:), allocatable ixp
integer, dimension(:), allocatable laccelm
integer, dimension(:), allocatable, target nom_opt
integer, dimension(:), allocatable iad_rbe2
double precision, dimension(:), allocatable bufgeo
integer, dimension(:), pointer madsol
integer, dimension(:), allocatable fasolfr
integer, dimension(:), allocatable iadi2
integer, dimension(:), allocatable, target npc
integer, dimension(:), allocatable igeo
integer, dimension(:), allocatable, target ibmpc
integer, dimension(:), allocatable ixtg1
integer, dimension(:), allocatable fr_mv
integer, dimension(:), allocatable ims
integer, dimension(:), allocatable fr_edge
integer, dimension(:), allocatable lercvois
integer, dimension(:), allocatable iadrl
integer, dimension(:), allocatable addcni2
integer, dimension(:), allocatable lbcscyc
integer, dimension(:), allocatable fr_rby2
integer, dimension(:), allocatable iad_frnor
integer, dimension(:), allocatable iadc_pxfem
integer, dimension(:), allocatable ne_lesdvois
integer, dimension(:), allocatable ibvel
integer, dimension(:), allocatable iadrbm
integer, dimension(:), allocatable lrivet
integer, dimension(:), pointer npbyl
integer, dimension(:), allocatable iad_edge
integer, dimension(:), allocatable, target icfield
integer, dimension(:), allocatable lgauge
integer, dimension(:), allocatable nstrf
integer, dimension(:), allocatable ibcscyc
integer, dimension(:), allocatable procnor
integer, dimension(:), allocatable tag_skins6
integer, dimension(:), allocatable fr_rby
integer, dimension(:), allocatable iad_rbm2
integer, dimension(:), allocatable irbym
integer, dimension(:,:), allocatable ixsp
integer, dimension(:), pointer madsh4
integer, dimension(:), allocatable iparg
integer, dimension(:), allocatable ixq
integer, dimension(:), allocatable iedge
integer, dimension(:), allocatable ibfflux
integer, dimension(:), allocatable nodedge
integer, dimension(:), allocatable ilas
integer, dimension(:), allocatable iad_rby2
integer, dimension(:), allocatable icode_ply
integer, dimension(:), allocatable lloadp
integer, dimension(:), allocatable fr_cut
integer, dimension(:), allocatable segquadfr
integer, dimension(:), allocatable procni2
integer, dimension(:), allocatable lcfield
integer, dimension(:), allocatable kxx
integer, dimension(:), allocatable nskwp
integer, dimension(:), allocatable ne_nesdvois
integer, dimension(:), allocatable iad_rbym
integer, dimension(:), allocatable nom_sect
integer, dimension(:), allocatable npsegcom
type(nlocal_str_) nloc_dmg
integer, dimension(:), allocatable rg_cut
integer, dimension(:), allocatable iel_pxfem
integer, dimension(:), allocatable lrbe2
integer, dimension(:), allocatable fr_rbm
integer, dimension(:), allocatable llagf
integer, dimension(:), allocatable nbrcvois
integer, dimension(:), allocatable lnsdvois
integer, dimension(:,:), allocatable tab_ump
integer, dimension(:), allocatable naccp
integer, dimension(:), allocatable procne_pxfem
integer, dimension(:), allocatable ithvar
integer, dimension(:), allocatable dd_r2r
integer, dimension(:), allocatable iadll
integer, dimension(:), allocatable icontact
integer, dimension(:), allocatable ipart_state
integer nseatbelt_th_proc
type(retractor_struct), dimension(:), allocatable retractor
type(seatbelt_remote_nodes_struct) anchor_remote_send
type(seatbelt_remote_nodes_struct) anchor_remote
type(seatbelt_th_exch_struct), dimension(:), allocatable seatbelt_th_exch
type(slipring_struct), dimension(:), allocatable slipring
integer, dimension(:), allocatable sph2sol
integer, dimension(:), allocatable irst
integer, dimension(:), allocatable sol2sph_typ
integer, dimension(:), allocatable sol2sph
integer, dimension(:,:), allocatable ply_info
type(ttable), dimension(:), allocatable table
type(time_type) global_comp_time
type(xfem_sky_), dimension(:), allocatable crksky
integer, dimension(:,:), allocatable xedge4n
integer, dimension(:), allocatable indx_crk
type(xfem_edge_), dimension(:), allocatable crkedge
integer, dimension(:,:), allocatable xedge3n
subroutine spmd_glob_dmin9(v, len)
subroutine spmd_glob_dsum9(v, len)
subroutine write_joint(ljoint, cep, cel, proc, nodlocal, ljoint_l, len_ia, numnod_l)
subroutine w_bufbric_22()
subroutine write_pcyl(load_cyl, nload_cyl, nodlocal)
subroutine write_matparam(mat_elem, len)
subroutine w_cluster(cluster, iparg, nodlocal, ncluster_l, cep, proc, numlocgroup, len_ia, len_am)
subroutine w_elbuf_str(proc, iparg, elbuf_tab, len_am, flag_xfem)
subroutine w_failwave(failwave, nodglob, numnod, numnod_l, len_am, itab)
subroutine w_group_str(len_ia, igrnod, igrbric, igrquad, igrsh4n, igrsh3n, igrtruss, igrbeam, igrspring, igrpart, cep, cel, nodlocal, proc, frontb_r2r, numnod_l)
subroutine w_subset_str(subset, len_ia)
subroutine wrcomr(lmxvrea, lvarrea, tabvrea, ms_nd, p, inter_parameters, unitab, glob_therm, output)
subroutine write_elgroup_param(group_param_tab, iparg, proc, ngroup_l, len)
subroutine write_nloc_struct(nloc_dmg, numnod_l, nodglob, nodloc, cel, cep, proc, ixs, ixc, ixtg, numels_l, numelc_l, numeltg_l)
subroutine nfwrest(iflow, rflow)
subroutine plyxfem_wrest(ms_ply, zi_ply, iel, inod, icode, iskew)
subroutine thcwrest(mcp, temp)
subroutine convwrest(ibcv, fconv, numconv, niconv, lfacther)
subroutine eigwrest(eigipm, eigibuf, eigrpm)
subroutine rigmatwrest(rbym, irbym, lcrbym, weight)
subroutine userwi_write(user_windows, ispmd, nspmd, numnod)
subroutine w_line_str(igrslin)
subroutine w_surf_str(igrsurf)
subroutine write_db(a, n)
subroutine write_dpdb(a, n)
subroutine write_intbuf(intbuf_tab)
void write_i_c(int *w, int *len)
void file_size(int *filesize)
void write_c_c(int *w, int *len)
void open_c(int *ifil, int *len, int *mod)
subroutine write_th_restart(th)
subroutine write_units(unitab)
subroutine wrrestp(elements, nodes, af, iaf, ich, addcne, elbuf_tab, xfem_tab, intbuf_tab, multi_fvm, mat_elem, h3d_data, intbuf_fric_tab, subset, pinch_data, ale_connectivity, t_monvol, sensors, ebcs_tab, dynain_data, user_windows, output, interfaces, loads, python, names_and_titles, eigipm, eigibuf, eigrpm, neipm, leibuf, nerpm, iflow, rflow, liflow, lrflow, impbuf_tab, impl_s, impl_s0, mcp, temp, forneqs, unitab, stack, ndrape, drape_sh3n, drape_sh4n, drapeg, restsize, skews, glob_therm, pblast, rbe3, rwall)