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

Go to the source code of this file.

Functions/Subroutines

subroutine csmall3 (sig, s1, s2, s3, s4, s5, s6, offg, off, nel)

Function/Subroutine Documentation

◆ csmall3()

subroutine csmall3 ( sig,
s1,
s2,
s3,
s4,
s5,
s6,
offg,
off,
integer nel )

Definition at line 33 of file csmall3.F.

35C-----------------------------------------------
36C I m p l i c i t T y p e s
37C-----------------------------------------------
38#include "implicit_f.inc"
39C-----------------------------------------------
40C C o m m o n B l o c k s
41C-----------------------------------------------
42C-----------------------------------------------
43C D u m m y A r g u m e n t s
44C-----------------------------------------------
45 INTEGER NEL
47 . sig(nel,6),
48 . s1(*), s2(*), s3(*), s4(*), s5(*), s6(*),
49 . offg(*),off(*)
50C-----------------------------------------------
51C L o c a l V a r i a b l e s
52C-----------------------------------------------
53 INTEGER I
55 . dv,dv1
56C-----------------------------------------------
57C STRESSES EXTRACTION.
58C-----------------------------------------------
59 s1(1:nel)=sig(1:nel,1)
60 s2(1:nel)=sig(1:nel,2)
61 s3(1:nel)=sig(1:nel,3)
62 s4(1:nel)=sig(1:nel,4)
63 s5(1:nel)=sig(1:nel,5)
64 s6(1:nel)=sig(1:nel,6)
65C-----------------------------------------------
66C SMALL STRAIN. moved to SRHO3.F
67C-----------------------------------------------
68C
69 RETURN
#define my_real
Definition cppsort.cpp:32