#include "implicit_f.inc"
#include "com04_c.inc"
#include "param_c.inc"
Go to the source code of this file.
◆ c_poro()
| subroutine c_poro |
( |
integer, dimension(*) | pornod, |
|
|
integer | proc, |
|
|
integer | numpor_l, |
|
|
| geo ) |
Definition at line 31 of file c_poro.F.
32
33
34
35
36
37
38
39#include "implicit_f.inc"
40
41
42
43#include "com04_c.inc"
44#include "param_c.inc"
45
46
47
48 INTEGER PROC, NUMPOR_L,
49 . PORNOD(*)
51 . geo(npropg,*)
52
53
54
55 INTEGER NLOCAL
57
58
59
60 INTEGER N, NN, NAD, IG, J
61
62 nad=0
63 DO ig = 1, numgeo
64 IF(int(geo(12,ig))==15)THEN
65 n=int(geo(31,ig))
66 IF(n>0)THEN
67 DO j = nad+1, nad+n
69 IF(
nlocal(nn,proc+1)==1)
THEN
70 numpor_l = numpor_l + 1
71 END IF
72 END DO
73 nad = nad + n
74 END IF
75 END IF
76 END DO
77
78 RETURN
subroutine pornod(geo, ixs, ixq, nodpor, icode, itab, npby, lpby, igeo)