Home
last modified time | relevance | path

Searched defs:anchorSection (Results 1 – 2 of 2) sorted by relevance

/petsc/include/petsc/private/
H A Ddmpleximpl.h186 PetscSection anchorSection; /* maps constrained points to anchor points */ member
/petsc/src/dm/impls/plex/
H A Dplex.c10579 PetscErrorCode DMPlexGetAnchors(DM dm, PeOp PetscSection *anchorSection, PeOp IS *anchorIS) in DMPlexGetAnchors()
10616 PetscErrorCode DMPlexSetAnchors(DM dm, PetscSection anchorSection, IS anchorIS) in DMPlexSetAnchors()
10672 PetscSection anchorSection; in DMPlexCreateConstraintSection_Anchors() local
10828 PetscSection anchorSection, section, cSec; in DMCreateDefaultConstraints_Plex() local