The (t,S)-gradient of the asymptotic expansion solution
in the interior of the sheet for asymptotics alpha = 2.
More...
#include <DiffReactAsympModel.hh>


Public Types | |
| typedef Point< F, 2 > | value_type |
Public Member Functions | |
| virtual DiffReactAsympCollModel_grad_U_alpha2 < order, F > * | clone () const |
| Virtual copy constructor. | |
| DiffReactAsympCollModel_grad_U_alpha2 (DiffReactAsympCollModelSolBase< F > &sol) | |
| virtual Point< F, 2 > | operator() (const ElementWithCell< typename Realtype< Point< F, 2 > >::type > &elm, const Real2d &p, const Real t=0.0) const =0 |
| Point< F, 2 > | operator() (const ElementWithCell< Real > &elm, const Real2d &p, const Real t=0.0) const |
| Returns the gradient. | |
| virtual Point< F, 2 > | operator() (const ElementWithCell< Real > &elm, const Real3d &p, const Real t=0.0) const |
| Not implemented. | |
| virtual Point< F, 2 > | operator() (const ElementWithCell< typename Realtype< Point< F, 2 > >::type > &elm, const Real p, const Real t=0.0) const =0 |
| Evaluates the formula. | |
| virtual Point< F, 2 > | operator() (const ElementWithCell< typename Realtype< Point< F, 2 > >::type > &elm, const Real3d &p, const Real t=0.0) const =0 |
| virtual Point< F, 2 > | operator() (const ElementWithCell< Real > &elm, const Real p, const Real t=0.0) const |
| Returns the value on the midline. | |
| virtual Array< F > | polynomial (bool normal, const ElementWithCell< Real > &elm, const Real p, const Real t=0.0) const |
Returns the polynomial in S for a particular point p. | |
| virtual | ~DiffReactAsympCollModel_grad_U_alpha2 () |
Protected Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Private Attributes | |
| DiffReactAsympCollModelSolBase < F > & | sol_ |
The (t,S)-gradient of the asymptotic expansion solution
in the interior of the sheet for asymptotics alpha = 2.
Definition at line 655 of file DiffReactAsympModel.hh.
typedef Point< F, 2 > concepts::ElementFormula< Point< F, 2 > , typename Realtype<Point< F, 2 > >::type >::value_type [inherited] |
Definition at line 31 of file elementFormula.hh.
| concepts::DiffReactAsympCollModel_grad_U_alpha2< order, F >::DiffReactAsympCollModel_grad_U_alpha2 | ( | DiffReactAsympCollModelSolBase< F > & | sol | ) | [inline] |
Definition at line 659 of file DiffReactAsympModel.hh.
| virtual concepts::DiffReactAsympCollModel_grad_U_alpha2< order, F >::~DiffReactAsympCollModel_grad_U_alpha2 | ( | ) | [inline, virtual] |
Definition at line 660 of file DiffReactAsympModel.hh.
| virtual DiffReactAsympCollModel_grad_U_alpha2<order,F>* concepts::DiffReactAsympCollModel_grad_U_alpha2< order, F >::clone | ( | ) | const [inline, virtual] |
Virtual copy constructor.
Implements concepts::ElementFormula< Point< F, 2 > >.
Definition at line 662 of file DiffReactAsympModel.hh.
| virtual std::ostream& concepts::DiffReactAsympCollModel_grad_U_alpha2< order, F >::info | ( | std::ostream & | os | ) | const [protected, virtual] |
Returns information in an output stream.
Reimplemented from concepts::DiffReactAsympModelgrad_UBase< F >.
| virtual Point< F, 2 > concepts::ElementFormula< Point< F, 2 > , typename Realtype<Point< F, 2 > >::type >::operator() | ( | const ElementWithCell< typename Realtype<Point< F, 2 > >::type > & | elm, |
| const Real2d & | p, | ||
| const Real | t = 0.0 |
||
| ) | const [pure virtual, inherited] |
| virtual Point< F, 2 > concepts::ElementFormula< Point< F, 2 > , typename Realtype<Point< F, 2 > >::type >::operator() | ( | const ElementWithCell< typename Realtype<Point< F, 2 > >::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 Point< F, 2 > concepts::ElementFormula< Point< F, 2 > , typename Realtype<Point< F, 2 > >::type >::operator() | ( | const ElementWithCell< typename Realtype<Point< F, 2 > >::type > & | elm, |
| const Real3d & | p, | ||
| const Real | t = 0.0 |
||
| ) | const [pure virtual, inherited] |
| virtual Point<F,2> concepts::DiffReactAsympModelgrad_UBase< F >::operator() | ( | const ElementWithCell< Real > & | elm, |
| const Real | p, | ||
| const Real | t = 0.0 |
||
| ) | const [virtual, inherited] |
Returns the value on the midline.
| Point<F,2> concepts::DiffReactAsympCollModel_grad_U_alpha2< order, F >::operator() | ( | const ElementWithCell< Real > & | elm, |
| const Real2d & | p, | ||
| const Real | t = 0.0 |
||
| ) | const [virtual] |
Returns the gradient.
Reimplemented from concepts::DiffReactAsympModelgrad_UBase< F >.
| virtual Point<F,2> concepts::DiffReactAsympModelgrad_UBase< F >::operator() | ( | const ElementWithCell< Real > & | elm, |
| const Real3d & | p, | ||
| const Real | t = 0.0 |
||
| ) | const [virtual, inherited] |
Not implemented.
| virtual Array<F> concepts::DiffReactAsympCollModel_grad_U_alpha2< order, F >::polynomial | ( | bool | normal, |
| const ElementWithCell< Real > & | elm, | ||
| const Real | p, | ||
| const Real | t = 0.0 |
||
| ) | const [virtual] |
Returns the polynomial in S for a particular point p.
| normal | if true the derivative in S will be given, otherwise in t |
| p | point along the edge (t coordinate) |
Implements concepts::DiffReactAsympModelgrad_UBase< F >.
DiffReactAsympCollModelSolBase<F>& concepts::DiffReactAsympCollModel_grad_U_alpha2< order, F >::sol_ [private] |
Definition at line 676 of file DiffReactAsympModel.hh.