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

Go to the source code of this file.

Functions/Subroutines

subroutine scordef3 (nel, dxx, dyy, dzz, d4, d5, d6, dir)

Function/Subroutine Documentation

◆ scordef3()

subroutine scordef3 ( integer nel,
dxx,
dyy,
dzz,
d4,
d5,
d6,
dir )

Definition at line 32 of file scordef3.F.

33C-----------------------------------------------
34C I m p l i c i t T y p e s
35C-----------------------------------------------
36#include "implicit_f.inc"
37C-----------------------------------------------
38C G l o b a l P a r a m e t e r s
39C-----------------------------------------------
40#include "mvsiz_p.inc"
41C-----------------------------------------------
42C D u m m y A r g u m e n t s
43C-----------------------------------------------
44 INTEGER :: NEL
45C
47 . dxx(*),dyy(*),dzz(*),d4(*),d5(*),d6(*), dir(mvsiz,2)
48C-----------------------------------------------
49C L o c a l V a r i a b l e s
50C-----------------------------------------------
51 INTEGER I
53 . def(mvsiz,6),defn(mvsiz,6),dirn(mvsiz,2)
54C-----------------------------------------------
55 DO i=1,nel
56 def(i,1) = dxx(i)
57 def(i,2) = dyy(i)
58 def(i,3) = dzz(i)
59 def(i,4) = half*d4(i)
60 def(i,5) = half*d5(i)
61 def(i,6) = half*d6(i)
62 dirn(i,1)=dir(i,1)
63 dirn(i,2)=-dir(i,2)
64 ENDDO
65 CALL scroto(nel,def,defn,dirn)
66 DO i=1,nel
67 dxx(i) = defn(i,1)
68 dyy(i) = defn(i,2)
69 d4(i) = two*defn(i,4)
70 d5(i) = two*defn(i,5)
71 d6(i) = two*defn(i,6)
72 ENDDO
73C-----------
74 RETURN
#define my_real
Definition cppsort.cpp:32
subroutine scroto(nel, sig, sign, dir)
Definition scroto.F:29