#include <formula.hh>
| Public Member Functions | |
| LinearFormHelper (const concepts::ElementFormulaContainer< F > frm) | |
| Protected Member Functions | |
| void | computeIntermediate_ (const Element< Real > &elm) const | 
| Protected Attributes | |
| concepts::Array< F > | intermediateValue_ | 
| const concepts::ElementFormulaContainer< F > | frm_ | 
| ElementFormula. | |
Helper class for linearforms l(v), where v is a 1-form.
![\[\displaystyle l(v)
= \int\limits_K f(x)^\top v\,dx
= \int\limits_{\hat{K}} f(F_K(\xi))^\top
\hat{v}\,\circ F_K^{-1} \,d\xi\]](form_472.png)

![$\hat{K} = [0,1]$](form_470.png)


Computes intermediate data for element matrix computation.
Definition at line 155 of file formula.hh.
| 
 | protected | 
Compute the intermediate data for element matrix computation
This method is important for the derivated linear forms.
| 
 | protected | 
ElementFormula.
Definition at line 174 of file formula.hh.
| 
 | mutableprotected |