#include <DiffReactAsympModel.hh>


Public Types | |
| typedef F | value_type |
Public Member Functions | |
| F & | c0 () |
| virtual ElementFormula< F, typename Realtype< F >::type > * | clone () const =0 |
| Virtual copy constructor. | |
| DiffReactAsympCollDelta_1 (const F c0, const Real eps) | |
| Real & | eps () |
| 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< 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 |
Protected Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Protected Attributes | |
| F | c0_ |
| Real | eps_ |
Private Member Functions | |
| virtual F | compute_ (const Edge2d &cell, const Real p) const |
| virtual std::string | str_ () const =0 |
Definition at line 994 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::DiffReactAsympCollDelta_1< F, N, d >::DiffReactAsympCollDelta_1 | ( | const F | c0, |
| const Real | eps | ||
| ) | [inline] |
Definition at line 996 of file DiffReactAsympModel.hh.
| F& concepts::DiffReactAsympCollFormula< F >::c0 | ( | ) | [inline, inherited] |
Definition at line 931 of file DiffReactAsympModel.hh.
| virtual ElementFormula<F,typename Realtype<F>::type >* concepts::ElementFormula< F, typename Realtype<F>::type >::clone | ( | ) | const [pure virtual, inherited] |
Virtual copy constructor.
Implements concepts::Cloneable.
Implemented in concepts::FormulaNormalOuterSP2D< F >, concepts::DiffReactAsympModelOffset< order, F >, concepts::DiffReactAsympModelU< order, F >, concepts::DiffReactAsympCollModelU_alpha0and1< order, alpha, F >, concepts::DiffReactAsympCollModelU_alpha2< order, F >, concepts::DiffReactAsympModelUepsN< F >, concepts::DiffReactAsympModeluepsN< F >, concepts::ElementFormulaTimesCurvature< F >, hp1D::ElementFormulaInterpGrad< F >, hp2D::H1Extension< F >, hp2D::ElementFormulaEdgeMean< F >, concepts::FrmE_ScalarProductNormalEdge2d< F >, concepts::FormulaNormalOuterSP2D< F >, concepts::DiffReactAsympCollModelU_alpha0and1< order, 1, F >, and concepts::DiffReactAsympCollModelU_alpha0and1< order, 0, F >.
| virtual F concepts::DiffReactAsympCollDelta_1< F, N, d >::compute_ | ( | const Edge2d & | cell, |
| const Real | p | ||
| ) | const [private, virtual] |
Implements concepts::DiffReactAsympCollFormula< F >.
| Real& concepts::DiffReactAsympCollFormula< F >::eps | ( | ) | [inline, inherited] |
Definition at line 932 of file DiffReactAsympModel.hh.
| virtual std::ostream& concepts::DiffReactAsympCollDelta_1< F, N, d >::info | ( | std::ostream & | os | ) | const [protected, virtual] |
Returns information in an output stream.
Reimplemented from concepts::DiffReactAsympCollFormula< F >.
| 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::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] |
| 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::DiffReactAsympCollFormula< F >::operator() | ( | const ElementWithCell< Real > & | elm, |
| const Real | p, | ||
| const Real | t = 0.0 |
||
| ) | const [virtual, inherited] |
| virtual std::string concepts::DiffReactAsympCollDelta_1< F, N, d >::str_ | ( | ) | const [private, pure virtual] |
Implements concepts::DiffReactAsympCollFormula< F >.
F concepts::DiffReactAsympCollFormula< F >::c0_ [protected, inherited] |
Definition at line 942 of file DiffReactAsympModel.hh.
Real concepts::DiffReactAsympCollFormula< F >::eps_ [protected, inherited] |
Definition at line 943 of file DiffReactAsympModel.hh.