Class documentation of Concepts

Loading...
Searching...
No Matches
concepts::VectorElementFormula< F, 2, G > Class Template Reference
Inheritance diagram for concepts::VectorElementFormula< F, 2, G >:
concepts::VectorElementFormulaBase< F, 2, G > concepts::ElementFormula< Point< F, dim >, G > concepts::Cloneable concepts::OutputOperator

Public Types

typedef Point< F, dim > value_type
 

Public Member Functions

 VectorElementFormula (const std::vector< ElementFormulaContainer< F, G > > &formulas)
 
 VectorElementFormula (const ElementFormulaContainer< F, G > &frm1, const ElementFormulaContainer< F, G > &frm2)
 
Point< F, dim > operator() (const ElementWithCell< G > &elm, const Real p, const Real t=0.0) const
 
Point< F, dim > operator() (const ElementWithCell< G > &elm, const Real2d &p, const Real t=0.0) const
 
Point< F, dim > operator() (const ElementWithCell< G > &elm, const Real3d &p, const Real t=0.0) const
 
virtual VectorElementFormulaBase< F, dim, G > * clone () const
 Virtual copy constructor.
 
const std::vector< ElementFormulaContainer< F, G > > & getFormulas ()
 
ElementFormulaContainer< F, G > & operator[] (int i)
 

Protected Member Functions

virtual std::ostream & info (std::ostream &os) const
 Returns information in an output stream.
 

Protected Attributes

std::vector< ElementFormulaContainer< F, G > > formulas_
 

Detailed Description

template<typename F, typename G>
class concepts::VectorElementFormula< F, 2, G >

Definition at line 132 of file vectorElementFormula.hh.

Member Typedef Documentation

◆ value_type

typedef Point< F, dim > concepts::ElementFormula< Point< F, dim > , G >::value_type
inherited

Definition at line 37 of file elementFormula.hh.

Constructor & Destructor Documentation

◆ VectorElementFormula() [1/3]

template<typename F , typename G >
concepts::VectorElementFormula< F, 2, G >::VectorElementFormula ( )
inline

Definition at line 109 of file vectorElementFormula.hh.

◆ VectorElementFormula() [2/3]

template<typename F , typename G >
concepts::VectorElementFormula< F, 2, G >::VectorElementFormula ( const std::vector< ElementFormulaContainer< F, G > > &  formulas)
inline

Definition at line 109 of file vectorElementFormula.hh.

◆ VectorElementFormula() [3/3]

template<typename F , typename G >
concepts::VectorElementFormula< F, 2, G >::VectorElementFormula ( const ElementFormulaContainer< F, G > &  frm1,
const ElementFormulaContainer< F, G > &  frm2 
)
inline

Definition at line 109 of file vectorElementFormula.hh.

Member Function Documentation

◆ clone()

virtual VectorElementFormulaBase< F, dim, G > * concepts::VectorElementFormulaBase< F, dim, G >::clone ( ) const
inlinevirtualinherited

Virtual copy constructor.

Implements concepts::ElementFormula< Point< F, dim >, G >.

Definition at line 81 of file vectorElementFormula.hh.

◆ getFormulas()

const std::vector< ElementFormulaContainer< F, G > > & concepts::VectorElementFormulaBase< F, dim, G >::getFormulas ( )
inlineinherited

Definition at line 94 of file vectorElementFormula.hh.

◆ info()

virtual std::ostream & concepts::VectorElementFormulaBase< F, dim, G >::info ( std::ostream &  os) const
inlineprotectedvirtualinherited

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

Definition at line 109 of file vectorElementFormula.hh.

◆ operator()() [1/3]

Point< F, dim > concepts::VectorElementFormulaBase< F, dim, G >::operator() ( const ElementWithCell< G > &  elm,
const Real  p,
const Real  t = 0.0 
) const
inlinevirtualinherited

Evaluates the formula.

Parameters
elmElement
pPoint in space in local element coordinates
tPoint in time

Implements concepts::ElementFormula< Point< F, dim >, G >.

Definition at line 51 of file vectorElementFormula.hh.

◆ operator()() [2/3]

Point< F, dim > concepts::VectorElementFormulaBase< F, dim, G >::operator() ( const ElementWithCell< G > &  elm,
const Real2d p,
const Real  t = 0.0 
) const
inlinevirtualinherited

Evaluates the formula.

Parameters
elmElement
pPoint in space in local element coordinates
tPoint in time

Implements concepts::ElementFormula< Point< F, dim >, G >.

Definition at line 60 of file vectorElementFormula.hh.

◆ operator()() [3/3]

Point< F, dim > concepts::VectorElementFormulaBase< F, dim, G >::operator() ( const ElementWithCell< G > &  elm,
const Real3d p,
const Real  t = 0.0 
) const
inlinevirtualinherited

Evaluates the formula.

Parameters
elmElement
pPoint in space in local element coordinates
tPoint in time

Implements concepts::ElementFormula< Point< F, dim >, G >.

Definition at line 70 of file vectorElementFormula.hh.

◆ operator[]()

ElementFormulaContainer< F, G > & concepts::VectorElementFormulaBase< F, dim, G >::operator[] ( int  i)
inlineinherited

Definition at line 99 of file vectorElementFormula.hh.

Member Data Documentation

◆ formulas_

std::vector<ElementFormulaContainer<F, G> > concepts::VectorElementFormulaBase< F, dim, G >::formulas_
protectedinherited

Definition at line 107 of file vectorElementFormula.hh.


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