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

Function/Subroutine Documentation

◆ inimul()

subroutine inimul ( pm,
f,
df,
logical m20_discrete_fill )

Definition at line 28 of file inimul.F.

29C-----------------------------------------------
30C I m p l i c i t T y p e s
31C-----------------------------------------------
32#include "implicit_f.inc"
33C-----------------------------------------------
34C C o m m o n B l o c k s
35C-----------------------------------------------
36#include "com01_c.inc"
37#include "com04_c.inc"
38#include "param_c.inc"
39C-----------------------------------------------
40C D u m m y A r g u m e n t s
41C-----------------------------------------------
42 my_real pm(npropm,*), f(numnod,*), df(numnod,*)
43 logical M20_DISCRETE_FILL
44C-----------------------------------------------
45C L o c a l V a r i a b l e s
46C-----------------------------------------------
47 INTEGER M, N
48C-----------------------------------------------
49
50 DO m=1,nmult
51 DO n=1,numnod
52 IF(df(n,m)==zero)cycle !N
53 f(n,m)=two*f(n,m)/df(n,m)-one
54 IF(m20_discrete_fill)THEN
55 IF(f(n,m)<zep99.AND.f(n,m)>-zep99)f(n,m)=zero
56 ENDIF
57 !remplissage partiel autorise mais check dans l'engine de alpd=zero
58 df(n,m)=zero
59 END DO !N=1,NUMNOD
60 END DO !M=1,NMULT
61
62 RETURN
#define my_real
Definition cppsort.cpp:32