Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Protected Member Functions | Protected Attributes
hp2D::BilinearFormHelper_2_2< F > Class Template Reference

Helper class for bilinearforms a(u,v), where u and v are 2-forms. More...

#include <bilinearFormHelper.hh>

Inheritance diagram for hp2D::BilinearFormHelper_2_2< F >:
Inheritance graph
[legend]
Collaboration diagram for hp2D::BilinearFormHelper_2_2< F >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 BilinearFormHelper_2_2 (const concepts::ElementFormulaContainer< F > frm=concepts::ElementFormulaContainer< F >())
virtual ~BilinearFormHelper_2_2 ()

Protected Member Functions

void computeIntermediate_ (const BaseQuad< Real > &elm)
 Compute the intermediate data for element matrix computation.

Protected Attributes

concepts::ElementFormulaContainer
< F > 
frm_
 ElementFormula.
concepts::Array< F > intermediateValue_
 Intermediate value.

Detailed Description

template<class F>
class hp2D::BilinearFormHelper_2_2< F >

Helper class for bilinearforms a(u,v), where u and v are 2-forms.

\[\displaystyle a(u,v) = \int\limits_K f(x)uv\,dx = \int\limits_{\hat{K}} \hat{u}\,\circ F_K^{-1}\hat{v}\,\circ F_K^{-1}f(F_K(\xi))\det J^{-1}\,d\xi\]

J is the Jacobian matrix.

Computes intermediate data for element matrix computation.

Definition at line 249 of file bilinearFormHelper.hh.


Constructor & Destructor Documentation

template<class F>
virtual hp2D::BilinearFormHelper_2_2< F >::~BilinearFormHelper_2_2 ( ) [virtual]

Member Function Documentation

template<class F>
void hp2D::BilinearFormHelper_2_2< F >::computeIntermediate_ ( const BaseQuad< Real > &  elm) [protected]

Compute the intermediate data for element matrix computation.


Member Data Documentation

ElementFormula.

Definition at line 263 of file bilinearFormHelper.hh.

template<class F>
concepts::Array<F> hp2D::BilinearFormHelper_2_2< F >::intermediateValue_ [protected]

Intermediate value.

\[\frac{f(F_K(\xi))}{\det J}^{-1}\]

Definition at line 261 of file bilinearFormHelper.hh.


The documentation for this class was generated from the following file:

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)