#include "implicit_f.inc"
Go to the source code of this file.
|
| subroutine | w_rfilloc (fill, nodglob, numnod, numnod_l, nmult, len_am) |
◆ w_rfilloc()
| subroutine w_rfilloc |
( |
| fill, |
|
|
integer, dimension(*) | nodglob, |
|
|
integer | numnod, |
|
|
integer | numnod_l, |
|
|
integer | nmult, |
|
|
integer | len_am ) |
Definition at line 30 of file w_rfilloc.F.
31
32
33
34#include "implicit_f.inc"
35
36
37
38 INTEGER NODGLOB(*),NUMNOD, NUMNOD_L, NMULT,
40 . fill(numnod,*)
41
42
43
44 INTEGER I,
45 my_real,
DIMENSION(:),
ALLOCATABLE :: rtmp
46
47
48 ALLOCATE( rtmp(numnod_l) )
49
50
51 DO j = 1, nmult
52 DO i = 1, numnod_l
53 rtmp(i) = fill(nodglob(i),j)
54 ENDDO
56 len_am = len_am + numnod_l
57 END DO
58
59
60
61 DEALLOCATE( rtmp )
62
63
64 RETURN
subroutine write_db(a, n)