OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
admerr.F File Reference
#include "implicit_f.inc"
#include "comlock.inc"
#include "com01_c.inc"
#include "com04_c.inc"
#include "param_c.inc"
#include "scr17_c.inc"

Go to the source code of this file.

Functions/Subroutines

subroutine admerr (ixc, ixtg, x, iparg, elbuf_tab, ipart, ipartc, iparttg, err_thk_sh4, err_thk_sh3, iad_elem, fr_elem, weight, sh4tree, sh3tree, area_sh4, area_sh3, area_nod, thick_sh4, thick_sh3, thick_nod)

Function/Subroutine Documentation

◆ admerr()

subroutine admerr ( integer, dimension(nixc,*) ixc,
integer, dimension(nixtg,*) ixtg,
x,
integer, dimension(nparg,*) iparg,
type(elbuf_struct_), dimension(ngroup) elbuf_tab,
integer, dimension(lipart1,*) ipart,
integer, dimension(*) ipartc,
integer, dimension(*) iparttg,
err_thk_sh4,
err_thk_sh3,
integer, dimension(2,*) iad_elem,
integer, dimension(*) fr_elem,
integer, dimension(*) weight,
integer, dimension(ksh4tree,*) sh4tree,
integer, dimension(ksh3tree,*) sh3tree,
area_sh4,
area_sh3,
area_nod,
thick_sh4,
thick_sh3,
thick_nod )

Definition at line 36 of file admerr.F.

42C-----------------------------------------------
43C M o d u l e s
44C-----------------------------------------------
45 USE message_mod
46 USE elbufdef_mod
47 use element_mod , only : nixc,nixtg
48C-----------------------------------------------
49C I m p l i c i t T y p e s
50C-----------------------------------------------
51#include "implicit_f.inc"
52#include "comlock.inc"
53C-----------------------------------------------
54C C o m m o n B l o c k s
55C-----------------------------------------------
56#include "com01_c.inc"
57#include "com04_c.inc"
58#include "param_c.inc"
59#include "scr17_c.inc"
60C-----------------------------------------------
61C D u m m y A r g u m e n t s
62C-----------------------------------------------
63C REAL
64 INTEGER
65 . IXC(NIXC,*), IXTG(NIXTG,*),IPARG(NPARG,*),
66 . IAD_ELEM(2,*), FR_ELEM(*), WEIGHT(*),
67 . IPART(LIPART1,*), IPARTC(*), IPARTTG(*),
68 . SH4TREE(KSH4TREE,*), SH3TREE(KSH3TREE,*)
70 . x(3,*), err_thk_sh4(*), err_thk_sh3(*)
71 TYPE(ELBUF_STRUCT_), DIMENSION(NGROUP) :: ELBUF_TAB
72 my_real area_sh4(numelc)
73 my_real area_sh3(numeltg)
74 my_real area_nod(numnod)
75 my_real thick_sh4(numelc)
76 my_real thick_sh3(numeltg)
77 my_real thick_nod(numnod)
78C-----------------------------------------------
79C L o c a l V a r i a b l e s
80C-----------------------------------------------
81 INTEGER IERROR
82C REAL
83C-----------------------------------------------
84C
85 IF(ierror/=0) THEN
86 CALL ancmsg(msgid=153,anmode=aninfo_blind,
87 . i1=ierror)
88 CALL arret(2)
89 END IF
90C
91 area_sh4=zero
92 area_sh3=zero
93C
94 area_nod =zero
95 thick_nod=zero
96C
97 err_thk_sh4(1:numelc) =zero
98 err_thk_sh3(1:numeltg)=zero
99C elts belonging to adapted parts
100 CALL admthke(
101 . ixc ,ixtg ,x ,iparg ,elbuf_tab,
102 . ipart ,ipartc ,iparttg ,iad_elem,fr_elem ,
103 . weight ,area_sh4,area_sh3,area_nod,thick_sh4 ,
104 . thick_sh3 ,thick_nod , err_thk_sh4, err_thk_sh3,
105 . sh4tree ,sh3tree )
106
107c-----------
108 RETURN
subroutine admthke(ixc, ixtg, x, iparg, elbuf_tab, ipart, ipartc, iparttg, iad_elem, fr_elem, weight, area_sh4, area_sh3, area_nod, thick_sh4, thick_sh3, thick_nod, err_thk_sh4, err_thk_sh3, sh4tree, sh3tree)
Definition admthke.F:41
#define my_real
Definition cppsort.cpp:32
subroutine ancmsg(msgid, msgtype, anmode, i1, i2, i3, i4, i5, i6, i7, i8, i9, i10, i11, i12, i13, i14, i15, i16, i17, i18, i19, i20, r1, r2, r3, r4, r5, r6, r7, r8, r9, c1, c2, c3, c4, c5, c6, c7, c8, c9, prmode)
Definition message.F:895
subroutine arret(nn)
Definition arret.F:86