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

Go to the source code of this file.

Functions/Subroutines

subroutine s10malla3 (offg, off, wxx, wyy, wzz, wxxg, wyyg, wzzg, wip, nel, ismstr, jlag)

Function/Subroutine Documentation

◆ s10malla3()

subroutine s10malla3 ( offg,
off,
wxx,
wyy,
wzz,
wxxg,
wyyg,
wzzg,
wip,
integer, intent(in) nel,
integer, intent(in) ismstr,
integer, intent(in) jlag )

Definition at line 28 of file s10malla3.F.

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-----------------------------------------------
39C-----------------------------------------------
40C D u m m y A r g u m e n t s
41C-----------------------------------------------
42 INTEGER, INTENT(IN) :: NEL
43 INTEGER, INTENT(IN) :: ISMSTR
44 INTEGER, INTENT(IN) :: JLAG
46 . offg(*),off(*),wxx(*),wyy(*),wzz(*),
47 . wxxg(*),wyyg(*),wzzg(*),wip
48C-----------------------------------------------
49C L o c a l V a r i a b l e s
50C-----------------------------------------------
51 INTEGER I, N
52C REAL
54 . x , y, z ,dv
55C-----------------------------------------------
56C-----------------------------
57C ROTATION RBY DES COORDONNEES POUR SMALL STRAIN
58C-----------------------------
59 IF(ismstr<=4.AND.jlag>0)THEN
60 DO i=1,nel
61 wxxg(i)=wxxg(i)+wip*wxx(i)
62 wyyg(i)=wyyg(i)+wip*wyy(i)
63 wzzg(i)=wzzg(i)+wip*wzz(i)
64 ENDDO
65 ELSEIF(ismstr==11)THEN
66 DO i=1,nel
67 wxxg(i)=wxxg(i)+wip*wxx(i)
68 wyyg(i)=wyyg(i)+wip*wyy(i)
69 wzzg(i)=wzzg(i)+wip*wzz(i)
70 ENDDO
71 ENDIF
72C
73 RETURN
#define my_real
Definition cppsort.cpp:32