Element formula for a mean value on edges of elements of an other element formula. More...
#include <formula.hh>


Public Types | |
| typedef F | value_type |
Public Member Functions | |
| virtual ElementFormulaEdgeMean < F > * | clone () const |
| Virtual copy constructor. | |
| ElementFormulaEdgeMean (const hp2D::TraceSpace &spc, const concepts::Vector< F > &v, const concepts::ElementFunction< F > &f) | |
| virtual F | operator() (const ElementWithCell< typename Realtype< F >::type > &elm, const Real2d &p, const Real t=0.0) const =0 |
| virtual F | operator() (const ElementWithCell< typename Realtype< F >::type > &elm, const Real p, const Real t=0.0) const =0 |
| Evaluates the formula. | |
| virtual F | operator() (const concepts::ElementWithCell< Real > &elm, const Real p, const Real t=0.0) const |
| virtual F | operator() (const concepts::ElementWithCell< Real > &elm, const concepts::Real3d &p, const Real t=0.0) const |
| virtual F | operator() (const concepts::ElementWithCell< Real > &elm, const concepts::Real2d &p, const Real t=0.0) const |
| virtual F | operator() (const ElementWithCell< typename Realtype< F >::type > &elm, const Real3d &p, const Real t=0.0) const =0 |
Protected Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Private Attributes | |
| std::auto_ptr< const concepts::ElementFunction< F > > | f_ |
| Element function. | |
| const hp2D::TraceSpace & | spc_ |
| Trace space. | |
| const concepts::Vector< F > & | v_ |
| Coefficient vector. | |
Element formula for a mean value on edges of elements of an other element formula.
Definition at line 233 of file formula.hh.
typedef F concepts::ElementFormula< F, typename Realtype<F>::type >::value_type [inherited] |
Definition at line 31 of file elementFormula.hh.
| hp2D::ElementFormulaEdgeMean< F >::ElementFormulaEdgeMean | ( | const hp2D::TraceSpace & | spc, |
| const concepts::Vector< F > & | v, | ||
| const concepts::ElementFunction< F > & | f | ||
| ) |
| virtual ElementFormulaEdgeMean<F>* hp2D::ElementFormulaEdgeMean< F >::clone | ( | ) | const [inline, virtual] |
Virtual copy constructor.
Implements concepts::ElementFormula< F >.
Definition at line 253 of file formula.hh.
| virtual std::ostream& hp2D::ElementFormulaEdgeMean< F >::info | ( | std::ostream & | os | ) | const [protected, virtual] |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
| virtual F concepts::ElementFormula< F, typename Realtype<F>::type >::operator() | ( | const ElementWithCell< typename Realtype<F>::type > & | elm, |
| const Real2d & | p, | ||
| const Real | t = 0.0 |
||
| ) | const [pure virtual, inherited] |
| virtual F concepts::ElementFormula< F, typename Realtype<F>::type >::operator() | ( | const ElementWithCell< typename Realtype<F>::type > & | elm, |
| const Real | p, | ||
| const Real | t = 0.0 |
||
| ) | const [pure virtual, inherited] |
Evaluates the formula.
| elm | Element |
| p | Point in space in local element coordinates |
| t | Point in time |
| virtual F hp2D::ElementFormulaEdgeMean< F >::operator() | ( | const concepts::ElementWithCell< Real > & | elm, |
| const Real | p, | ||
| const Real | t = 0.0 |
||
| ) | const [virtual] |
| virtual F hp2D::ElementFormulaEdgeMean< F >::operator() | ( | const concepts::ElementWithCell< Real > & | elm, |
| const concepts::Real2d & | p, | ||
| const Real | t = 0.0 |
||
| ) | const [inline, virtual] |
Definition at line 241 of file formula.hh.
| virtual F hp2D::ElementFormulaEdgeMean< F >::operator() | ( | const concepts::ElementWithCell< Real > & | elm, |
| const concepts::Real3d & | p, | ||
| const Real | t = 0.0 |
||
| ) | const [inline, virtual] |
Definition at line 246 of file formula.hh.
| virtual F concepts::ElementFormula< F, typename Realtype<F>::type >::operator() | ( | const ElementWithCell< typename Realtype<F>::type > & | elm, |
| const Real3d & | p, | ||
| const Real | t = 0.0 |
||
| ) | const [pure virtual, inherited] |
std::auto_ptr<const concepts::ElementFunction<F> > hp2D::ElementFormulaEdgeMean< F >::f_ [private] |
Element function.
Definition at line 264 of file formula.hh.
const hp2D::TraceSpace& hp2D::ElementFormulaEdgeMean< F >::spc_ [private] |
Trace space.
Definition at line 260 of file formula.hh.
const concepts::Vector<F>& hp2D::ElementFormulaEdgeMean< F >::v_ [private] |
Coefficient vector.
Definition at line 262 of file formula.hh.