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}(x)$, evaluated on a FE mesh with elements in 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 (DiffReactAsympModelSolBase< F > &sol, CellToCellMapping< 2, 2 > &map, Space< Real > &spc, Space< Real > &tspc, const Real eps, uint order)
Real eps () const
virtual F operator() (const ElementWithCell< Real > &elm, const Real2d &p, const Real t=0.0) const
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
 Not implemented.
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.
CellToCellMapping< 2, 2 > & map_
 Mapping from a point in a connector in FE mesh to one in limit mesh.
std::map< const Connector
*, const ElementWithCell< Real > * > 
mapToElm_
const uint order_
 Order of the model.
DiffReactAsympModelSolBase< F > & sol_
 Solution of the asymptotic expansion model.
Space< Real > & spc_
 Space for asymptotic model and belonging trace space.
Space< Real > & tspc_

Detailed Description

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

The asymptotic expansion solution $u^{\varepsilon,N}_\mathrm{int}(x)$, evaluated on a FE mesh with elements in the sheet.

A mapping from points in topological cells in the FE mesh to the correlating points in topological cells in the limit mesh have to be given.

Author:
Kersten Schmidt, 2008

Definition at line 799 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 ( DiffReactAsympModelSolBase< F > &  sol,
CellToCellMapping< 2, 2 > &  map,
Space< Real > &  spc,
Space< Real > &  tspc,
const Real  eps,
uint  order 
)
template<typename F = Real>
virtual concepts::DiffReactAsympModeluepsN< F >::~DiffReactAsympModeluepsN ( ) [inline, virtual]

Definition at line 806 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 817 of file DiffReactAsympModel.hh.

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

Definition at line 822 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]

Not implemented.

template<typename F = Real>
virtual F concepts::DiffReactAsympModeluepsN< F >::operator() ( const ElementWithCell< Real > &  elm,
const Real2d p,
const Real  t = 0.0 
) const [virtual]
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 823 of file DiffReactAsympModel.hh.


Member Data Documentation

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

Thickness.

Definition at line 834 of file DiffReactAsympModel.hh.

template<typename F = Real>
CellToCellMapping<2,2>& concepts::DiffReactAsympModeluepsN< F >::map_ [private]

Mapping from a point in a connector in FE mesh to one in limit mesh.

Definition at line 830 of file DiffReactAsympModel.hh.

template<typename F = Real>
std::map<const Connector*, const ElementWithCell<Real>*> concepts::DiffReactAsympModeluepsN< F >::mapToElm_ [private]

Definition at line 838 of file DiffReactAsympModel.hh.

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

Order of the model.

Definition at line 836 of file DiffReactAsympModel.hh.

template<typename F = Real>
DiffReactAsympModelSolBase<F>& concepts::DiffReactAsympModeluepsN< F >::sol_ [private]

Solution of the asymptotic expansion model.

Definition at line 828 of file DiffReactAsympModel.hh.

template<typename F = Real>
Space<Real>& concepts::DiffReactAsympModeluepsN< F >::spc_ [private]

Space for asymptotic model and belonging trace space.

Definition at line 832 of file DiffReactAsympModel.hh.

template<typename F = Real>
Space<Real> & concepts::DiffReactAsympModeluepsN< F >::tspc_ [private]

Definition at line 832 of file DiffReactAsympModel.hh.


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

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