Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/impls/basic/allgatherv/
H A Dsfallgatherv.c208 PetscCall(PetscSFLinkReclaim(sf, &link)); in PetscSFReduceEnd_Allgatherv()
239 PetscCall(PetscSFLinkReclaim(sf, &link)); in PetscSFBcastToZero_Allgatherv()
309 PetscCall(PetscSFLinkReclaim(sf, &link)); in PetscSFFetchAndOpBegin_Allgatherv()
/petsc/src/vec/is/sf/impls/basic/allgather/
H A Dsfallgather.c109 PetscCall(PetscSFLinkReclaim(sf, &link)); in PetscSFBcastToZero_Allgather()
/petsc/src/vec/is/sf/impls/basic/
H A Dsfbasic.c380 PetscCall(PetscSFLinkReclaim(sf, &link)); in PetscSFBcastEnd_Basic()
416 PetscCall(PetscSFLinkReclaim(sf, &link)); in PetscSFReduceEnd_Basic()
445 PetscCall(PetscSFLinkReclaim(sf, &link)); in PetscSFFetchAndOpEnd_Basic()
H A Dsfpack.h216 PETSC_INTERN PetscErrorCode PetscSFLinkReclaim(PetscSF, PetscSFLink *);
H A Dsfpack.c465 PetscErrorCode PetscSFLinkReclaim(PetscSF sf, PetscSFLink *mylink) in PetscSFLinkReclaim() function