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

Go to the source code of this file.

Functions/Subroutines

subroutine r23coor3 (x, vr, ixr, xdp, x1dp, x2dp, ngl, x1, y1, z1, x2, y2, z2, pid, mat, rx1, ry1, rz1, rx2, ry2, rz2, nc1, nc2, nel)

Function/Subroutine Documentation

◆ r23coor3()

subroutine r23coor3 ( x,
vr,
integer, dimension(nixr,*) ixr,
double precision, dimension(3,*) xdp,
double precision, dimension(3,*) x1dp,
double precision, dimension(3,*) x2dp,
integer, dimension(*) ngl,
x1,
y1,
z1,
x2,
y2,
z2,
integer, dimension(*) pid,
integer, dimension(*) mat,
rx1,
ry1,
rz1,
rx2,
ry2,
rz2,
integer, dimension(*) nc1,
integer, dimension(*) nc2,
integer, intent(in) nel )

Definition at line 32 of file r23coor3.F.

39 use element_mod , only : nixr
40C-----------------------------------------------
41C I m p l i c i t T y p e s
42C-----------------------------------------------
43#include "implicit_f.inc"
44C-----------------------------------------------
45C G l o b a l P a r a m e t e r s
46C-----------------------------------------------
47#include "mvsiz_p.inc"
48C-----------------------------------------------
49C C o m m o n B l o c k s
50C-----------------------------------------------
51#include "scr05_c.inc"
52C-----------------------------------------------
53C D u m m y A r g u m e n t s
54C-----------------------------------------------
55 INTEGER, INTENT(IN) :: NEL
56 INTEGER IXR(NIXR,*),NGL(*),PID(*),NC1(*),NC2(*),MAT(*)
57C REAL
59 . x(3,*), vr(3,*),x1(*),x2(*),y1(*),y2(*),
60 . z1(*),z2(*),rx1(mvsiz),rx2(mvsiz),
61 . ry1(mvsiz),ry2(mvsiz),rz1(mvsiz),rz2(mvsiz)
62 DOUBLE PRECISION XDP(3,*),X1DP(3,*),X2DP(3,*)
63C-----------------------------------------------
64C L o c a l V a r i a b l e s
65C-----------------------------------------------
66 INTEGER I
67C-----------------------------------------------
68 DO i=1,nel
69 ngl(i)=ixr(6,i)
70 nc1(i)=ixr(2,i)
71 nc2(i)=ixr(3,i)
72 pid(i)=ixr(1,i)
73 mat(i)=ixr(5,i)
74 ENDDO
75C----------------------------
76C COORDONNEES+ROTATIONS
77C----------------------------
78 IF (iresp == 1) THEN
79 DO i=1,nel
80 x1dp(1,i)=xdp(1,nc1(i))
81 x1dp(2,i)=xdp(2,nc1(i))
82 x1dp(3,i)=xdp(3,nc1(i))
83 x2dp(1,i)=xdp(1,nc2(i))
84 x2dp(2,i)=xdp(2,nc2(i))
85 x2dp(3,i)=xdp(3,nc2(i))
86 ENDDO
87 ELSE
88 DO i=1,nel
89 x1dp(1,i)=x(1,nc1(i))
90 x1dp(2,i)=x(2,nc1(i))
91 x1dp(3,i)=x(3,nc1(i))
92 x2dp(1,i)=x(1,nc2(i))
93 x2dp(2,i)=x(2,nc2(i))
94 x2dp(3,i)=x(3,nc2(i))
95 ENDDO
96 ENDIF
97C
98 DO i=1,nel
99 x1(i)=x(1,nc1(i))
100 y1(i)=x(2,nc1(i))
101 z1(i)=x(3,nc1(i))
102 x2(i)=x(1,nc2(i))
103 y2(i)=x(2,nc2(i))
104 z2(i)=x(3,nc2(i))
105C
106 rx1(i)=vr(1,nc1(i))
107 ry1(i)=vr(2,nc1(i))
108 rz1(i)=vr(3,nc1(i))
109 rx2(i)=vr(1,nc2(i))
110 ry2(i)=vr(2,nc2(i))
111 rz2(i)=vr(3,nc2(i))
112 ENDDO
113C---
114 RETURN
#define my_real
Definition cppsort.cpp:32