OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
inimu3.F File Reference
#include "implicit_f.inc"
#include "com01_c.inc"
#include "com04_c.inc"
#include "param_c.inc"

Go to the source code of this file.

Functions/Subroutines

subroutine inimu3 (pm, ix, f, df)

Function/Subroutine Documentation

◆ inimu3()

subroutine inimu3 ( pm,
integer, dimension(nixs,*) ix,
f,
df )

Definition at line 28 of file inimu3.F.

29C
30C-----------------------------------------------
31C I m p l i c i t T y p e s
32C-----------------------------------------------
33#include "implicit_f.inc"
34C-----------------------------------------------
35C C o m m o n B l o c k s
36C-----------------------------------------------
37#include "com01_c.inc"
38#include "com04_c.inc"
39#include "param_c.inc"
40C-----------------------------------------------
41C D u m m y A r g u m e n t s
42C-----------------------------------------------
43 INTEGER :: IX(NIXS,*)
44 my_real :: pm(npropm,*), f(numnod,*), df(numnod,*)
45C-----------------------------------------------
46C L o c a l V a r i a b l e s
47C-----------------------------------------------
48 INTEGER :: I, MAT, LAW, M, J, N
49 my_real :: alph
50C-----------------------------------------------
51
52 DO i=1,numels
53 mat=iabs(ix(1,i))
54 law=int(pm(19,mat))
55 IF(law/=20)cycle !I
56 DO m=1,nmult
57 alph=pm(30+m,mat)
58 DO j=2,9
59 n=ix(j,i)
60 f(n,m)=f(n,m)+alph
61 df(n,m)=df(n,m) + one
62 END DO !J=2,9
63 END DO !M=1,NMULT
64 END DO !I=1,NUMELS
65
66 RETURN
#define my_real
Definition cppsort.cpp:32