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

Go to the source code of this file.

Functions/Subroutines

subroutine s8etotsh10 (mb, bxx, byy, bzz, bxy, byz, bxz, nel)

Function/Subroutine Documentation

◆ s8etotsh10()

subroutine s8etotsh10 ( mb,
bxx,
byy,
bzz,
bxy,
byz,
bxz,
integer nel )

Definition at line 28 of file s8etotsh10.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
42C REAL
44 . mb(nel,6),bxx(*),byy(*),bzz(*),
45 . bxy(*),bxz(*),byz(*)
46C-----------------------------------------------
47C L o c a l V a r i a b l e s
48C-----------------------------------------------
49 INTEGER I
50C
51 DO i=1,nel
52 mb(i,1) = bxx(i)
53 mb(i,2) = byy(i)
54 mb(i,3) = bzz(i)
55 mb(i,4) = bxy(i)
56 mb(i,5) = byz(i)
57 mb(i,6) = bxz(i)
58 END DO
59C
60 RETURN
#define my_real
Definition cppsort.cpp:32