Searched refs:nfound (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/tutorials/ |
| H A D | swarm_ex3.c | 64 PetscInt p, bs, npoints, nfound; in DMLocatePoints_DMDARegular() local 83 nfound = npoints; in DMLocatePoints_DMDARegular() 84 …PetscCall(PetscSFSetGraph(cellSF, npoints, nfound, NULL, PETSC_OWN_POINTER, cells, PETSC_OWN_POINT… in DMLocatePoints_DMDARegular()
|
| H A D | swarm_ex1.c | 296 PetscErrorCode collect_zone(DM dm, PetscCtx ctx, PetscInt *nfound, PetscInt **foundlist) in collect_zone() argument 335 *nfound = p2collect; in collect_zone()
|
| /petsc/src/dm/impls/da/ |
| H A D | dageometry.c | 270 PetscInt p, bs, dim, npoints, nfound; in DMLocatePoints_DA_Regular() local 301 nfound = npoints; in DMLocatePoints_DA_Regular() 302 …PetscCall(PetscSFSetGraph(cellSF, npoints, nfound, NULL, PETSC_OWN_POINTER, cells, PETSC_OWN_POINT… in DMLocatePoints_DA_Regular()
|