The asymptotic expansion solution
in the interior of the sheet.
More...
#include <DiffReactAsympModel.hh>


Public Types | |
| typedef F | value_type |
Public Member Functions | |
| virtual DiffReactAsympModelUepsN< F > * | clone () const |
| Virtual copy constructor. | |
| DiffReactAsympModelUepsN (DiffReactAsympModelSol< F > &sol, const Real eps, uint order) | |
| Real | eps () const |
| virtual F | operator() (const ElementWithCell< Real > &elm, const Real2d &p, const Real t=0.0) const |
| Returns the value in (t,S) coordinates, where p[0] is t and p[1] is S between -1/2 and 1/2. | |
| 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 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 |
| uint | order () const |
| virtual | ~DiffReactAsympModelUepsN () |
Protected Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Private Attributes | |
| const Real | eps_ |
| Thickness. | |
| const uint | order_ |
| Order of the model. | |
| DiffReactAsympModelSol< F > & | sol_ |
| Solution of the asymptotic expansion model. | |
The asymptotic expansion solution
in the interior of the sheet.
Definition at line 546 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::DiffReactAsympModelUepsN< F >::DiffReactAsympModelUepsN | ( | DiffReactAsympModelSol< F > & | sol, |
| const Real | eps, | ||
| uint | order | ||
| ) | [inline] |
Definition at line 548 of file DiffReactAsympModel.hh.
| virtual concepts::DiffReactAsympModelUepsN< F >::~DiffReactAsympModelUepsN | ( | ) | [inline, virtual] |
Definition at line 551 of file DiffReactAsympModel.hh.
| virtual DiffReactAsympModelUepsN<F>* concepts::DiffReactAsympModelUepsN< F >::clone | ( | ) | const [inline, virtual] |
Virtual copy constructor.
Implements concepts::ElementFormula< F >.
Definition at line 565 of file DiffReactAsympModel.hh.
| Real concepts::DiffReactAsympModelUepsN< F >::eps | ( | ) | const [inline] |
Definition at line 569 of file DiffReactAsympModel.hh.
| virtual std::ostream& concepts::DiffReactAsympModelUepsN< 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 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::DiffReactAsympModelUepsN< 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] |
| virtual F concepts::DiffReactAsympModelUepsN< F >::operator() | ( | const ElementWithCell< Real > & | elm, |
| const Real | p, | ||
| const Real | t = 0.0 |
||
| ) | const [virtual] |
Returns the value on the midline.
| virtual F concepts::DiffReactAsympModelUepsN< F >::operator() | ( | const ElementWithCell< Real > & | elm, |
| const Real2d & | p, | ||
| const Real | t = 0.0 |
||
| ) | const [virtual] |
Returns the value in (t,S) coordinates, where p[0] is t and p[1] is S between -1/2 and 1/2.
| 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] |
| uint concepts::DiffReactAsympModelUepsN< F >::order | ( | ) | const [inline] |
Definition at line 570 of file DiffReactAsympModel.hh.
const Real concepts::DiffReactAsympModelUepsN< F >::eps_ [private] |
Thickness.
Definition at line 577 of file DiffReactAsympModel.hh.
const uint concepts::DiffReactAsympModelUepsN< F >::order_ [private] |
Order of the model.
Definition at line 579 of file DiffReactAsympModel.hh.
DiffReactAsympModelSol<F>& concepts::DiffReactAsympModelUepsN< F >::sol_ [private] |
Solution of the asymptotic expansion model.
Definition at line 575 of file DiffReactAsympModel.hh.