OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
xdefo3.F File Reference
#include "implicit_f.inc"
#include "scr23_c.inc"

Go to the source code of this file.

Functions/Subroutines

subroutine xdefo3 (v, vr, kxx, ixx, nx, vusr, vrusr)

Function/Subroutine Documentation

◆ xdefo3()

subroutine xdefo3 ( v,
vr,
integer, dimension(nixx) kxx,
integer, dimension(*) ixx,
integer nx,
vusr,
vrusr )

Definition at line 28 of file xdefo3.F.

30C-----------------------------------------------
31C I m p l i c i t T y p e s
32C-----------------------------------------------
33#include "implicit_f.inc"
34C-----------------------------------------------
35C C o m m o n B l o c k s
36C-----------------------------------------------
37#include "scr23_c.inc"
38C-----------------------------------------------
39C D u m m y A r g u m e n t s
40C-----------------------------------------------
41 INTEGER KXX(NIXX),IXX(*),NX
42C REAL
44 . v(3,*),vr(3,*),vusr(3,nx),vrusr(3,nx)
45C-----------------------------------------------
46C L o c a l V a r i a b l e s
47C-----------------------------------------------
48 INTEGER K,I1,IADNOD
49C REAL
50C--------------------------------------------
51C VITESSES REPERE GLOBAL.
52C--------------------------------------------
53 iadnod=kxx(4)
54 DO k=1,nx
55 i1=ixx(iadnod+k-1)
56 vusr(1,k) =v(1,i1)
57 vusr(2,k) =v(2,i1)
58 vusr(3,k) =v(3,i1)
59 vrusr(1,k)=vr(1,i1)
60 vrusr(2,k)=vr(2,i1)
61 vrusr(3,k)=vr(3,i1)
62 ENDDO
63 RETURN
#define my_real
Definition cppsort.cpp:32