Home
last modified time | relevance | path

Searched refs:DMPlexGetSupportSection (Results 1 – 2 of 2) sorted by relevance

/petsc/include/
H A Dpetscdmplex.h60 PETSC_EXTERN PetscErrorCode DMPlexGetSupportSection(DM, PetscSection *);
/petsc/src/dm/impls/plex/
H A Dplex.c5829 PetscErrorCode DMPlexGetSupportSection(DM dm, PetscSection *section) in DMPlexGetSupportSection() function
9364 PetscCall(DMPlexGetSupportSection(dm, &supportSection)); in DMPlexCheckSymmetry()