32 nnz, cs, nnz_loc, cs_loc, &
33 nm, tag_mat, sdeg_mat, mpi_id)
38 integer*4 :: j,k,ie,nm, nn
39 integer*4 :: nel_loc, nel, nnz, mpi_id
42 integer*4,
dimension(0:nnz) :: cs
43 integer*4,
dimension(nel) :: el_dom
44 integer*4,
dimension(nm) :: tag_mat, sdeg_mat
45 integer*4,
dimension(0:nnz_loc) :: cs_loc
53 if (( tag_mat(j).eq. cs(cs(ie-1)) ) .and. (el_dom(ie) .eq. mpi_id))
then
56 cs_loc(k) = cs_loc(k-1) + nn*nn*nn +1
57 cs_loc(cs_loc(k-1)) = tag_mat(j)
58 cs_loc(cs_loc(k-1) + 1 : cs_loc(k)-1) = cs(cs(ie-1)+1 : cs(ie)-1)
subroutine make_spx_con_loc(nel_loc, nel, el_dom, nnz, cs, nnz_loc, cs_loc, nm, tag_mat, sdeg_mat, mpi_id)
Makes local connectivity vector.