#include <bilinearFormHelper.hh>
Public Member Functions | |
| BilinearFormHelper_2_1 (const concepts::ElementFormulaContainer< F > frm1, const concepts::ElementFormulaContainer< F > frm2) | |
| BilinearFormHelper_2_1 (const concepts::ElementFormulaContainer< concepts::Point< F, 2 > > frm) | |
Protected Member Functions | |
| void | computeIntermediate_ (const BaseQuad< Real > &elm) const |
| Compute the intermediate data for element matrix computation. | |
Protected Attributes | |
| ArrayElementFormula< concepts::Point< F, 2 > > | intermediateVector_ |
| concepts::ElementFormulaContainer< concepts::Point< F, 2 > > | frm_ |
| ElementFormula. | |
Helper class for bilinearforms 


![\[\displaystyle a(u,\underline{v}) = \int\limits_K \underline{f}(x)\cdot u(x)\underline{v}(x)\,dx
= \int\limits_{\hat{K}} (J^{-1}(F_K(\underline{\xi}))\underline{f}(F_K(\underline{\xi})))\cdot \hat{u}(\underline{\xi})\hat{\underline{v}}(\underline{\xi})\,d\underline{\xi}\]](form_512.png)
J is the Jacobian matrix.
Computes intermediate data for element matrix computation.
Definition at line 229 of file bilinearFormHelper.hh.
|
protected |
ElementFormula.
Definition at line 248 of file bilinearFormHelper.hh.
|
mutableprotected |
Intermediate vector (on each quadrature point)
![\[J^{-1}(F_K(\underline{\xi}))\underline{f}(F_K(\xi))\]](form_520.png)
Definition at line 245 of file bilinearFormHelper.hh.