#include "petscdmplex.h" PetscErrorCode DMPlexRestoreMeet(DM dm, PetscInt numPoints, const PetscInt points[], PetscInt *numCoveredPoints, const PetscInt **coveredPoints)Not Collective
dm | - The DMPlex object | |
numPoints | - The number of input points for the meet | |
points | - The input points |
numCoveredPoints | - The number of points in the meet | |
coveredPoints | - The points in the meet |
The numCoveredPoints argument is not present in the Fortran 90 binding since it is internal to the array.