#include "petscdmmoab.h" PetscErrorCode DMMoabGetFieldDof(DM dm,moab::EntityHandle point,PetscInt field,PetscInt* dof)Not Collective
dm | - the discretization manager object | |
point | - the MOAB EntityHandle container which holds the field degree-of-freedom values | |
field | - the field (component) index |
Level:beginner
Location:src/dm/impls/moab/dmmbfield.cxx
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages
dof | - the global degree-of-freedom index corresponding to the field in the discrete representation (Vec, Mat) |