DMPlexRestoreJoin#
Restore an array for the join of the set of points obtained with DMPlexGetJoin()
Synopsis#
#include "petscdmplex.h"   
PetscErrorCode DMPlexRestoreJoin(DM dm, PetscInt numPoints, const PetscInt points[], PetscInt *numCoveredPoints, const PetscInt *coveredPoints[])
Not Collective
Input Parameters#
- dm - The - DMPLEXobject
- numPoints - The number of input points for the join 
- points - The input points 
Output Parameters#
- numCoveredPoints - The number of points in the join 
- coveredPoints - The points in the join 
Fortran Notes#
converedPoints must be declared with
  PetscInt, pointer :: coveredPoints(:)
Pass PETSC_NULL_INTEGER for numCoveredPoints if it is not needed
See Also#
DMPlex: Unstructured Grids, DM, DMPLEX, DMPlexGetJoin(), DMPlexGetFullJoin(), DMPlexGetMeet()
Level#
intermediate
Location#
Examples#
src/ts/tutorials/ex11.c
src/ts/tutorials/ex11_sa.c
Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages