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

Public Types | Public Member Functions | Protected Member Functions
concepts::DiffReactAsympCollModelU< order, 2, F > Class Template Reference

#include <DiffReactAsympModel.hh>

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

List of all members.

Public Types

typedef F value_type

Public Member Functions

virtual
DiffReactAsympCollModelU_alpha2
< order, F > * 
clone () const
 Virtual copy constructor.
 DiffReactAsympCollModelU (DiffReactAsympCollModelSolBase< F > &sol)
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< 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 Real p, const Real t=0.0) const =0
 Evaluates the formula.
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 Real3d &p, const Real t=0.0) const =0
operator() (const ElementWithCell< Real > &elm, const Real2d &p, const Real t=0.0) const
 Returns the function value.
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.

Protected Member Functions

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

Detailed Description

template<uint order, typename F>
class concepts::DiffReactAsympCollModelU< order, 2, F >

Definition at line 530 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 >
concepts::DiffReactAsympCollModelU< order, 2, F >::DiffReactAsympCollModelU ( DiffReactAsympCollModelSolBase< F > &  sol) [inline]

Definition at line 534 of file DiffReactAsympModel.hh.


Member Function Documentation

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

Virtual copy constructor.

Implements concepts::ElementFormula< F >.

Definition at line 489 of file DiffReactAsympModel.hh.

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

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 Real3d p,
const Real  t = 0.0 
) const [virtual, inherited]

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]
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 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<uint order, typename F = Real>
F concepts::DiffReactAsympCollModelU_alpha2< order, F >::operator() ( const ElementWithCell< Real > &  elm,
const Real2d p,
const Real  t = 0.0 
) const [virtual, inherited]

Returns the function value.

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.

template<uint order, typename F = Real>
virtual Array<F> concepts::DiffReactAsympCollModelU_alpha2< order, F >::polynomial ( const ElementWithCell< Real > &  elm,
const Real  p,
const Real  t = 0.0 
) const [virtual, inherited]

Returns the polynomial in S for a particular point p.

Implements concepts::DiffReactAsympModelUBase< F >.


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

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