#include "implicit_f.inc"
Go to the source code of this file.
◆ sdlen_sm11()
| subroutine sdlen_sm11 |
( |
| volg, |
|
|
| deltax, |
|
|
| smax, |
|
|
integer, dimension(*) | idege, |
|
|
integer, intent(in) | nel ) |
Definition at line 29 of file sdlen_sm11.F.
32
33
34
35#include "implicit_f.inc"
36
37
38
39
40
41
42 INTEGER, INTENT(IN) :: NEL
43 INTEGER IDEGE(*)
45 . volg(*),deltax(*),smax(*)
46
47
48
49
50 INTEGER I,IT
51
52 DO i=1,nel
53 deltax(i)=
min(deltax(i),sixteen*volg(i)*smax(i))
55 ENDDO
56
57 RETURN
subroutine idege(x1, x2, x3, x4, y1, y2, y3, y4, z1, z2, z3, z4, a, amax, fac, it4, it, indx, n_indx)