petsc-3.9.4 2018-09-11
DMMoabGetDofsLocal
Gets the local degree-of-freedom for all fields (components) defined on an array of MOAB EntityHandles.
Synopsis
#include "petscdmmoab.h"
PetscErrorCode DMMoabGetDofsLocal(DM dm, PetscInt npoints, const moab::EntityHandle* points, PetscInt* dof)
Not Collective
Input Parameters
| 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
|
Output Parameter