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

Go to the source code of this file.

Functions/Subroutines

subroutine m24dmax (d, dmax, nel)

Function/Subroutine Documentation

◆ m24dmax()

subroutine m24dmax ( d,
dmax,
integer nel )

Definition at line 29 of file m24dmax.F.

30C-----------------------------------------------
31C I m p l i c i t T y p e s
32C-----------------------------------------------
33#include "implicit_f.inc"
34C-----------------------------------------------
35C D u m m y A r g u m e n t s
36C-----------------------------------------------
37 INTEGER NEL
38 my_real d(nel,3),dmax(nel)
39C-----------------------------------------------
40C L o c a l V a r i a b l e s
41C-----------------------------------------------
42 INTEGER I
43C=======================================================================
44 DO i=1,nel
45 dmax(i) = third*(d(i,1)+d(i,2)+d(i,3))
46 ENDDO
47c-----------
48 RETURN
#define my_real
Definition cppsort.cpp:32