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

Go to the source code of this file.

Functions/Subroutines

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

Function/Subroutine Documentation

◆ srmalla3()

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

Definition at line 29 of file srmall3.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-----------------------------------------------
38C-----------------------------------------------
39C D u m m y A r g u m e n t s
40C-----------------------------------------------
41 INTEGER NEL
43 . sig(nel,6),
44 . s1(*), s2(*), s3(*), s4(*), s5(*), s6(*),
45 . offg(*),off(*)
46C-----------------------------------------------
47C L o c a l V a r i a b l e s
48C-----------------------------------------------
49 INTEGER I
51 . x , y, z ,dv
52C-----------------------------------------------
53C STRESSES EXTRACTION.
54C-----------------------------------------------
55 DO 10 i=1,nel
56 s1(i)=sig(i,1)
57 s2(i)=sig(i,2)
58 s3(i)=sig(i,3)
59 s4(i)=sig(i,4)
60 s5(i)=sig(i,5)
61 10 s6(i)=sig(i,6)
62C-----------------------------------------------
63C SMALL STRAIN. moved to SRHO3.F
64C-----------------------------------------------
65 RETURN
#define my_real
Definition cppsort.cpp:32