Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscsf.h162 PETSC_EXTERN PetscErrorCode PetscSFSetGraphSection(PetscSF, PetscSection, PetscSection);
/petsc/doc/manual/
H A Dsection.md169 This is generated via `PetscSFSetGraphSection()`.
/petsc/src/vec/is/sf/utils/
H A Dsfutils.c128 PetscErrorCode PetscSFSetGraphSection(PetscSF sf, PetscSection localSection, PetscSection globalSec… in PetscSFSetGraphSection() function
/petsc/src/dm/impls/plex/
H A Dplexsfc.c582 PetscCall(PetscSFSetGraphSection(sectionSF, localSection, globalSection)); in DMPlexCorrectOrientationForIsoperiodic()
/petsc/src/dm/interface/
H A Ddm.c4801 PetscCall(PetscSFSetGraphSection(dm->sectionSF, localSection, globalSection)); in DMCreateSectionSF()