Home
last modified time | relevance | path

Searched refs:DMPlexInsertSupport (Results 1 – 4 of 4) sorted by relevance

/petsc/src/dm/impls/plex/transform/impls/extrude/
H A Dplextrcohesive.c953 PetscCall(DMPlexInsertSupport(dm, cone[s], s, neighbor)); in OrderCohesiveSupport_Private()
954 PetscCall(DMPlexInsertSupport(dm, cone[s], 1 - s, p)); in OrderCohesiveSupport_Private()
/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c1012 PetscCall(DMPlexInsertSupport(gdm, newFace, 1, ghostCell)); in DMPlexConstructGhostCells_Internal()
1538 PetscCall(DMPlexInsertSupport(sdm, newp, s, hybcell)); in DMPlexConstructCohesiveCells_Internal()
1541 PetscCall(DMPlexInsertSupport(sdm, splitp, s, hybcell)); in DMPlexConstructCohesiveCells_Internal()
1546 PetscCall(DMPlexInsertSupport(sdm, newp, s, hybcell)); in DMPlexConstructCohesiveCells_Internal()
1549 PetscCall(DMPlexInsertSupport(sdm, splitp, s, hybcell)); in DMPlexConstructCohesiveCells_Internal()
H A Dplex.c3858 PetscErrorCode DMPlexInsertSupport(DM dm, PetscInt p, PetscInt supportPos, PetscInt supportPoint) in DMPlexInsertSupport() function
/petsc/include/
H A Dpetscdmplex.h58 PETSC_EXTERN PetscErrorCode DMPlexInsertSupport(DM, PetscInt, PetscInt, PetscInt);