#include "implicit_f.inc"
#include "param_c.inc"
Go to the source code of this file.
|
| subroutine | w_avuply (nnodpxfe_l, len_am) |
◆ w_avuply()
| subroutine w_avuply |
( |
integer | nnodpxfe_l, |
|
|
integer | len_am ) |
Definition at line 29 of file w_avuply.F.
30
31
32
33#include "implicit_f.inc"
34
35
36
37#include "param_c.inc"
38
39
40
41 INTEGER NNODPXFE_L,LEN_AM
42
43
44
45 INTEGER J
47 . veltmp1(3,nnodpxfe_l),veltmp2(4,nnodpxfe_l)
48
49
50 DO j = 1, nnodpxfe_l
51 veltmp1(1,j)= zero
52 veltmp1(2,j)= zero
53 veltmp1(3,j)= zero
54 veltmp2(1,j) = zero
55 veltmp2(2,j) = zero
56 veltmp2(3,j) = zero
57 veltmp2(4,j) = zero
58 ENDDO
59 DO j = 1, nplymax
60
62 len_am = len_am + 3*nnodpxfe_l
63
65 len_am = len_am + 3*nnodpxfe_l
66
67
68 ENDDO
69
70 RETURN
subroutine write_db(a, n)