32 + CEP ,CEL ,NODLOCAL,PROC ,
33 + NSLAW_L,NESLAW_L ,NUMNOD_L,LEN_IA)
41#include "implicit_f.inc"
50 INTEGER PROC, LEN_IA, NSLAW_L, , NUMNOD_L,
52 . cep(*), cel(*), nodlocal(*)
63 INTEGER NSL, I, K, KK, N, NN, N1, N2, N3, N4, IE, NE, , ILW,
64 . ILP, NSL_L, NE_L, IR, MSR
65 INTEGER,
DIMENSION(:),
ALLOCATABLE
68 ALLOCATE(nprw_l(nnprw*nrwall))
72 nprw_l(kk*nrwall+n) = nprw(kk*nrwall+n)
77 IF(nlocal(msr,proc+1)==1)
THEN
78 nprw_l(n3) = nodlocal(msr)
86 IF(nslaw_l+neslaw_l>0)
THEN
87 ALLOCATE(lprw_l(nslaw_l+neslaw_l))
99 IF(nlocal(nn,proc+1)==1)
THEN
101 lprw_l(ilp+nsl_l) = nodlocal(nn)
113 ir = lprw(k+kk)-10*ie
114 IF(cep(ie)==proc)
THEN
116 lprw_l(ilp+ne_l) = cel(ie)*10+ir
128 len_ia = len_ia + nnprw*nrwall + nslaw_l+neslaw_l
129 IF(nslaw_l+neslaw_l>0)
DEALLOCATE(lprw_l)
subroutine w_rwall(nprw, lprw, rwl, cep, cel, nodlocal, proc, nslaw_l, neslaw_l, numnod_l, len_ia)