#include <linearFormHelper.hh>
Public Member Functions | |
| LinearFormHelper_0 (const concepts::ElementFormulaContainer< F > frm=concepts::ElementFormulaContainer< F >()) | |
| void | data (const concepts::RCP< concepts::SharedJacobianDet > d) |
| Set the pointer to the shared data. | |
| concepts::RCP< concepts::SharedJacobianDet > | data () const |
| Gets the pointer to the shared data. | |
Protected Member Functions | |
| void | computeIntermediate_ (const BaseQuad< concepts::Real > &elm) const |
Protected Attributes | |
| concepts::Array< F > | intermediateValue_ |
| concepts::ElementFormulaContainer< F > | frm_ |
| ElementFormula. | |
| concepts::RCP< concepts::SharedJacobianDet > | sharedData_ |
| Shared data for vectorial bilinear forms. | |
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} \det J\,d\xi\]](form_535.png)

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

Computes intermediate data for element matrix computation.
Definition at line 51 of file linearFormHelper.hh.
|
protected |
Compute the intermediate data for element matrix computation
This method is important for the derivated linear forms.
|
protected |
ElementFormula.
Definition at line 77 of file linearFormHelper.hh.
|
mutableprotected |
|
protected |
Shared data for vectorial bilinear forms.
Definition at line 79 of file linearFormHelper.hh.