Class documentation of Concepts

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

#include <linearFormHelper.hh>

Inheritance diagram for hp2D::LinearFormHelper_0< F >:
hp2D::BilinearFormHelper_0_0< Real > hp2D::BilinearFormHelper_0_0< F > hp2D::Riesz< F > hp2D::l2::Riesz< F > hp2D::Identity< F >

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::SharedJacobianDetdata () 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::SharedJacobianDetsharedData_
 Shared data for vectorial bilinear forms.
 

Detailed Description

template<class F>
class hp2D::LinearFormHelper_0< F >

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\]

$F_K$ is the element mapping from reference element $\hat{K} = [0,1]^2$, $J$ is the Jacobian matrix.

Computes intermediate data for element matrix computation.

Author
Kersten Schmidt, 2005

Definition at line 51 of file linearFormHelper.hh.

Member Function Documentation

◆ computeIntermediate_()

template<class F >
void hp2D::LinearFormHelper_0< F >::computeIntermediate_ ( const BaseQuad< concepts::Real > &  elm) const
protected

Compute the intermediate data for element matrix computation

This method is important for the derivated linear forms.

Member Data Documentation

◆ frm_

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

ElementFormula.

Definition at line 77 of file linearFormHelper.hh.

◆ intermediateValue_

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

Intermediate value (on each quadrature point)

\[f(F_K(\xi))^\top \det J\]

Definition at line 74 of file linearFormHelper.hh.

◆ sharedData_

template<class F >
concepts::RCP<concepts::SharedJacobianDet> hp2D::LinearFormHelper_0< F >::sharedData_
protected

Shared data for vectorial bilinear forms.

Definition at line 79 of file linearFormHelper.hh.


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