Note
The documentation on this page was automatically extracted from the DOLFIN C++ code and may need to be edited or expanded.
This is a wrapper for a UFC finite element (ufc::finite_element).
Create finite element from UFC finite element (data may be shared)
Return a string identifying the finite element
Return the cell shape
Return the dimension of the finite element function space
Return the rank of the value space
Return the dimension of the value space for axis i
Evaluate basis function i at given point in cell
Evaluate all basis functions at given point in cell
Evaluate order n derivatives of basis function i at given point in cell
Evaluate order n derivatives of all basis functions at given point in cell
Evaluate linear functional for dof i on the function f
Evaluate linear functionals for all dofs on the function f
Interpolate vertex values from dof values
Map coordinate xhat from reference cell to coordinate x in cell
Map from coordinate x in cell to coordinate xhat in reference cell
Return the number of sub elements (for a mixed element)
Return simple hash of the signature string
Create a new finite element for sub element i (for a mixed element)
Create a new class instance
Extract sub finite element for component
Return underlying UFC element. Intended for libray usage only and may change.