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