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 30 of file r23coor3.F.

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