Searched refs:conePoint (Results 1 – 2 of 2) sorted by relevance
622 def insertCone(self, p: int, conePos: int, conePoint: int) -> None:633 conePoint644 cdef PetscInt cconePoint = asInt(conePoint)
3573 PetscErrorCode DMPlexInsertCone(DM dm, PetscInt p, PetscInt conePos, PetscInt conePoint) in DMPlexInsertCone() argument3584 …conePoint < pStart) && !(conePoint >= pEnd), PetscObjectComm((PetscObject)dm), PETSC_ERR_ARG_OUTOF… in DMPlexInsertCone()3589 mesh->cones[off + conePos] = conePoint; in DMPlexInsertCone()