The asymptotic expansion solution
in the interior of the sheet for asymptotics alpha = 2.
More...
#include <DiffReactAsympModel.hh>


Public Types | |
| typedef F | value_type |
Public Member Functions | |
| virtual DiffReactAsympCollModelU_alpha2 < order, F > * | clone () const |
| Virtual copy constructor. | |
| DiffReactAsympCollModelU_alpha2 (DiffReactAsympCollModelSolBase< F > &sol) | |
| virtual F | operator() (const ElementWithCell< typename Realtype< F >::type > &elm, const Real2d &p, const Real t=0.0) const =0 |
| F | operator() (const ElementWithCell< Real > &elm, const Real2d &p, const Real t=0.0) const |
| Returns the function value. | |
| 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 Real p, const Real t=0.0) const =0 |
| Evaluates the formula. | |
| virtual F | operator() (const ElementWithCell< typename Realtype< F >::type > &elm, const Real3d &p, const Real t=0.0) const =0 |
| virtual F | operator() (const ElementWithCell< Real > &elm, const Real p, const Real t=0.0) const |
| Returns the value on the midline. | |
| virtual Array< F > | polynomial (const ElementWithCell< Real > &elm, const Real p, const Real t=0.0) const |
Returns the polynomial in S for a particular point p. | |
| virtual | ~DiffReactAsympCollModelU_alpha2 () |
Protected Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Private Attributes | |
| DiffReactAsympCollModelSolBase < F > & | sol_ |
The asymptotic expansion solution
in the interior of the sheet for asymptotics alpha = 2.
Definition at line 482 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::DiffReactAsympCollModelU_alpha2< order, F >::DiffReactAsympCollModelU_alpha2 | ( | DiffReactAsympCollModelSolBase< F > & | sol | ) | [inline] |
Definition at line 486 of file DiffReactAsympModel.hh.
| virtual concepts::DiffReactAsympCollModelU_alpha2< order, F >::~DiffReactAsympCollModelU_alpha2 | ( | ) | [inline, virtual] |
Definition at line 487 of file DiffReactAsympModel.hh.
| virtual DiffReactAsympCollModelU_alpha2<order,F>* concepts::DiffReactAsympCollModelU_alpha2< order, F >::clone | ( | ) | const [inline, virtual] |
Virtual copy constructor.
Implements concepts::ElementFormula< F >.
Definition at line 489 of file DiffReactAsympModel.hh.
| virtual std::ostream& concepts::DiffReactAsympCollModelU_alpha2< order, F >::info | ( | std::ostream & | os | ) | const [protected, virtual] |
Returns information in an output stream.
Reimplemented from concepts::DiffReactAsympModelUBase< F >.
| 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::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::DiffReactAsympModelUBase< F >::operator() | ( | const ElementWithCell< Real > & | elm, |
| const Real | p, | ||
| const Real | t = 0.0 |
||
| ) | const [virtual, inherited] |
Returns the value on the midline.
| F concepts::DiffReactAsympCollModelU_alpha2< order, F >::operator() | ( | const ElementWithCell< Real > & | elm, |
| const Real2d & | p, | ||
| const Real | t = 0.0 |
||
| ) | const [virtual] |
Returns the function value.
Reimplemented from concepts::DiffReactAsympModelUBase< F >.
| virtual F concepts::DiffReactAsympModelUBase< F >::operator() | ( | const ElementWithCell< Real > & | elm, |
| const Real3d & | p, | ||
| const Real | t = 0.0 |
||
| ) | const [virtual, inherited] |
Not implemented.
| virtual Array<F> concepts::DiffReactAsympCollModelU_alpha2< order, F >::polynomial | ( | const ElementWithCell< Real > & | elm, |
| const Real | p, | ||
| const Real | t = 0.0 |
||
| ) | const [virtual] |
Returns the polynomial in S for a particular point p.
Implements concepts::DiffReactAsympModelUBase< F >.
DiffReactAsympCollModelSolBase<F>& concepts::DiffReactAsympCollModelU_alpha2< order, F >::sol_ [private] |
Definition at line 503 of file DiffReactAsympModel.hh.