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

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

The asymptotic expansion solution $U^{\varepsilon,N}_\mathrm{int}(t,s)$ in the interior of the sheet. More...

#include <DiffReactAsympModel.hh>

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

List of all members.

Public Types

typedef F value_type

Public Member Functions

virtual
DiffReactAsympModelUepsN< F > * 
clone () const
 Virtual copy constructor.
 DiffReactAsympModelUepsN (DiffReactAsympModelSol< F > &sol, const Real eps, uint order)
Real eps () const
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 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 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 Real2d &p, const Real t=0.0) const =0
uint order () const
virtual ~DiffReactAsympModelUepsN ()

Protected Member Functions

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

Private Attributes

const Real eps_
 Thickness.
const uint order_
 Order of the model.
DiffReactAsympModelSol< F > & sol_
 Solution of the asymptotic expansion model.

Detailed Description

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

The asymptotic expansion solution $U^{\varepsilon,N}_\mathrm{int}(t,s)$ in the interior of the sheet.

Author:
Kersten Schmidt, 2007

Definition at line 546 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<typename F = Real>
concepts::DiffReactAsympModelUepsN< F >::DiffReactAsympModelUepsN ( DiffReactAsympModelSol< F > &  sol,
const Real  eps,
uint  order 
) [inline]

Definition at line 548 of file DiffReactAsympModel.hh.

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

Definition at line 551 of file DiffReactAsympModel.hh.


Member Function Documentation

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

Virtual copy constructor.

Implements concepts::ElementFormula< F >.

Definition at line 565 of file DiffReactAsympModel.hh.

template<typename F = Real>
Real concepts::DiffReactAsympModelUepsN< F >::eps ( ) const [inline]

Definition at line 569 of file DiffReactAsympModel.hh.

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

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

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::DiffReactAsympModelUepsN< F >::operator() ( const ElementWithCell< Real > &  elm,
const Real3d p,
const Real  t = 0.0 
) const [virtual]

Not implemented.

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<typename F = Real>
virtual F concepts::DiffReactAsympModelUepsN< 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 F concepts::DiffReactAsympModelUepsN< 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.

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]
template<typename F = Real>
uint concepts::DiffReactAsympModelUepsN< F >::order ( ) const [inline]

Definition at line 570 of file DiffReactAsympModel.hh.


Member Data Documentation

template<typename F = Real>
const Real concepts::DiffReactAsympModelUepsN< F >::eps_ [private]

Thickness.

Definition at line 577 of file DiffReactAsympModel.hh.

template<typename F = Real>
const uint concepts::DiffReactAsympModelUepsN< F >::order_ [private]

Order of the model.

Definition at line 579 of file DiffReactAsympModel.hh.

template<typename F = Real>
DiffReactAsympModelSol<F>& concepts::DiffReactAsympModelUepsN< F >::sol_ [private]

Solution of the asymptotic expansion model.

Definition at line 575 of file DiffReactAsympModel.hh.


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

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