OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
r2coor3.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 r2coor3 (x, vr, ixr, xdp, x1dp, x2dp, ngl, x1, y1, z1, x2, y2, z2, mgm, rx1, ry1, rz1, rx2, ry2, rz2, nc1, nc2, nel)

Function/Subroutine Documentation

◆ r2coor3()

subroutine r2coor3 ( 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(*) mgm,
rx1,
ry1,
rz1,
rx2,
ry2,
rz2,
integer, dimension(*) nc1,
integer, dimension(*) nc2,
integer, intent(in) nel )

Definition at line 28 of file r2coor3.F.

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