Searched refs:PetscSectionSymDistribute (Results 1 – 4 of 4) sorted by relevance
104 PETSC_EXTERN PetscErrorCode PetscSectionSymDistribute(PetscSectionSym, PetscSF, PetscSectionSym *);
95 - Add `PetscSectionSymDistribute()`
277 if (sym) PetscCall(PetscSectionSymDistribute(sym, sf, &dsym)); in PetscSFDistributeSection()
3939 PetscErrorCode PetscSectionSymDistribute(PetscSectionSym sym, PetscSF migrationSF, PetscSectionSym … in PetscSectionSymDistribute() function