Home
last modified time | relevance | path

Searched refs:DMPlexGetSubdomainSection (Results 1 – 3 of 3) sorted by relevance

/petsc/include/
H A Dpetscdmplex.h382 PETSC_EXTERN PetscErrorCode DMPlexGetSubdomainSection(DM, PetscSection *);
/petsc/src/dm/impls/plex/
H A Dplex.c3050 PetscErrorCode DMPlexGetSubdomainSection(DM dm, PetscSection *subsection) in DMPlexGetSubdomainSection() function
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c2579 PetscCall(DMPlexGetSubdomainSection(dm, &subSection)); in PCBDDCDetectDisconnectedComponents()