Note
The documentation on this page was automatically extracted from the DOLFIN C++ code and may need to be edited or expanded.
Parent class(es)
- ufc::function
This class represents a finite element basis function. It can be used for computation of basis function values and derivatives.
Evaluation of basis functions is also possible through the use of the functions evaluate_basis and evaluate_basis_derivatives available in the FiniteElement class. The BasisFunction class relies on these functions for evaluation but also implements the ufc::function interface which allows evaluate_dof to be evaluated for a basis function (on a possibly different element).
Create basis function with given index on element on given cell
Evaluate basis function at given point
Evaluate all order n derivatives at given point
Evaluate function at given point in cell