Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Types | Public Member Functions | Protected Member Functions
concepts::DiffReactAsympModelgrad_UBase< F > Class Template Reference

Base class for the (t,S)-gradient of the asymptotic expansion solution in the interior of the sheet. More...

#include <DiffReactAsympModel.hh>

Inheritance diagram for concepts::DiffReactAsympModelgrad_UBase< F >:
Inheritance graph
[legend]
Collaboration diagram for concepts::DiffReactAsympModelgrad_UBase< F >:
Collaboration graph
[legend]

List of all members.

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.

Detailed Description

template<typename F = Real>
class concepts::DiffReactAsympModelgrad_UBase< F >

Base class for the (t,S)-gradient of the asymptotic expansion solution in the interior of the sheet.

Author:
Kersten Schmidt, 2008

Definition at line 590 of file DiffReactAsympModel.hh.


Member Typedef Documentation

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.


Member Function Documentation

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]
template<typename F = Real>
virtual std::ostream& concepts::DiffReactAsympModelgrad_UBase< F >::info ( std::ostream &  os) const [protected, virtual]
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.

Parameters:
elmElement
pPoint in space in local element coordinates
tPoint in time
template<typename F = Real>
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 >.

template<typename F = Real>
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.

template<typename F = Real>
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.

template<typename F = Real>
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.

Parameters:
normalif true the derivative in S will be given, otherwise in t
ppoint 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 >.


The documentation for this class was generated from the following file:

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)