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

Public Types | Public Member Functions | Protected Member Functions | Private Attributes
concepts::DiffReactAsympModelU< order, F > Class Template Reference

The asymptotic expansion solution $U^i_\mathrm{int}(t,S)$ in the interior of the sheet. More...

#include <DiffReactAsympModel.hh>

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

List of all members.

Public Types

typedef F value_type

Public Member Functions

virtual DiffReactAsympModelU
< order, F > * 
clone () const
 Virtual copy constructor.
 DiffReactAsympModelU (DiffReactAsympModelSol< F > &sol)
virtual F operator() (const ElementWithCell< typename Realtype< F >::type > &elm, const Real2d &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 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 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 Array< F > polynomial (const ElementWithCell< Real > &elm, const Real p, const Real t=0.0) const
 Returns the polynomial in S for a particular point p.
virtual ~DiffReactAsympModelU ()

Protected Member Functions

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

Private Attributes

std::auto_ptr< const
ElementFormula< F > > 
dttu0_
std::auto_ptr< const
ElementFormula< F > > 
dtu0_
DiffReactAsympModelSol< F > & sol_

Detailed Description

template<uint order, typename F = Real>
class concepts::DiffReactAsympModelU< order, F >

The asymptotic expansion solution $U^i_\mathrm{int}(t,S)$ in the interior of the sheet.

Author:
Kersten Schmidt, 2007

Definition at line 421 of file DiffReactAsympModel.hh.


Member Typedef Documentation

typedef F concepts::ElementFormula< F, typename Realtype<F>::type >::value_type [inherited]

Definition at line 31 of file elementFormula.hh.


Constructor & Destructor Documentation

template<uint order, typename F = Real>
concepts::DiffReactAsympModelU< order, F >::DiffReactAsympModelU ( DiffReactAsympModelSol< F > &  sol) [inline]

Definition at line 423 of file DiffReactAsympModel.hh.

template<uint order, typename F = Real>
virtual concepts::DiffReactAsympModelU< order, F >::~DiffReactAsympModelU ( ) [inline, virtual]

Definition at line 425 of file DiffReactAsympModel.hh.


Member Function Documentation

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

Virtual copy constructor.

Implements concepts::ElementFormula< F >.

Definition at line 427 of file DiffReactAsympModel.hh.

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

Returns information in an output stream.

Reimplemented from concepts::DiffReactAsympModelUBase< F >.

template<typename F = Real>
virtual F concepts::DiffReactAsympModelUBase< F >::operator() ( const ElementWithCell< Real > &  elm,
const Real  p,
const Real  t = 0.0 
) const [virtual, inherited]

Returns the value on the midline.

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.

Parameters:
elmElement
pPoint in space in local element coordinates
tPoint in time
template<typename F = Real>
virtual F concepts::DiffReactAsympModelUBase< F >::operator() ( const ElementWithCell< Real > &  elm,
const Real3d p,
const Real  t = 0.0 
) const [virtual, inherited]

Not implemented.

template<typename F = Real>
virtual F concepts::DiffReactAsympModelUBase< F >::operator() ( const ElementWithCell< Real > &  elm,
const Real2d p,
const Real  t = 0.0 
) const [virtual, inherited]

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::DiffReactAsympCollModelU_alpha2< order, F >.

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]
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]
template<uint order, typename F = Real>
virtual Array<F> concepts::DiffReactAsympModelU< order, F >::polynomial ( const ElementWithCell< Real > &  elm,
const Real  p,
const Real  t = 0.0 
) const [virtual]

Returns the polynomial in S for a particular point p.

Implements concepts::DiffReactAsympModelUBase< F >.


Member Data Documentation

template<uint order, typename F = Real>
std::auto_ptr<const ElementFormula<F> > concepts::DiffReactAsympModelU< order, F >::dttu0_ [mutable, private]

Definition at line 440 of file DiffReactAsympModel.hh.

template<uint order, typename F = Real>
std::auto_ptr<const ElementFormula<F> > concepts::DiffReactAsympModelU< order, F >::dtu0_ [mutable, private]

Definition at line 440 of file DiffReactAsympModel.hh.

template<uint order, typename F = Real>
DiffReactAsympModelSol<F>& concepts::DiffReactAsympModelU< order, F >::sol_ [private]

Definition at line 438 of file DiffReactAsympModel.hh.


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

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