hp2D::BilinearFormHelper_0_0< F > Class Template Reference

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

#include <bilinearFormHelper.hh>

Inheritance diagram for hp2D::BilinearFormHelper_0_0< F >:
hp2D::LinearFormHelper_0< F >

Public Member Functions

 BilinearFormHelper_0_0 (const concepts::ElementFormulaContainer< F > frm=concepts::ElementFormulaContainer< F >())
 
concepts::RCP< concepts::SharedJacobianDetdata () const
 Gets the pointer to the shared data. More...
 
void data (const concepts::RCP< concepts::SharedJacobianDet > d)
 Set the pointer to the shared data. More...
 
const concepts::ElementFormulaContainer< F > formula () const
 

Protected Member Functions

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

Protected Attributes

concepts::ElementFormulaContainer< F > frm_
 ElementFormula. More...
 
concepts::Array< F > intermediateValue_
 Intermediate value (on each quadrature point) More...
 
concepts::RCP< concepts::SharedJacobianDetsharedData_
 Shared data for vectorial bilinear forms. More...
 

Detailed Description

template<class F>
class hp2D::BilinearFormHelper_0_0< F >

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

Computes intermediate data for element matrix computation.

See also
LinearFormHelper_0 the internals are all the same.

Definition at line 50 of file bilinearFormHelper.hh.

Constructor & Destructor Documentation

◆ BilinearFormHelper_0_0()

Definition at line 52 of file bilinearFormHelper.hh.

Member Function Documentation

◆ computeIntermediate_()

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

Compute the intermediate data for element matrix computation.

This method is important for the derivated linear forms.

◆ data() [1/2]

template<class F >
concepts::RCP<concepts::SharedJacobianDet> hp2D::LinearFormHelper_0< F >::data ( ) const
inherited

Gets the pointer to the shared data.

◆ data() [2/2]

template<class F >
void hp2D::LinearFormHelper_0< F >::data ( const concepts::RCP< concepts::SharedJacobianDet d)
inherited

Set the pointer to the shared data.

◆ formula()

template<class F >
const concepts::ElementFormulaContainer<F> hp2D::BilinearFormHelper_0_0< F >::formula ( ) const
inline

Definition at line 57 of file bilinearFormHelper.hh.

Member Data Documentation

◆ frm_

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

ElementFormula.

Definition at line 77 of file linearFormHelper.hh.

◆ intermediateValue_

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

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_
protectedinherited

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:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich