Home
last modified time | relevance | path

Searched refs:nfound (Results 1 – 3 of 3) sorted by relevance

/petsc/src/dm/tutorials/
H A Dswarm_ex3.c64 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 Dswarm_ex1.c296 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 Ddageometry.c270 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()