OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
write_th_restart.F File Reference
#include "implicit_f.inc"

Go to the source code of this file.

Functions/Subroutines

subroutine write_th_restart (th)

Function/Subroutine Documentation

◆ write_th_restart()

subroutine write_th_restart ( type(th_), intent(in) th)

Definition at line 33 of file write_th_restart.F.

34 ! -----------------------------------------------
35 ! ROUTINE DESCRIPTION :
36 ! ========================
37 ! write Time History buffer
38C-----------------------------------------------
39C M o d u l e s
40C-----------------------------------------------
42 USE message_mod
43C-----------------------------------------------
44C I m p l i c i t T y p e s
45C-----------------------------------------------
46#include "implicit_f.inc"
47C-----------------------------------------------
48C D u m m y A r g u m e n t s
49C-----------------------------------------------
50 TYPE(TH_),INTENT(IN) :: TH ! TH Type
51C-----------------------------------------------
52 CALL write_i_c(th%NITHGR, 1)
53 CALL write_i_c(th%SITHGRP, 1)
54 CALL write_i_c(th%SITHBUF, 1)
55
56 CALL write_i_c(th%SITHGRPA,1)
57 CALL write_i_c(th%SITHBUFA,1)
58
59 CALL write_i_c(th%SITHGRPB,1)
60 CALL write_i_c(th%SITHBUFB,1)
61
62 CALL write_i_c(th%SITHGRPC,1)
63 CALL write_i_c(th%SITHBUFC,1)
64
65 CALL write_i_c(th%SITHGRPD,1)
66 CALL write_i_c(th%SITHBUFD,1)
67
68 CALL write_i_c(th%SITHGRPE,1)
69 CALL write_i_c(th%SITHBUFE,1)
70
71 CALL write_i_c(th%SITHGRPF,1)
72 CALL write_i_c(th%SITHBUFF,1)
73
74 CALL write_i_c(th%SITHGRPG,1)
75 CALL write_i_c(th%SITHBUFG,1)
76
77 CALL write_i_c(th%SITHGRPH,1)
78 CALL write_i_c(th%SITHBUFH,1)
79
80 CALL write_i_c(th%SITHGRPI,1)
81 CALL write_i_c(th%SITHBUFI,1)
82
83
84
85 CALL write_i_c(th%ITHGRP, th%SITHGRP )
86 CALL write_i_c(th%ITHBUF, th%SITHBUF )
87
88 CALL write_i_c(th%ITHGRPA, th%SITHGRPA)
89 CALL write_i_c(th%ITHBUFA, th%SITHBUFA)
90
91 CALL write_i_c(th%ITHGRPB, th%SITHGRPB)
92 CALL write_i_c(th%ITHBUFB, th%SITHBUFB)
93
94 CALL write_i_c(th%ITHGRPC, th%SITHGRPC)
95 CALL write_i_c(th%ITHBUFC, th%SITHBUFC)
96
97 CALL write_i_c(th%ITHGRPD, th%SITHGRPD)
98 CALL write_i_c(th%ITHBUFD, th%SITHBUFD)
99
100 CALL write_i_c(th%ITHGRPE, th%SITHGRPE)
101 CALL write_i_c(th%ITHBUFE, th%SITHBUFE)
102
103 CALL write_i_c(th%ITHGRPF, th%SITHGRPF)
104 CALL write_i_c(th%ITHBUFF, th%SITHBUFF)
105
106 CALL write_i_c(th%ITHGRPG, th%SITHGRPG)
107 CALL write_i_c(th%ITHBUFG, th%SITHBUFG)
108
109 CALL write_i_c(th%ITHGRPH, th%SITHGRPH)
110 CALL write_i_c(th%ITHBUFH, th%SITHBUFH)
111
112 CALL write_i_c(th%ITHGRPI, th%SITHGRPI)
113 CALL write_i_c(th%ITHBUFI, th%SITHBUFI)
114
void write_i_c(int *w, int *len)