petsc-3.7.7 2017-09-25
DMMoabGetFieldDofs
Gets the global degree-of-freedom of a field (component) defined on an array of MOAB EntityHandles.
Synopsis
#include "petscdmmoab.h"
PetscErrorCode DMMoabGetFieldDofs(DM dm,PetscInt npoints,const moab::EntityHandle* points,PetscInt field,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
|
| field | - the field (component) index
|
Output Parameter