OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
w_group_str.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!|| w_group_str ../engine/source/output/restart/w_group_str.F
25!||--- called by ------------------------------------------------------
26!|| wrrestp ../engine/source/output/restart/wrrestp.f
27!||--- calls -----------------------------------------------------
28!|| w_gr_entity ../engine/source/output/restart/w_gr_entity.F
29!||--- uses -----------------------------------------------------
30!|| group_mod ../engine/share/modules/group_mod.F
31!|| groupdef_mod ../common_source/modules/groupdef_mod.F
32!||====================================================================
33 SUBROUTINE w_group_str
34C-----------------------------------------------
35C M o d u l e s
36C-----------------------------------------------
37 USE groupdef_mod
38 USE group_mod
39C-----------------------------------------------
40C I m p l i c i t T y p e s
41C-----------------------------------------------
42#include "implicit_f.inc"
43C-----------------------------------------------
44C C o m m o n B l o c k s
45C-----------------------------------------------
46#include "com04_c.inc"
47#include "tabsiz_c.inc"
48C-----------------------------------------------
49C L o c a l V a r i a b l e s
50C-----------------------------------------------
51! --- WRITE IGRNOD ---
52 CALL w_gr_entity(igrnod,ngrnod,lenigrnod)
53! --- WRITE IGRBRIC ---
54 CALL w_gr_entity(igrbric,ngrbric,lenigrbric)
55! --- WRITE IGRQUAD ---
56 CALL w_gr_entity(igrquad,ngrquad,lenigrquad)
57! --- WRITE IGRSH4N ---
58 CALL w_gr_entity(igrsh4n,ngrshel,lenigrsh4n)
59! --- WRITE IGRTRUSS ---
60 CALL w_gr_entity(igrtruss,ngrtrus,lenigrtrus)
61! --- WRITE IGRBEAM ---
62 CALL w_gr_entity(igrbeam,ngrbeam,lenigrbeam)
63! --- WRITE IGRSPRING ---
64 CALL w_gr_entity(igrspring,ngrspri,lenigrspri)
65! --- WRITE IGRSH3N ---
66 CALL w_gr_entity(igrsh3n,ngrsh3n,lenigrsh3n)
67! --- WRITE IGRPART ---
68 CALL w_gr_entity(igrpart,ngrpart,lenigrpart)
69!---------
70 RETURN
71 END
subroutine w_gr_entity(igr, ngr, lenigr)
Definition w_gr_entity.F:36
subroutine w_group_str
Definition w_group_str.F:34
type(group_), dimension(:), allocatable, target igrsh4n
Definition group_mod.F:38
type(group_), dimension(:), allocatable, target igrquad
Definition group_mod.F:37
type(group_), dimension(:), allocatable, target igrbeam
Definition group_mod.F:41
type(group_), dimension(:), allocatable, target igrpart
Definition group_mod.F:43
type(group_), dimension(:), allocatable, target igrtruss
Definition group_mod.F:40
type(group_), dimension(:), allocatable, target igrsh3n
Definition group_mod.F:39
type(group_), dimension(:), allocatable, target igrspring
Definition group_mod.F:42
type(group_), dimension(:), allocatable, target igrbric
Definition group_mod.F:36
type(group_), dimension(:), allocatable, target igrnod
Definition group_mod.F:35
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)
Definition wrrestp.F:165