hp1D::BilinearFormHelper< 0, 0, F > Class Template Reference

#include <formula.hh>

Inheritance diagram for hp1D::BilinearFormHelper< 0, 0, F >:
hp1D::LinearFormHelper< 0, F >

Public Member Functions

 BilinearFormHelper (const concepts::ElementFormulaContainer< F > frm)
 
const concepts::ElementFormula< F > * formula () const
 

Protected Member Functions

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

Protected Attributes

const concepts::ElementFormulaContainer< F > frm_
 ElementFormula. More...
 
concepts::Array< F > intermediateValue_
 Intermediate value (on each quadrature point) More...
 

Detailed Description

template<class F>
class hp1D::BilinearFormHelper< 0, 0, F >

Definition at line 190 of file formula.hh.

Constructor & Destructor Documentation

◆ BilinearFormHelper()

template<class F >
hp1D::BilinearFormHelper< 0, 0, F >::BilinearFormHelper ( const concepts::ElementFormulaContainer< F >  frm)
inline

Definition at line 192 of file formula.hh.

Member Function Documentation

◆ computeIntermediate_()

template<class F >
void hp1D::LinearFormHelper< 0, F >::computeIntermediate_ ( const BaseElement< Real > &  elm) const
protectedinherited

Compute the intermediate data for element matrix computation.

This method is important for the derivated linear forms.

◆ formula()

template<class F >
const concepts::ElementFormula<F>* hp1D::BilinearFormHelper< 0, 0, F >::formula ( ) const
inline

Definition at line 196 of file formula.hh.

Member Data Documentation

◆ frm_

template<class F >
const concepts::ElementFormulaContainer<F> hp1D::LinearFormHelper< 0, F >::frm_
protectedinherited

ElementFormula.

Definition at line 133 of file formula.hh.

◆ intermediateValue_

template<class F >
concepts::Array<F> hp1D::LinearFormHelper< 0, F >::intermediateValue_
mutableprotectedinherited

Intermediate value (on each quadrature point)

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

Definition at line 130 of file formula.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