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