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

Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions
concepts::DiffReactAsympCollDelta_1< F, N, d > Class Template Reference

#include <DiffReactAsympModel.hh>

Inheritance diagram for concepts::DiffReactAsympCollDelta_1< F, N, d >:
Inheritance graph
[legend]
Collaboration diagram for concepts::DiffReactAsympCollDelta_1< F, N, d >:
Collaboration graph
[legend]

List of all members.

Public Types

typedef F value_type

Public Member Functions

F & c0 ()
virtual ElementFormula< F,
typename Realtype< F >::type > * 
clone () const =0
 Virtual copy constructor.
 DiffReactAsympCollDelta_1 (const F c0, const Real eps)
Realeps ()
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< Real > &elm, const Real p, const Real t=0.0) const
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< typename Realtype< F >::type > &elm, const Real3d &p, const Real t=0.0) const =0

Protected Member Functions

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

Protected Attributes

c0_
Real eps_

Private Member Functions

virtual F compute_ (const Edge2d &cell, const Real p) const
virtual std::string str_ () const =0

Detailed Description

template<class F, uint N, uint d = 0>
class concepts::DiffReactAsympCollDelta_1< F, N, d >

Definition at line 994 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<class F , uint N, uint d = 0>
concepts::DiffReactAsympCollDelta_1< F, N, d >::DiffReactAsympCollDelta_1 ( const F  c0,
const Real  eps 
) [inline]

Definition at line 996 of file DiffReactAsympModel.hh.


Member Function Documentation

template<class F >
F& concepts::DiffReactAsympCollFormula< F >::c0 ( ) [inline, inherited]

Definition at line 931 of file DiffReactAsympModel.hh.

virtual ElementFormula<F,typename Realtype<F>::type >* concepts::ElementFormula< F, typename Realtype<F>::type >::clone ( ) const [pure virtual, inherited]
template<class F , uint N, uint d = 0>
virtual F concepts::DiffReactAsympCollDelta_1< F, N, d >::compute_ ( const Edge2d cell,
const Real  p 
) const [private, virtual]
template<class F >
Real& concepts::DiffReactAsympCollFormula< F >::eps ( ) [inline, inherited]

Definition at line 932 of file DiffReactAsympModel.hh.

template<class F , uint N, uint d = 0>
virtual std::ostream& concepts::DiffReactAsympCollDelta_1< F, N, d >::info ( std::ostream &  os) const [protected, virtual]

Returns information in an output stream.

Reimplemented from concepts::DiffReactAsympCollFormula< F >.

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
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]
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<class F >
virtual F concepts::DiffReactAsympCollFormula< F >::operator() ( const ElementWithCell< Real > &  elm,
const Real  p,
const Real  t = 0.0 
) const [virtual, inherited]
template<class F , uint N, uint d = 0>
virtual std::string concepts::DiffReactAsympCollDelta_1< F, N, d >::str_ ( ) const [private, pure virtual]

Member Data Documentation

template<class F >
F concepts::DiffReactAsympCollFormula< F >::c0_ [protected, inherited]

Definition at line 942 of file DiffReactAsympModel.hh.

template<class F >
Real concepts::DiffReactAsympCollFormula< F >::eps_ [protected, inherited]

Definition at line 943 of file DiffReactAsympModel.hh.


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

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