#include "petscdmplex.h" PetscErrorCode DMPlexInsertCone(DM dm, PetscInt p, PetscInt conePos, PetscInt conePoint)Not collective
mesh | - The DMPlex | |
p | - The point, which must lie in the chart set with DMPlexSetChart() | |
conePos | - The local index in the cone where the point should be put | |
conePoint | - The mesh point to insert |