Home
last modified time | relevance | path

Searched defs:localSection (Results 1 – 5 of 5) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexnatural.c88 PetscSection localSection; in DMPlexCreateGlobalToNaturalSF() local
H A Dplexsfc.c545 PetscSection csection, localSection = NULL; in DMPlexCorrectOrientationForIsoperiodic() local
/petsc/src/vec/is/sf/utils/
H A Dsfutils.c128 PetscErrorCode PetscSFSetGraphSection(PetscSF sf, PetscSection localSection, PetscSection globalSec… in PetscSFSetGraphSection()
/petsc/include/petsc/private/
H A Ddmimpl.h275 PetscSection localSection; /* Layout for local vectors */ member
/petsc/src/dm/interface/
H A Ddm.c4557 static PetscErrorCode DMDefaultSectionCheckConsistency_Internal(DM dm, PetscSection localSection, P… in DMDefaultSectionCheckConsistency_Internal()
4797 PetscErrorCode DMCreateSectionSF(DM dm, PetscSection localSection, PetscSection globalSection) in DMCreateSectionSF()