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 35 of file admerr.F.

41C-----------------------------------------------
42C M o d u l e s
43C-----------------------------------------------
44 USE message_mod
45 USE elbufdef_mod
46C-----------------------------------------------
47C I m p l i c i t T y p e s
48C-----------------------------------------------
49#include "implicit_f.inc"
50#include "comlock.inc"
51C-----------------------------------------------
52C C o m m o n B l o c k s
53C-----------------------------------------------
54#include "com01_c.inc"
55#include "com04_c.inc"
56#include "param_c.inc"
57#include "scr17_c.inc"
58C-----------------------------------------------
59C D u m m y A r g u m e n t s
60C-----------------------------------------------
61C REAL
62 INTEGER
63 . IXC(NIXC,*), IXTG(NIXTG,*),IPARG(NPARG,*),
64 . IAD_ELEM(2,*), FR_ELEM(*), WEIGHT(*),
65 . IPART(LIPART1,*), IPARTC(*), IPARTTG(*),
66 . SH4TREE(KSH4TREE,*), SH3TREE(KSH3TREE,*)
68 . x(3,*), err_thk_sh4(*), err_thk_sh3(*)
69 TYPE(ELBUF_STRUCT_), DIMENSION(NGROUP) :: ELBUF_TAB
70 my_real area_sh4(numelc)
71 my_real area_sh3(numeltg)
72 my_real area_nod(numnod)
73 my_real thick_sh4(numelc)
74 my_real thick_sh3(numeltg)
75 my_real thick_nod(numnod)
76C-----------------------------------------------
77C L o c a l V a r i a b l e s
78C-----------------------------------------------
79 INTEGER IERROR
80C REAL
81C-----------------------------------------------
82C
83 IF(ierror/=0) THEN
84 CALL ancmsg(msgid=153,anmode=aninfo_blind,
85 . i1=ierror)
86 CALL arret(2)
87 END IF
88C
89 area_sh4=zero
90 area_sh3=zero
91C
92 area_nod =zero
93 thick_nod=zero
94C
95 err_thk_sh4(1:numelc) =zero
96 err_thk_sh3(1:numeltg)=zero
97C elts belonging to adapted parts
98 CALL admthke(
99 . ixc ,ixtg ,x ,iparg ,elbuf_tab,
100 . ipart ,ipartc ,iparttg ,iad_elem,fr_elem ,
101 . weight ,area_sh4,area_sh3,area_nod,thick_sh4 ,
102 . thick_sh3 ,thick_nod , err_thk_sh4, err_thk_sh3,
103 . sh4tree ,sh3tree )
104
105c-----------
106 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:40
#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:889
subroutine arret(nn)
Definition arret.F:87