Searched refs:DMPlexInsertSupport (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/dm/impls/plex/transform/impls/extrude/ |
| H A D | plextrcohesive.c | 953 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 D | plexsubmesh.c | 1012 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 D | plex.c | 3858 PetscErrorCode DMPlexInsertSupport(DM dm, PetscInt p, PetscInt supportPos, PetscInt supportPoint) in DMPlexInsertSupport() function
|
| /petsc/include/ |
| H A D | petscdmplex.h | 58 PETSC_EXTERN PetscErrorCode DMPlexInsertSupport(DM, PetscInt, PetscInt, PetscInt);
|