#include <formula.hh>


Public Types | |
| typedef F | value_type |
Public Member Functions | |
| virtual ElementFormulaInterpGrad< F > * | clone () const |
| Virtual copy constructor. | |
| ElementFormulaInterpGrad (const concepts::ElementFormulaContainer< F > frm) | |
| 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 | |
| const concepts::ElementWithCell < Real > * | edge_ |
| Last element. | |
| const concepts::ElementFormulaContainer < F > | frm_ |
| Element formula. | |
| concepts::Array< F > | values_ |
| Values of the element formula in the current quadrilateral. | |
| concepts::Array< Real > | x_ |
| Chebychev points. | |
Definition at line 19 of file formula.hh.
typedef F concepts::ElementFormula< F, typename Realtype<F>::type >::value_type [inherited] |
Definition at line 31 of file elementFormula.hh.
| hp1D::ElementFormulaInterpGrad< F >::ElementFormulaInterpGrad | ( | const concepts::ElementFormulaContainer< F > | frm | ) |
| virtual ElementFormulaInterpGrad<F>* hp1D::ElementFormulaInterpGrad< F >::clone | ( | ) | const [inline, virtual] |
Virtual copy constructor.
Implements concepts::ElementFormula< F >.
Definition at line 37 of file formula.hh.
| virtual std::ostream& hp1D::ElementFormulaInterpGrad< 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 hp1D::ElementFormulaInterpGrad< F >::operator() | ( | const concepts::ElementWithCell< Real > & | elm, |
| const Real | p, | ||
| const Real | t = 0.0 |
||
| ) | const [virtual] |
| virtual F hp1D::ElementFormulaInterpGrad< F >::operator() | ( | const concepts::ElementWithCell< Real > & | elm, |
| const concepts::Real2d & | p, | ||
| const Real | t = 0.0 |
||
| ) | const [inline, virtual] |
Definition at line 25 of file formula.hh.
| virtual F hp1D::ElementFormulaInterpGrad< F >::operator() | ( | const concepts::ElementWithCell< Real > & | elm, |
| const concepts::Real3d & | p, | ||
| const Real | t = 0.0 |
||
| ) | const [inline, virtual] |
Definition at line 30 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] |
const concepts::ElementWithCell<Real>* hp1D::ElementFormulaInterpGrad< F >::edge_ [mutable, private] |
Last element.
Definition at line 48 of file formula.hh.
const concepts::ElementFormulaContainer<F> hp1D::ElementFormulaInterpGrad< F >::frm_ [private] |
Element formula.
Definition at line 44 of file formula.hh.
concepts::Array<F> hp1D::ElementFormulaInterpGrad< F >::values_ [mutable, private] |
Values of the element formula in the current quadrilateral.
Definition at line 50 of file formula.hh.
concepts::Array<Real> hp1D::ElementFormulaInterpGrad< F >::x_ [mutable, private] |
Chebychev points.
Definition at line 46 of file formula.hh.