Searched refs:newxadj (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/graphops/partition/impls/pmetis/ |
| H A D | pmetis.c | 432 PetscInt *newxadj, *newadjncy; in MatMeshToCellGraph() local 443 …, (idx_t *)adj->j, (idx_t *)&numflag, (idx_t *)&ncommonnodes, (idx_t **)&newxadj, (idx_t **)&newad… in MatMeshToCellGraph() 444 …MPIAdj(PetscObjectComm((PetscObject)mesh), mesh->rmap->n, mesh->rmap->N, newxadj, newadjncy, NULL,… in MatMeshToCellGraph()
|