Home
last modified time | relevance | path

Searched refs:DMPlexInsertCone (Results 1 – 7 of 7) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmplex.pxi27 PetscErrorCode DMPlexInsertCone(PetscDM, PetscInt, PetscInt, PetscInt)
H A DDMPlex.pyx623 """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 Dplexfluent.c296 PetscCall(DMPlexInsertCone(dm, cell, c, face)); in InsertFace()
H A Dplexinterpolate.c748 PetscCall(DMPlexInsertCone(idm, c, cf, f)); in DMPlexInterpolateFaces_Internal()
H A Dplexsubmesh.c1844 PetscCall(DMPlexInsertCone(sdm, newp, c, csplitp)); in DMPlexConstructCohesiveCells_Internal()
H A Dplex.c3573 PetscErrorCode DMPlexInsertCone(DM dm, PetscInt p, PetscInt conePos, PetscInt conePoint) in DMPlexInsertCone() function
/petsc/include/
H A Dpetscdmplex.h50 PETSC_EXTERN PetscErrorCode DMPlexInsertCone(DM, PetscInt, PetscInt, PetscInt);