Home
last modified time | relevance | path

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

/petsc/include/petsc/private/ !
H A Ddmpleximpl.h201 PetscSection subdomainSection; member
/petsc/src/dm/impls/plex/ !
H A Dplex.c2849 PetscCall(PetscSectionDestroy(&mesh->subdomainSection)); in DMDestroy_Plex()
3056 if (!mesh->subdomainSection) { in DMPlexGetSubdomainSection()
3062 …ionCreateGlobalSection(section, sf, PETSC_TRUE, PETSC_FALSE, PETSC_TRUE, &mesh->subdomainSection)); in DMPlexGetSubdomainSection()
3065 *subsection = mesh->subdomainSection; in DMPlexGetSubdomainSection()