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

Public Types | Public Member Functions | Protected Member Functions
concepts::DiffReactAsympCollModelgrad_U< order, 2, F > Class Template Reference

#include <DiffReactAsympModel.hh>

Inheritance diagram for concepts::DiffReactAsympCollModelgrad_U< order, 2, F >:
Inheritance graph
[legend]
Collaboration diagram for concepts::DiffReactAsympCollModelgrad_U< order, 2, F >:
Collaboration graph
[legend]

List of all members.

Public Types

typedef Point< F, 2 > value_type

Public Member Functions

virtual
DiffReactAsympCollModel_grad_U_alpha2
< order, F > * 
clone () const
 Virtual copy constructor.
 DiffReactAsympCollModelgrad_U (DiffReactAsympCollModelSolBase< F > &sol)
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 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 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 Real3d &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 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.

Protected Member Functions

virtual std::ostream & info (std::ostream &os) const
 Returns information in an output stream.

Detailed Description

template<uint order, typename F>
class concepts::DiffReactAsympCollModelgrad_U< order, 2, F >

Definition at line 703 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.


Constructor & Destructor Documentation

template<uint order, typename F >
concepts::DiffReactAsympCollModelgrad_U< order, 2, F >::DiffReactAsympCollModelgrad_U ( DiffReactAsympCollModelSolBase< F > &  sol) [inline]

Definition at line 707 of file DiffReactAsympModel.hh.


Member Function Documentation

template<uint order, typename F = Real>
virtual DiffReactAsympCollModel_grad_U_alpha2<order,F>* concepts::DiffReactAsympCollModel_grad_U_alpha2< order, F >::clone ( ) const [inline, virtual, inherited]

Virtual copy constructor.

Implements concepts::ElementFormula< Point< F, 2 > >.

Definition at line 662 of file DiffReactAsympModel.hh.

template<uint order, typename F = Real>
virtual std::ostream& concepts::DiffReactAsympCollModel_grad_U_alpha2< order, F >::info ( std::ostream &  os) const [protected, virtual, inherited]

Returns information in an output stream.

Reimplemented from concepts::DiffReactAsympModelgrad_UBase< F >.

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, inherited]

Not implemented.

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<uint order, typename F = Real>
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, inherited]

Returns the gradient.

Reimplemented from concepts::DiffReactAsympModelgrad_UBase< 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, inherited]

Returns the value on the midline.

template<uint order, typename F = Real>
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, inherited]

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)

Implements concepts::DiffReactAsympModelgrad_UBase< F >.


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

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