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

37 use element_mod , only : nixr
38C-----------------------------------------------
39C I m p l i c i t T y p e s
40C-----------------------------------------------
41#include "implicit_f.inc"
42C-----------------------------------------------
43C G l o b a l P a r a m e t e r s
44C-----------------------------------------------
45#include "mvsiz_p.inc"
46C-----------------------------------------------
47C C o m m o n B l o c k s
48C-----------------------------------------------
49#include "scr05_c.inc"
50C-----------------------------------------------
51C D u m m y A r g u m e n t s
52C-----------------------------------------------
53 INTEGER, INTENT(IN) :: NEL
54 INTEGER IXR(NIXR,*),NGL(*),MGM(*),NC1(*),NC2(*)
55C REAL
57 . x(3,*), vr(3,*),x1(*),x2(*),y1(*),y2(*),
58 . z1(*),z2(*),rx1(mvsiz),rx2(mvsiz),
59 . ry1(mvsiz),ry2(mvsiz),rz1(mvsiz),rz2(mvsiz)
60 DOUBLE PRECISION XDP(3,*),X1DP(3,*),X2DP(3,*)
61C-----------------------------------------------
62C L o c a l V a r i a b l e s
63C-----------------------------------------------
64 INTEGER I
65C-----------------------------------------------
66 DO i=1,nel
67 ngl(i)=ixr(nixr,i)
68 nc1(i)=ixr(2,i)
69 nc2(i)=ixr(3,i)
70 mgm(i)=ixr(1,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