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

Go to the source code of this file.

Functions/Subroutines

subroutine i21xsave (x, nsv, nsn, itask, xsav, dd, irot, rot, bracket)

Function/Subroutine Documentation

◆ i21xsave()

subroutine i21xsave ( x,
integer, dimension(*) nsv,
integer nsn,
integer itask,
xsav,
dd,
integer irot,
rot,
bracket )

Definition at line 28 of file i21xsave.F.

31C sauvegarde des XSAV
32C-----------------------------------------------
33C I m p l i c i t T y p e s
34C-----------------------------------------------
35#include "implicit_f.inc"
36C-----------------------------------------------
37C C o m m o n B l o c k s
38C-----------------------------------------------
39#include "task_c.inc"
40C-----------------------------------------------
41C D u m m y A r g u m e n t s
42C-----------------------------------------------
43 INTEGER NSN,ITASK,NSV(*),IROT
45 . x(3,*), xsav(3,*), dd(3), rot(9), bracket(3)
46C-----------------------------------------------
47C L o c a l V a r i a b l e s
48C-----------------------------------------------
49 INTEGER NSNF,NSNL,I, J, II
50C-----------------------------------------------
51C S o u r c e L i n e s
52C-----------------------------------------------
53C
54 nsnf=1+itask*nsn/nthread
55 nsnl=(itask+1)*nsn/nthread
56C
57 DO i=nsnf,nsnl
58C J=NSV(I) ! shooting nodes int11
59 j=abs(nsv(i))
60 xsav(1,i)=x(1,j)
61 xsav(2,i)=x(2,j)
62 xsav(3,i)=x(3,j)
63 END DO
64C
65 xsav(1,nsn+1)=dd(1)
66 xsav(2,nsn+1)=dd(2)
67 xsav(3,nsn+1)=dd(3)
68 IF(irot/=0)THEN
69 xsav(1,nsn+2)=
70 . rot(1)*bracket(1)+rot(4)*bracket(2)+rot(7)*bracket(3)
71 xsav(2,nsn+2)=
72 . rot(2)*bracket(1)+rot(5)*bracket(2)+rot(8)*bracket(3)
73 xsav(3,nsn+2)=
74 . rot(3)*bracket(1)+rot(6)*bracket(2)+rot(9)*bracket(3)
75 ELSE
76 xsav(1,nsn+2)=zero
77 xsav(2,nsn+2)=zero
78 xsav(3,nsn+2)=zero
79 END IF
80C
81 RETURN
#define my_real
Definition cppsort.cpp:32