#include <DiffReactAsympModel.hh>


Public Types | |
| typedef F | value_type |
Public Member Functions | |
| virtual ElementFormulaTimesCurvature < F > * | clone () const |
| Virtual copy constructor. | |
| ElementFormulaTimesCurvature (ElementFormula< F > &frm) | |
| virtual F | operator() (const ElementWithCell< Real > &elm, const Real2d &p, const Real t=0.0) const |
| Not implemented. | |
| 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 ElementWithCell< Real > &elm, const Real p, const Real t=0.0) const |
| virtual F | operator() (const ElementWithCell< Real > &elm, const Real3d &p, const Real t=0.0) const |
| Not implemented. | |
| 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 Real3d &p, const Real t=0.0) const =0 |
| virtual | ~ElementFormulaTimesCurvature () |
Protected Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Private Attributes | |
| std::auto_ptr< ElementFormula < F > > | frm_ |
Definition at line 901 of file DiffReactAsympModel.hh.
typedef F concepts::ElementFormula< F, typename Realtype<F>::type >::value_type [inherited] |
Definition at line 31 of file elementFormula.hh.
| concepts::ElementFormulaTimesCurvature< F >::ElementFormulaTimesCurvature | ( | ElementFormula< F > & | frm | ) | [inline] |
Definition at line 903 of file DiffReactAsympModel.hh.
| virtual concepts::ElementFormulaTimesCurvature< F >::~ElementFormulaTimesCurvature | ( | ) | [inline, virtual] |
Definition at line 904 of file DiffReactAsympModel.hh.
| virtual ElementFormulaTimesCurvature<F>* concepts::ElementFormulaTimesCurvature< F >::clone | ( | ) | const [inline, virtual] |
Virtual copy constructor.
Implements concepts::ElementFormula< F >.
Definition at line 915 of file DiffReactAsympModel.hh.
| virtual std::ostream& concepts::ElementFormulaTimesCurvature< 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 concepts::ElementFormulaTimesCurvature< F >::operator() | ( | const ElementWithCell< Real > & | elm, |
| const Real | p, | ||
| const Real | t = 0.0 |
||
| ) | const [virtual] |
| virtual F concepts::ElementFormulaTimesCurvature< F >::operator() | ( | const ElementWithCell< Real > & | elm, |
| const Real2d & | p, | ||
| const Real | t = 0.0 |
||
| ) | const [virtual] |
Not implemented.
| virtual F concepts::ElementFormulaTimesCurvature< F >::operator() | ( | const ElementWithCell< Real > & | elm, |
| const Real3d & | p, | ||
| const Real | t = 0.0 |
||
| ) | const [virtual] |
Not implemented.
| 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<ElementFormula<F> > concepts::ElementFormulaTimesCurvature< F >::frm_ [private] |
Definition at line 921 of file DiffReactAsympModel.hh.