Class documentation of Concepts

Loading...
Searching...
No Matches

#include <bilinearForm.hh>

Inheritance diagram for hp2Dedge::Rotuv:
concepts::BilinearForm< Real > hp2D::LinearFormHelper_2< Real > concepts::Cloneable concepts::OutputOperator

Public Member Functions

 Rotuv (const concepts::ElementFormulaContainer< Real > frm=concepts::ElementFormulaContainer< Real >())
 
void operator() (const concepts::Element< Real > &elmX, const concepts::Element< Real > &elmY, concepts::ElementMatrix< Real > &em) const
 
void operator() (const hp2D::Quad< Real > &elmX, const Quad< Real > &elmY, concepts::ElementMatrix< Real > &em) const
 
void operator() (const hp2D::l2::Quad< Real > &elmX, const Quad< Real > &elmY, concepts::ElementMatrix< Real > &em) const
 
virtual Rotuvclone () const
 
virtual void operator() (const Element< typename Realtype< Real >::type > &elmX, const Element< typename Realtype< Real >::type > &elmY, ElementMatrix< Real > &em) const=0
 
virtual void operator() (const Element< typename Realtype< Real >::type > &elmX, const Element< typename Realtype< Real >::type > &elmY, ElementMatrix< Real > &em, const ElementPair< typename Realtype< Real >::type > &ep) const
 

Protected Member Functions

virtual std::ostream & info (std::ostream &os) const
 Returns information in an output stream.
 
void computeIntermediate_ (const BaseQuad< concepts::Real > &elm) const
 

Protected Attributes

ArrayElementFormula< Real > intermediateValue_
 
concepts::ElementFormulaContainer< Real > frm_
 ElementFormula.
 

Detailed Description

A function class to calculate element matrices for the bilinear form

\[\int\limits_{K}f(\xi) \mathrm{curl}_{\mathrm{2D}}\underline{u}(\xi)\;v(\xi)\;d\underline{\xi}
   = \int\limits_{\hat{K}}f(F_K\hat{\xi})\mathrm{curl}_{\mathrm{2D}}\hat{u}(\hat{\xi})\;\hat{v}(\hat{\xi}) \;d\underline{\hat{\xi}}\]

Author
Kersten Schmidt, 2015

Definition at line 88 of file bilinearForm.hh.

Constructor & Destructor Documentation

◆ ~Rotuv()

virtual hp2Dedge::Rotuv::~Rotuv ( )
inlinevirtual

Definition at line 94 of file bilinearForm.hh.

Member Function Documentation

◆ clone()

virtual Rotuv * hp2Dedge::Rotuv::clone ( ) const
inlinevirtual

Virtual constructor. Returns a pointer to a copy of itself. The caller is responsible to destroy this copy.

Implements concepts::BilinearForm< Real >.

Definition at line 102 of file bilinearForm.hh.

◆ computeIntermediate_()

void hp2D::LinearFormHelper_2< Real >::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.

◆ info()

virtual std::ostream & hp2Dedge::Rotuv::info ( std::ostream &  os) const
protectedvirtual

Returns information in an output stream.

Reimplemented from concepts::BilinearForm< Real >.

◆ operator()() [1/2]

virtual void concepts::BilinearForm< Real , typename Realtype<Real >::type >::operator() ( const Element< typename Realtype<Real >::type > &  elmX,
const Element< typename Realtype<Real >::type > &  elmY,
ElementMatrix< Real > &  em 
) const
pure virtualinherited

Evaluates the bilinear form for all shape functions on elmX and elmY and stores the result in the matrix em.

Postcondition
The returned matrix em has the correct size.
Parameters
elmXLeft element (test functions)
elmYRight element (trial functions)
emReturn element matrix

◆ operator()() [2/2]

virtual void concepts::BilinearForm< Real , typename Realtype<Real >::type >::operator() ( const Element< typename Realtype<Real >::type > &  elmX,
const Element< typename Realtype<Real >::type > &  elmY,
ElementMatrix< Real > &  em,
const ElementPair< typename Realtype<Real >::type > &  ep 
) const
inlinevirtualinherited

Evaluates the bilinear form for all shape functions on elmX and elmY and stores the result in the matrix em. If this method is not reimplemented in a derived class, the default behaviour is to call the application operator without ep.

Postcondition
The returned matrix em has the correct size.
Parameters
elmXLeft element
elmYRight element
emReturn element matrix
epElement pair holding more information on the pair elmX and elmY

Definition at line 57 of file bilinearForm.hh.

Member Data Documentation

◆ frm_

concepts::ElementFormulaContainer<Real > hp2D::LinearFormHelper_2< Real >::frm_
protectedinherited

ElementFormula.

Definition at line 185 of file linearFormHelper.hh.

◆ intermediateValue_

ArrayElementFormula<Real > hp2D::LinearFormHelper_2< Real >::intermediateValue_
mutableprotectedinherited

Intermediate vector (on each quadrature point)

\[f(F_K(\xi))\]

Definition at line 182 of file linearFormHelper.hh.


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