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

Go to the source code of this file.

Functions/Subroutines

subroutine xcoor3 (x, kxx, ixx, itab, nx, uid, uix, xusr)

Function/Subroutine Documentation

◆ xcoor3()

subroutine xcoor3 ( x,
integer, dimension(nixx) kxx,
integer, dimension(*) ixx,
integer, dimension(*) itab,
integer nx,
integer uid,
integer, dimension(nx) uix,
xusr )

Definition at line 29 of file xcoor3.F.

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