Home
last modified time | relevance | path

Searched refs:pilocal (Results 1 – 2 of 2) sorted by relevance

/petsc/src/vec/is/sf/interface/ftn-custom/
H A Dzsf.c31 …ailocal, F90Array1d *airemote, PetscErrorCode *ierr PETSC_F90_2PTR_PROTO(pilocal) PETSC_F90_2PTR_P… in petscsfgetgraph_()
41 *ierr = F90Array1dCreate((void *)ilocal, MPIU_INT, 1, nl, ailocal PETSC_F90_2PTR_PARAM(pilocal)); in petscsfgetgraph_()
46 …ailocal, F90Array1d *airemote, PetscErrorCode *ierr PETSC_F90_2PTR_PROTO(pilocal) PETSC_F90_2PTR_P… in petscsfrestoregraph_()
48 *ierr = F90Array1dDestroy(ailocal, MPIU_INT PETSC_F90_2PTR_PARAM(pilocal)); in petscsfrestoregraph_()
/petsc/src/dm/impls/plex/
H A Dplexsfc.c903 const PetscInt *pilocal; in DMPlexCreateIsoperiodicPointSF_Private() local
907 PetscCall(PetscSFGetGraph(point_sf, NULL, &npoints, &pilocal, &piremote)); in DMPlexCreateIsoperiodicPointSF_Private()
915 if (pilocal) { in DMPlexCreateIsoperiodicPointSF_Private()
917 if (npoints > 0) PetscCall(PetscFindInt(c, npoints, pilocal, &found)); in DMPlexCreateIsoperiodicPointSF_Private()