#include <formula.hh>
Public Member Functions | |
| LinearFormHelper (const concepts::ElementFormulaContainer< F > frm) | |
Protected Member Functions | |
| void | computeIntermediate_ (const BaseElement< 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 0-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} J\,d\xi\]](form_468.png)

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

Computes intermediate data for element matrix computation.
Definition at line 114 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 133 of file formula.hh.
|
mutableprotected |