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

Go to the source code of this file.

Functions/Subroutines

subroutine i12gathcor (x, xs, xm, nsn, nmn, nsv, msr)

Function/Subroutine Documentation

◆ i12gathcor()

subroutine i12gathcor ( x,
xs,
xm,
integer nsn,
integer nmn,
integer, dimension(*) nsv,
integer, dimension(*) msr )

Definition at line 28 of file i12gathcor.F.

29C-----------------------------------------------
30C I m p l i c i t T y p e s
31C-----------------------------------------------
32#include "implicit_f.inc"
33C-----------------------------------------------
34C D u m m y A r g u m e n t s
35C-----------------------------------------------
36 INTEGER NSN, NMN,NSV(*),MSR(*)
38 . x(3,*),xs(3,*),xm(3,*)
39C-----------------------------------------------
40C L o c a l V a r i a b l e s
41C-----------------------------------------------
42 INTEGER I,N
43
44 DO i=1,nsn
45 n=nsv(i)
46 xs(1,i)=x(1,n)
47 xs(2,i)=x(2,n)
48 xs(3,i)=x(3,n)
49 ENDDO
50
51 DO i=1,nmn
52 n=msr(i)
53 xm(1,i)=x(1,n)
54 xm(2,i)=x(2,n)
55 xm(3,i)=x(3,n)
56 ENDDO
57
58 RETURN
#define my_real
Definition cppsort.cpp:32