#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 |
dof | - the global degree-of-freedom index corresponding to the field in the discrete representation (Vec, Mat) |