Searched refs:PetscSFSetGraphSection (Results 1 – 5 of 5) sorted by relevance
162 PETSC_EXTERN PetscErrorCode PetscSFSetGraphSection(PetscSF, PetscSection, PetscSection);
169 This is generated via `PetscSFSetGraphSection()`.
128 PetscErrorCode PetscSFSetGraphSection(PetscSF sf, PetscSection localSection, PetscSection globalSec… in PetscSFSetGraphSection() function
582 PetscCall(PetscSFSetGraphSection(sectionSF, localSection, globalSection)); in DMPlexCorrectOrientationForIsoperiodic()
4801 PetscCall(PetscSFSetGraphSection(dm->sectionSF, localSection, globalSection)); in DMCreateSectionSF()