OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
inimu2.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 inimu2 (pm, ix, f, df)

Function/Subroutine Documentation

◆ inimu2()

subroutine inimu2 ( pm,
integer, dimension(7,*) ix,
f,
df )

Definition at line 28 of file inimu2.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(7,*)
45 . pm(npropm,*), f(numnod,*), df(numnod,*)
46C-----------------------------------------------
47C L o c a l V a r i a b l e s
48C-----------------------------------------------
49 INTEGER :: I, MAT, LAW, M, J, N
50 my_real :: alph
51C-----------------------------------------------
52
53 DO i=1,numelq
54 mat=iabs(ix(1,i))
55 law=int(pm(19,mat))
56 IF(law/=20)cycle !I
57 DO m=1,nmult
58 alph=pm(30+m,mat)
59 DO j=2,5
60 n=ix(j,i)
61 f(n,m)=f(n,m)+alph
62 df(n,m)=df(n,m)+one
63 END DO
64 END DO !M=1,NMULT
65 END DO !I=1,NUMELQ
66
67 RETURN
#define my_real
Definition cppsort.cpp:32