petsc-3.9.4 2018-09-11
Report Typos and Errors

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 with the number of dofs per dimension

See Also

PetscFECreate()

Level

intermediate

Location

src/dm/dt/interface/dtfe.c
Index of all DT routines
Table of Contents for all manual pages
Index of all manual pages