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

Go to the source code of this file.

Functions/Subroutines

subroutine sdlen_sm11 (volg, deltax, smax, idege, nel)

Function/Subroutine Documentation

◆ sdlen_sm11()

subroutine sdlen_sm11 ( volg,
deltax,
smax,
integer, dimension(*) idege,
integer, intent(in) nel )

Definition at line 29 of file sdlen_sm11.F.

32C-----------------------------------------------
33C I m p l i c i t T y p e s
34C-----------------------------------------------
35#include "implicit_f.inc"
36C-----------------------------------------------
37C C o m m o n B l o c k s
38C-----------------------------------------------
39C-----------------------------------------------
40C D u m m y A r g u m e n t s
41C-----------------------------------------------
42 INTEGER, INTENT(IN) :: NEL
43 INTEGER IDEGE(*)
45 . volg(*),deltax(*),smax(*)
46C-----------------------------------------------
47C L o c a l V a r i a b l e s
48C-----------------------------------------------
49C----------DELTAX crrection for degenerated element
50 INTEGER I,IT
51C-----------------------------------------------
52 DO i=1,nel
53 deltax(i)=min(deltax(i),sixteen*volg(i)*smax(i))
54 idege(i) = 1
55 ENDDO
56C
57 RETURN
#define my_real
Definition cppsort.cpp:32
subroutine idege(x1, x2, x3, x4, y1, y2, y3, y4, z1, z2, z3, z4, a, amax, fac, it4, it, indx, n_indx)
Definition idege.F:30
#define min(a, b)
Definition macros.h:20