Class documentation of Concepts

Loading...
Searching...
No Matches
hp2D::BilinearFormHelper_2_2< F > Class Template Reference

#include <bilinearFormHelper.hh>

Inheritance diagram for hp2D::BilinearFormHelper_2_2< F >:
hp2Dedge::RotRot< F >

Public Member Functions

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

Protected Member Functions

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

Protected Attributes

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

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(\underline{x})u(\underline{x})v(\underline{x})\,dx = \int\limits_{\hat{K}} \hat{u}(\xi)\,\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 262 of file bilinearFormHelper.hh.

Member Data Documentation

◆ frm_

template<class F >
concepts::ElementFormulaContainer<F> hp2D::BilinearFormHelper_2_2< F >::frm_
protected

ElementFormula.

Definition at line 276 of file bilinearFormHelper.hh.

◆ intermediateValue_

template<class F >
concepts::Array<F> hp2D::BilinearFormHelper_2_2< F >::intermediateValue_
mutableprotected

Intermediate value

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

Definition at line 274 of file bilinearFormHelper.hh.


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