#include "petscdmda.h" PetscErrorCode DMDARestoreElements(DM dm,PetscInt *nel,PetscInt *nen,const PetscInt *e[])Not Collective
dm | - the DM object | |
nel | - number of local elements | |
nen | - number of element nodes | |
e | - the local indices of the elements' vertices |
Note: You should not access these values after you have called this routine.
This restore signals the DMDA object that you no longer need access to the array information.
Not supported in Fortran