Searched refs:DMPlexInsertCone (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdmplex.pxi | 27 PetscErrorCode DMPlexInsertCone(PetscDM, PetscInt, PetscInt, PetscInt)
|
| H A D | DMPlex.pyx | 623 """DMPlexInsertCone - Insert a point into the in-edges for the point p in the DAG. 639 DMPlex.setConeSize, DM.setUp, petsc.DMPlexInsertCone 645 CHKERR(DMPlexInsertCone(self.dm, cp, cconePos, cconePoint))
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexfluent.c | 296 PetscCall(DMPlexInsertCone(dm, cell, c, face)); in InsertFace()
|
| H A D | plexinterpolate.c | 748 PetscCall(DMPlexInsertCone(idm, c, cf, f)); in DMPlexInterpolateFaces_Internal()
|
| H A D | plexsubmesh.c | 1844 PetscCall(DMPlexInsertCone(sdm, newp, c, csplitp)); in DMPlexConstructCohesiveCells_Internal()
|
| H A D | plex.c | 3573 PetscErrorCode DMPlexInsertCone(DM dm, PetscInt p, PetscInt conePos, PetscInt conePoint) in DMPlexInsertCone() function
|
| /petsc/include/ |
| H A D | petscdmplex.h | 50 PETSC_EXTERN PetscErrorCode DMPlexInsertCone(DM, PetscInt, PetscInt, PetscInt);
|