#include "petscdmmoab.h" PetscErrorCode DMMoabGetDofsLocal(DM dm, PetscInt npoints, const moab::EntityHandle* points, PetscInt* dof)Not Collective
dm | - the discretization manager object | |
npoints | - the total number of Entities in the points array | |
points | - the MOAB EntityHandle container array which holds the field degree-of-freedom values |
dof | - the local degree-of-freedom index array corresponding to the field in the discrete representation (Vec, Mat) |