Home
last modified time | relevance | path

Searched refs:PetscSFRegisterPersistent (Results 1 – 5 of 5) sorted by relevance

/petsc/src/vec/is/sf/tutorials/
H A Dex3.c70 PetscCall(PetscSFRegisterPersistent(sf, contig, bufA, bufAout)); in main()
H A Dex1.c183 PetscCall(PetscSFRegisterPersistent(sf, MPIU_INT, rootdata, leafdata)); in main()
/petsc/include/
H A Dpetscsf.h197 PETSC_EXTERN PetscErrorCode PetscSFRegisterPersistent(PetscSF, MPI_Datatype, const void *, const vo…
/petsc/doc/changes/
H A D322.md58 - Add `PetscSFRegisterPersistent()` and `PetscSFDeregisterPersistent()` for safe optimization of pe…
/petsc/src/vec/is/sf/interface/
H A Dsf.c2681 PetscErrorCode PetscSFRegisterPersistent(PetscSF sf, MPI_Datatype unit, const void *rootdata, const… in PetscSFRegisterPersistent() function