PetscSFDeregisterPersistent#

Signal that repeated usage of root and leaf data for PetscSF communication has concluded.

Synopsis#

#include "petscsf.h" 
PetscErrorCode PetscSFDeregisterPersistent(PetscSF sf, MPI_Datatype unit, const void *rootdata, const void *leafdata)

Collective

Input Parameters#

Note#

See PetscSFRegisterPersistent() for when/how to use this function.

See Also#

PetscSF, PETSCSFWINDOW, PetscSFRegisterPersistent()

Level#

advanced

Location#

src/vec/is/sf/interface/sf.c

Examples#

src/vec/is/sf/tutorials/ex3.c
src/vec/is/sf/tutorials/ex1.c

Implementations#

PetscSFDeregisterPersistent_Window() in src/vec/is/sf/impls/window/sfwindow.c


Index of all PetscSF routines
Table of Contents for all manual pages
Index of all manual pages