Searched refs:nbrs (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/snes/tutorials/ex10d/ |
| H A D | ex10.c | 89 PetscInt i, j, jstart, inode, nb, nbrs, Nvneighborstotal = 0; in main() local 177 nbrs = dtmp; in main() 178 …ptr1, "Number of neighbors for the vertex %" PetscInt_FMT " is %" PetscInt_FMT "\n", inode, nbrs)); in main() 180 user.itot[user.Nvlocal] = nbrs; in main() 181 Nvneighborstotal += nbrs; in main()
|
| /petsc/src/dm/impls/plex/adaptors/parmmg/ |
| H A D | parmmgadapt.c | 149 const PetscInt *nbrs; in DMAdaptMetric_ParMmg_Plex() local 151 PetscCall(DMPlexGetSupport(dm, f, &nbrs)); in DMAdaptMetric_ParMmg_Plex() 152 …for (c = 0; c < nnbrs; ++c) fIsIncluded[f - pStart] = fIsIncluded[f - pStart] || !cIsLeaf[nbrs[c]]; in DMAdaptMetric_ParMmg_Plex()
|