Base class for the (t,S)-gradient of the asymptotic expansion solution in the interior of the sheet. More...
#include <DiffReactAsympModel.hh>


Public Types | |
| typedef Point< F, 2 > | value_type |
Public Member Functions | |
| virtual ElementFormula< Point < F, 2 >, typename Realtype < Point< F, 2 > >::type > * | clone () const =0 |
| Virtual copy constructor. | |
| 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 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< typename Realtype< Point< F, 2 > >::type > &elm, const Real2d &p, const Real t=0.0) const =0 |
| 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< 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 Point< F, 2 > | operator() (const ElementWithCell< Real > &elm, const Real3d &p, const Real t=0.0) const |
| Not implemented. | |
| virtual Array< F > | polynomial (bool normal, const ElementWithCell< Real > &elm, const Real p, const Real t=0.0) const =0 |
Returns the polynomial in S for a particular point p. | |
Protected Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Base class for the (t,S)-gradient of the asymptotic expansion solution in the interior of the sheet.
Definition at line 590 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.
| virtual ElementFormula<Point< F, 2 > ,typename Realtype<Point< F, 2 > >::type >* concepts::ElementFormula< Point< F, 2 > , typename Realtype<Point< F, 2 > >::type >::clone | ( | ) | const [pure virtual, inherited] |
Virtual copy constructor.
Implements concepts::Cloneable.
Implemented in concepts::DiffReactAsympCollModel_grad_U_alpha0and1< order, alpha, F >, concepts::DiffReactAsympCollModel_grad_U_alpha2< order, F >, concepts::DiffReactAsympModeluepsN_grad< F >, concepts::ElementFormulaRotate2D< F >, concepts::DiffReactAsympCollModel_grad_U_alpha0and1< order, 1, F >, and concepts::DiffReactAsympCollModel_grad_U_alpha0and1< order, 0, F >.
| virtual std::ostream& concepts::DiffReactAsympModelgrad_UBase< F >::info | ( | std::ostream & | os | ) | const [protected, virtual] |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Reimplemented in concepts::DiffReactAsympCollModel_grad_U_alpha0and1< order, alpha, F >, concepts::DiffReactAsympCollModel_grad_U_alpha2< order, F >, concepts::DiffReactAsympCollModel_grad_U_alpha0and1< order, 1, F >, and concepts::DiffReactAsympCollModel_grad_U_alpha0and1< order, 0, 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 Real3d & | 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 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::DiffReactAsympModelgrad_UBase< 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.
Reimplemented in concepts::DiffReactAsympCollModel_grad_U_alpha2< order, F >.
| virtual Point<F,2> concepts::DiffReactAsympModelgrad_UBase< F >::operator() | ( | const ElementWithCell< Real > & | elm, |
| const Real | p, | ||
| const Real | t = 0.0 |
||
| ) | const [virtual] |
Returns the value on the midline.
| virtual Point<F,2> concepts::DiffReactAsympModelgrad_UBase< F >::operator() | ( | const ElementWithCell< Real > & | elm, |
| const Real3d & | p, | ||
| const Real | t = 0.0 |
||
| ) | const [virtual] |
Not implemented.
| virtual Array<F> concepts::DiffReactAsympModelgrad_UBase< F >::polynomial | ( | bool | normal, |
| const ElementWithCell< Real > & | elm, | ||
| const Real | p, | ||
| const Real | t = 0.0 |
||
| ) | const [pure 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) |
Implemented in concepts::DiffReactAsympCollModel_grad_U_alpha0and1< order, alpha, F >, concepts::DiffReactAsympCollModel_grad_U_alpha2< order, F >, concepts::DiffReactAsympCollModel_grad_U_alpha0and1< order, 1, F >, and concepts::DiffReactAsympCollModel_grad_U_alpha0and1< order, 0, F >.