Evaluate the degrees of freedom of a P1 + Bubble basis. More...
#include <dumux/discretization/pq1bubble/pq1bubblelocalfiniteelement.hh>
Evaluate the degrees of freedom of a P1 + Bubble basis.
LocalBasis | The corresponding set of shape functions |
Public Member Functions | |
template<typename F , typename C > | |
void | interpolate (const F &f, std::vector< C > &out) const |
Evaluate a given function at the vertices and the cell midpoint. More... | |
|
inline |
Evaluate a given function at the vertices and the cell midpoint.
F | Type of function to evaluate |
C | Type used for the values of the function |
[in] | f | Function to evaluate (call operator that gets a local position) |
[out] | out | Array of function values |