Evaluate the degrees of freedom of a P1 + Bubble basis.  
 More...
#include <dumux/discretization/pq1bubble/pq1bubblelocalfiniteelement.hh>
template<class LocalBasis>
class Dumux::Detail::PQ1BubbleLocalInterpolation< LocalBasis >
- Template Parameters
- 
  
    | LocalBasis | The corresponding set of shape 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. 
 | 
|  | 
◆ interpolate()
template<class LocalBasis> 
template<typename F, typename C> 
 
- Template Parameters
- 
  
    | F | Type of function to evaluate |  | C | Type used for the values of the function |  
 
- Parameters
- 
  
    | [in] | f | Function to evaluate (call operator that gets a local position) |  | [out] | out | Array of function values |  
 
 
 
The documentation for this class was generated from the following file: