PETSc version 3.15.5
PetscFEGeomRestoreChunk
Restore the chunk 
Synopsis
#include "petscfe.h" 
PetscErrorCode PetscFEGeomRestoreChunk(PetscFEGeom *geom, PetscInt cStart, PetscInt cEnd, PetscFEGeom **chunkGeom)
Input Parameters
|  | geom | - PetscFEGeom object | 
|  | cStart | - The first cell in the chunk | 
|  | cEnd | - The first cell not in the chunk | 
|  | chunkGeom | - The chunk of cells | 
See Also
 PetscFEGeomGetChunk(), PetscFEGeomCreate()
Level
intermediate
Location
src/dm/dt/fe/interface/fegeom.c
Index of all FE routines
Table of Contents for all manual pages
Index of all manual pages