petsc-3.7.1 2016-05-15
DMMoabGetFieldDofsLocal
Gets the local degrees-of-freedom of a field (component) defined on an array of MOAB EntityHandles.
Synopsis
#include "petscdmmoab.h"
PetscErrorCode DMMoabGetFieldDofsLocal(DM dm,PetscInt npoints,const moab::EntityHandle* points,PetscInt field,PetscInt* dof)
Not Collective Many br
Input Parameters
| dm | - the discretization manager object Many br |
| npoints | - the total number of Entities in the points array Many br |
| points | - the MOAB EntityHandle container array which holds the field degree-of-freedom values Many br |
| field | - the field (component) index Many br |
Output Parameter