Element formula on 1D elements based on Edge2d returning the 1.0 if the normal vector is the right one and -1.0 otherwise. More...
#include <formula.hh>


Public Types | |
| typedef Real | value_type |
Public Member Functions | |
| virtual ElementFormulaSignNormalVector * | clone () const |
| Virtual copy constructor. | |
| virtual Real | operator() (const ElementWithCell< typename Realtype< Real >::type > &elm, const Real3d &p, const Real t=0.0) const =0 |
| virtual Real | operator() (const ElementWithCell< typename Realtype< Real >::type > &elm, const Real2d &p, const Real t=0.0) const =0 |
| virtual Real | operator() (const ElementWithCell< typename Realtype< Real >::type > &elm, const Real p, const Real t=0.0) const =0 |
| Evaluates the formula. | |
| virtual Real | operator() (const concepts::ElementWithCell< Real > &elm, const concepts::Real2d &p, const Real t=0.0) const |
| virtual Real | operator() (const concepts::ElementWithCell< Real > &elm, const concepts::Real3d &p, const Real t=0.0) const |
| virtual Real | operator() (const concepts::ElementWithCell< Real > &elm, const Real p, const Real t=0.0) const |
Protected Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Element formula on 1D elements based on Edge2d returning the 1.0 if the normal vector is the right one and -1.0 otherwise.
Definition at line 274 of file formula.hh.
typedef Real concepts::ElementFormula< Real , typename Realtype<Real >::type >::value_type [inherited] |
Definition at line 31 of file elementFormula.hh.
| virtual ElementFormulaSignNormalVector* hp2D::ElementFormulaSignNormalVector::clone | ( | ) | const [inline, virtual] |
Virtual copy constructor.
Implements concepts::ElementFormula< Real >.
Definition at line 290 of file formula.hh.
| virtual std::ostream& hp2D::ElementFormulaSignNormalVector::info | ( | std::ostream & | os | ) | const [protected, virtual] |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
| virtual Real concepts::ElementFormula< Real , typename Realtype<Real >::type >::operator() | ( | const ElementWithCell< typename Realtype<Real >::type > & | elm, |
| const Real2d & | p, | ||
| const Real | t = 0.0 |
||
| ) | const [pure virtual, inherited] |
| virtual Real concepts::ElementFormula< Real , typename Realtype<Real >::type >::operator() | ( | const ElementWithCell< typename Realtype<Real >::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 Real hp2D::ElementFormulaSignNormalVector::operator() | ( | const concepts::ElementWithCell< Real > & | elm, |
| const Real | p, | ||
| const Real | t = 0.0 |
||
| ) | const [virtual] |
| virtual Real hp2D::ElementFormulaSignNormalVector::operator() | ( | const concepts::ElementWithCell< Real > & | elm, |
| const concepts::Real2d & | p, | ||
| const Real | t = 0.0 |
||
| ) | const [inline, virtual] |
Definition at line 278 of file formula.hh.
| virtual Real hp2D::ElementFormulaSignNormalVector::operator() | ( | const concepts::ElementWithCell< Real > & | elm, |
| const concepts::Real3d & | p, | ||
| const Real | t = 0.0 |
||
| ) | const [inline, virtual] |
Definition at line 283 of file formula.hh.
| virtual Real concepts::ElementFormula< Real , typename Realtype<Real >::type >::operator() | ( | const ElementWithCell< typename Realtype<Real >::type > & | elm, |
| const Real3d & | p, | ||
| const Real | t = 0.0 |
||
| ) | const [pure virtual, inherited] |