Searched refs:newadjncy (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 …j->j, (idx_t *)&numflag, (idx_t *)&ncommonnodes, (idx_t **)&newxadj, (idx_t **)&newadjncy, &comm)); in MatMeshToCellGraph() 444 …PetscObjectComm((PetscObject)mesh), mesh->rmap->n, mesh->rmap->N, newxadj, newadjncy, NULL, dual)); in MatMeshToCellGraph()
|