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

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

#include <DiffReactAsympModel.hh>

Inheritance diagram for concepts::DiffReactAsympCollFormula< F >:
Inheritance graph
[legend]
Collaboration diagram for concepts::DiffReactAsympCollFormula< F >:
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.
 DiffReactAsympCollFormula (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 F compute_ (const Edge2d &cell, const Real p) const =0
virtual std::ostream & info (std::ostream &os) const
 Returns information in an output stream.
virtual std::string str_ () const =0

Protected Attributes

c0_
Real eps_

Detailed Description

template<class F>
class concepts::DiffReactAsympCollFormula< F >

Definition at line 927 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 >
concepts::DiffReactAsympCollFormula< F >::DiffReactAsympCollFormula ( const F  c0,
const Real  eps 
) [inline]

Definition at line 929 of file DiffReactAsympModel.hh.


Member Function Documentation

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

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 >
virtual F concepts::DiffReactAsympCollFormula< F >::compute_ ( const Edge2d cell,
const Real  p 
) const [protected, pure virtual]
template<class F >
Real& concepts::DiffReactAsympCollFormula< F >::eps ( ) [inline]

Definition at line 932 of file DiffReactAsympModel.hh.

template<class F >
virtual std::ostream& concepts::DiffReactAsympCollFormula< F >::info ( std::ostream &  os) const [protected, virtual]
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]
template<class F >
virtual std::string concepts::DiffReactAsympCollFormula< F >::str_ ( ) const [protected, pure virtual]

Member Data Documentation

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

Definition at line 942 of file DiffReactAsympModel.hh.

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

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)