#include "implicit_f.inc"
#include "param_c.inc"
#include "com04_c.inc"
Go to the source code of this file.
|
| subroutine | w_geo (geo, nodlocal) |
◆ w_geo()
| subroutine w_geo |
( |
| geo, |
|
|
integer, dimension(*) | nodlocal ) |
Definition at line 30 of file w_geo.F.
31
32
33
34#include "implicit_f.inc"
35
36
37
38#include "param_c.inc"
39#include "com04_c.inc"
40
41
42
43 INTEGER NODLOCAL(*)
45 . geo(npropg,*)
46
47
48
49 INTEGER I, J, M
51 . geo_l(npropg,numgeo)
52
53 DO i = 1, numgeo
54 DO j = 1, npropg
55 geo_l(j,i) = geo(j,i)
56 END DO
57 END DO
58
59 DO i = 1, numgeo
60 DO j = 1, npropg
61 geo_l(j,i) = geo(j,i)
62 END DO
63 IF(int(geo(12,i))==15)THEN
64 m=int(geo(29,i))
65 IF(m/=0)THEN
66 m = nodlocal(m)
67 geo_l(29,i) = m
68 END IF
69 END IF
70 END DO
71
72
74
75
76 RETURN
subroutine compress_r_nnz(array, len)