Class documentation of Concepts

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

#include <linearFormHelper.hh>

Public Member Functions

 LinearFormHelper_t (const concepts::ElementFormulaContainer< F > frm)
 

Protected Member Functions

void computeIntermediate_ (const BaseQuad< concepts::Real > &elm) const
 

Protected Attributes

concepts::Array< F > intermediateValue_
 
concepts::ElementFormulaContainer< F > frm_
 ElementFormula.
 

Detailed Description

template<class F>
class hp2D::LinearFormHelper_t< F >

Helper class for a linearforms l(v).

Precomputes intermediate data for element matrix computation, this is

\[f(F_K(\xi)) / det J\]

which is stored for each quadrature point.

Author
Kersten Schmidt, 2023

Definition at line 201 of file linearFormHelper.hh.

Constructor & Destructor Documentation

◆ ~LinearFormHelper_t()

template<class F >
virtual hp2D::LinearFormHelper_t< F >::~LinearFormHelper_t ( )
inlinevirtual

Definition at line 205 of file linearFormHelper.hh.

Member Function Documentation

◆ computeIntermediate_()

template<class F >
void hp2D::LinearFormHelper_t< 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_t< F >::frm_
protected

ElementFormula.

Definition at line 220 of file linearFormHelper.hh.

◆ intermediateValue_

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

Intermediate vector (on each quadrature point)

\[f(F_K(\xi)) / det J \]

Definition at line 217 of file linearFormHelper.hh.


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