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

Public Types | Public Member Functions | Protected Member Functions | Protected Attributes
concepts::DiffReactAsympCollModel< F, 3, 1, G > Class Template Reference

#include <DiffReactAsympModel.hh>

Inheritance diagram for concepts::DiffReactAsympCollModel< F, 3, 1, G >:
Inheritance graph
[legend]
Collaboration diagram for concepts::DiffReactAsympCollModel< F, 3, 1, G >:
Collaboration graph
[legend]

List of all members.

Public Types

typedef F type

Public Member Functions

const F & c () const
 Return the conductivity.
 DiffReactAsympCollModel (Mesh2 &msh, const uint l, const uint p, const ElementFormula< G > &j0frm, BoundaryConditions *bc=0)
const Real eps () const
 Return the thickness parameter.
virtual
DiffReactAsympCollModelSol_Discont
< order, 1, F > * 
modelSol ()
void setC (const F c)
void setEps (Real eps)
const Vector< F > * solL ()
const Vector< F > * solution ()
 Returns solution vector.
virtual Space< Real > & space () const
 Returns the space.

Protected Member Functions

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

Protected Attributes

c_
 Physical conductivity.
Real eps_
 Thickness.
const std::string problemName_
 Name of the problem.
std::auto_ptr< Vector< F > > sol_
 Solution vector.

Detailed Description

template<class F, class G>
class concepts::DiffReactAsympCollModel< F, 3, 1, G >

Definition at line 1429 of file DiffReactAsympModel.hh.


Member Typedef Documentation

template<class F>
typedef F concepts::Model< F >::type [inherited]

Definition at line 58 of file models.hh.


Constructor & Destructor Documentation

template<class F , class G >
concepts::DiffReactAsympCollModel< F, 3, 1, G >::DiffReactAsympCollModel ( Mesh2 msh,
const uint  l,
const uint  p,
const ElementFormula< G > &  j0frm,
BoundaryConditions bc = 0 
) [inline]

Definition at line 1433 of file DiffReactAsympModel.hh.


Member Function Documentation

template<class F = Real>
const F& concepts::DiffReactAsympModelBase< F >::c ( ) const [inline, inherited]

Return the conductivity.

Definition at line 1033 of file DiffReactAsympModel.hh.

template<class F = Real>
const Real concepts::DiffReactAsympModelBase< F >::eps ( ) const [inline, inherited]

Return the thickness parameter.

Definition at line 1025 of file DiffReactAsympModel.hh.

template<class F>
virtual std::ostream& concepts::Model< F >::info ( std::ostream &  os) const [protected, virtual, inherited]
virtual DiffReactAsympCollModelSol_Discont<order,1,F>* concepts::DiffReactAsympCollModel_Alpha1_Order2plus< F, order, G >::modelSol ( ) [inline, virtual, inherited]

Implements concepts::DiffReactAsympModelBase< F >.

Definition at line 1184 of file DiffReactAsympModel.hh.

template<class F = Real>
void concepts::DiffReactAsympModelBase< F >::setC ( const F  c) [inline, inherited]

Definition at line 1034 of file DiffReactAsympModel.hh.

Here is the call graph for this function:

template<class F = Real>
void concepts::DiffReactAsympModelBase< F >::setEps ( Real  eps) [inline, inherited]

Definition at line 1026 of file DiffReactAsympModel.hh.

Here is the call graph for this function:

const Vector<F>* concepts::DiffReactAsympCollModel_Alpha1_Order2plus< F, order, G >::solL ( ) [inline, inherited]

Definition at line 1188 of file DiffReactAsympModel.hh.

Here is the call graph for this function:

template<class F>
const Vector<F>* concepts::Model< F >::solution ( ) [inline, inherited]

Returns solution vector.

Definition at line 66 of file models.hh.

virtual Space<Real>& concepts::DiffReactAsympCollModel_Alpha1_Order2plus< F, order, G >::space ( ) const [inline, virtual, inherited]

Returns the space.

Implements concepts::Model< F >.

Definition at line 1179 of file DiffReactAsympModel.hh.


Member Data Documentation

template<class F = Real>
F concepts::DiffReactAsympModelBase< F >::c_ [protected, inherited]

Physical conductivity.

Definition at line 1042 of file DiffReactAsympModel.hh.

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

Thickness.

Definition at line 1044 of file DiffReactAsympModel.hh.

template<class F>
const std::string concepts::Model< F >::problemName_ [protected, inherited]

Name of the problem.

Definition at line 81 of file models.hh.

template<class F>
std::auto_ptr<Vector<F> > concepts::Model< F >::sol_ [protected, inherited]

Solution vector.

Definition at line 77 of file models.hh.


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

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