Formula for the curvature or their derivatives on edges in 2D. More...
#include <formula.hh>


Public Types | |
| typedef Real | value_type |
Public Member Functions | |
| virtual CurvatureElementFormula * | clone () const |
| Virtual copy constructor. | |
| CurvatureElementFormula (uint n=0) | |
| Constructor. | |
| 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 ElementWithCell< Real > &elm, const Real p, const Real t=0.0) const |
| virtual Real | operator() (const ElementWithCell< Real > &elm, const Real3d &p, const Real t=0.0) const |
| virtual Real | operator() (const ElementWithCell< Real > &elm, const Real2d &p, const Real t=0.0) const |
| virtual Real | operator() (const ElementWithCell< typename Realtype< Real >::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 | |
| uint | n_ |
| Degree of derivative of the curvature. | |
Formula for the curvature or their derivatives on edges in 2D.
The curvature is taken with respect to the tangential coordinate where the tangential vector is the by 90° counter-clockwise rotated outer normal vector.
Definition at line 490 of file formula.hh.
typedef Real concepts::ElementFormula< Real , typename Realtype<Real >::type >::value_type [inherited] |
Definition at line 31 of file elementFormula.hh.
| concepts::CurvatureElementFormula::CurvatureElementFormula | ( | uint | n = 0 | ) | [inline] |
| virtual CurvatureElementFormula* concepts::CurvatureElementFormula::clone | ( | ) | const [inline, virtual] |
Virtual copy constructor.
Implements concepts::ElementFormula< Real >.
Definition at line 504 of file formula.hh.

| virtual std::ostream& concepts::CurvatureElementFormula::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 concepts::CurvatureElementFormula::operator() | ( | const ElementWithCell< Real > & | elm, |
| const Real | p, | ||
| const Real | t = 0.0 |
||
| ) | const [virtual] |
| virtual Real concepts::CurvatureElementFormula::operator() | ( | const ElementWithCell< Real > & | elm, |
| const Real2d & | p, | ||
| const Real | t = 0.0 |
||
| ) | const [virtual] |
| virtual Real concepts::CurvatureElementFormula::operator() | ( | const ElementWithCell< Real > & | elm, |
| const Real3d & | p, | ||
| const Real | t = 0.0 |
||
| ) | const [virtual] |
| 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] |
uint concepts::CurvatureElementFormula::n_ [private] |
Degree of derivative of the curvature.
Definition at line 511 of file formula.hh.