Element formula, which gives formula on the boundary. More...
#include <formula.hh>


Public Types | |
| typedef Real | value_type |
Public Member Functions | |
| virtual ElementFormulaBoundary * | clone () const |
| Virtual copy constructor. | |
| ElementFormulaBoundary (const BoundaryConditions bc, const Boundary::boundaryTypes bType=Boundary::DIRICHLET) | |
| 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 |
| Evaluates the formula. | |
| 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 | |
| const BoundaryConditions | bc_ |
| const Boundary::boundaryTypes | bType_ |
Element formula, which gives formula on the boundary.
Definition at line 174 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::ElementFormulaBoundary::ElementFormulaBoundary | ( | const BoundaryConditions | bc, |
| const Boundary::boundaryTypes | bType = Boundary::DIRICHLET |
||
| ) |
| virtual ElementFormulaBoundary* concepts::ElementFormulaBoundary::clone | ( | ) | const [virtual] |
Virtual copy constructor.
Implements concepts::ElementFormula< Real >.
| virtual std::ostream& concepts::ElementFormulaBoundary::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::ElementFormulaBoundary::operator() | ( | const ElementWithCell< Real > & | elm, |
| const Real | p, | ||
| const Real | t = 0.0 |
||
| ) | const [virtual] |
| virtual Real concepts::ElementFormulaBoundary::operator() | ( | const ElementWithCell< Real > & | elm, |
| const Real2d & | p, | ||
| const Real | t = 0.0 |
||
| ) | const [virtual] |
| virtual Real concepts::ElementFormulaBoundary::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] |
const BoundaryConditions concepts::ElementFormulaBoundary::bc_ [private] |
Definition at line 195 of file formula.hh.
const Boundary::boundaryTypes concepts::ElementFormulaBoundary::bType_ [private] |
Definition at line 196 of file formula.hh.