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

Go to the source code of this file.

Functions/Subroutines

subroutine s10divde12 (dvm, divde, facp, offg, nel)

Function/Subroutine Documentation

◆ s10divde12()

subroutine s10divde12 ( intent(in) dvm,
intent(inout) divde,
intent(in) facp,
intent(in) offg,
integer nel )

Definition at line 28 of file s10divde12.F.

29C-----------------------------------------------
30C I m p l i c i t T y p e s
31C-----------------------------------------------
32#include "implicit_f.inc"
33C-----------------------------------------------
34C G l o b a l P a r a m e t e r s
35C-----------------------------------------------
36#include "mvsiz_p.inc"
37C-----------------------------------------------
38C D u m m y A r g u m e n t s
39C-----------------------------------------------
40 INTEGER NEL
41C REAL
42 my_real ,DIMENSION(NEL) ,INTENT(IN) :: offg
43 my_real ,DIMENSION(MVSIZ) ,INTENT(IN) :: facp,dvm
44 my_real ,DIMENSION(MVSIZ) ,INTENT(INOUT) :: divde
45C-----------------------------------------------
46C C o m m o n B l o c k s
47C-----------------------------------------------
48#include "com08_c.inc"
49C-----------------------------------------------
50C L o c a l V a r i a b l e s
51C-----------------------------------------------
52 INTEGER I,N,IP
53C REAL
54 my_real
55 . divde1,dtrep_r,fac
56C-----------------------------------------------
57 DO i=1,nel
58 IF(offg(i)<=one) cycle
59 fac = facp(i)
60 divde(i) = (one-fac)*divde(i)+fac*dvm(i)*dt1
61 ENDDO
62 RETURN
63C
#define my_real
Definition cppsort.cpp:32