PetscFEGetNumDof#
Returns the number of dofs (dual basis vectors) associated to mesh points on the reference cell of a given dimension
Synopsis#
#include "petscfe.h"
PetscErrorCode PetscFEGetNumDof(PetscFE fem, const PetscInt *numDof[])
Not Collective
Input Parameter#
fem - The
PetscFE
object
Output Parameter#
numDof - Array of length
dim
with the number of dofs in each dimension
See Also#
Level#
intermediate
Location#
Index of all FE routines
Table of Contents for all manual pages
Index of all manual pages