Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex23.c9 PetscBool submesh; /* Try with a boundary submesh */ member
56 options->submesh = PETSC_FALSE; in ProcessOptions()
62 …ubmesh", "Flag for trying boundary submesh", "ex23.c", options->submesh, &options->submesh, NULL)); in ProcessOptions()
354 if (user.submesh) { in main()
/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c3092 DM_Plex *submesh = (DM_Plex *)subdm->data; in DMPlexInsertFace_Internal() local
3112 PetscCall(PetscSectionGetDof(submesh->coneSection, f, &dof)); in DMPlexInsertFace_Internal()
3113 PetscCall(PetscSectionGetOffset(submesh->coneSection, f, &off)); in DMPlexInsertFace_Internal()
3116 const PetscInt p = submesh->cones[off + d]; in DMPlexInsertFace_Internal()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDMPlex.pyx1478 Flag to flip the submesh normal and replace points