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

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

#include <formula.hh>

Public Member Functions

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

Protected Member Functions

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

Protected Attributes

const concepts::ElementFormulaContainer< F > frm_
 ElementFormula. More...
 
concepts::Array< F > intermediateValueFrm_
 calculated values of the elementFormula on the integration poitnts More...
 
concepts::Array< F > intermediateValueHess_
 calculated second tangential derivatives of the parametrisation More...
 
concepts::Array< F > intermediateValueJac_
 calculated inverse Jacobian determinant on the integration points More...
 

Detailed Description

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

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

Computes intermediate data for element matrix computation.

Definition at line 233 of file formula.hh.

Constructor & Destructor Documentation

◆ BilinearFormHelper()

◆ ~BilinearFormHelper()

template<class F >
virtual hp1D::BilinearFormHelper< 2, 2, F >::~BilinearFormHelper ( )
virtual

Member Function Documentation

◆ computeIntermediate_()

template<class F >
void hp1D::BilinearFormHelper< 2, 2, F >::computeIntermediate_ ( const Element< Real > &  elm) const
protected

Compute the intermediate data for element matrix computation.

Member Data Documentation

◆ frm_

template<class F >
const concepts::ElementFormulaContainer<F> hp1D::BilinearFormHelper< 2, 2, F >::frm_
protected

ElementFormula.

Definition at line 254 of file formula.hh.

◆ intermediateValueFrm_

template<class F >
concepts::Array<F> hp1D::BilinearFormHelper< 2, 2, F >::intermediateValueFrm_
mutableprotected

calculated values of the elementFormula on the integration poitnts

Definition at line 248 of file formula.hh.

◆ intermediateValueHess_

template<class F >
concepts::Array<F> hp1D::BilinearFormHelper< 2, 2, F >::intermediateValueHess_
mutableprotected

calculated second tangential derivatives of the parametrisation

Definition at line 242 of file formula.hh.

◆ intermediateValueJac_

template<class F >
concepts::Array<F> hp1D::BilinearFormHelper< 2, 2, F >::intermediateValueJac_
mutableprotected

calculated inverse Jacobian determinant on the integration points

Definition at line 245 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