#include <DiffReactAsympModel.hh>


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 | |
| F | c_ |
| Physical conductivity. | |
| Real | eps_ |
| Thickness. | |
| const std::string | problemName_ |
| Name of the problem. | |
| std::auto_ptr< Vector< F > > | sol_ |
| Solution vector. | |
Definition at line 1429 of file DiffReactAsympModel.hh.
typedef F concepts::Model< F >::type [inherited] |
| 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.
| const F& concepts::DiffReactAsympModelBase< F >::c | ( | ) | const [inline, inherited] |
Return the conductivity.
Definition at line 1033 of file DiffReactAsympModel.hh.
| const Real concepts::DiffReactAsympModelBase< F >::eps | ( | ) | const [inline, inherited] |
Return the thickness parameter.
Definition at line 1025 of file DiffReactAsympModel.hh.
| virtual std::ostream& concepts::Model< F >::info | ( | std::ostream & | os | ) | const [protected, virtual, inherited] |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Reimplemented in hp2D::Eddy2D_H, hp2D::Maxwell2D_H, hp2D::Eddy2D_E, hp2D::Eddy2D_H, hp2D::Maxwell2D_E, hp2D::Maxwell2D_H_Base, hp2D::Maxwell2D_H, and hp2D::Maxwell2D_H_DD.
| 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.
| void concepts::DiffReactAsympModelBase< F >::setC | ( | const F | c | ) | [inline, inherited] |
| void concepts::DiffReactAsympModelBase< F >::setEps | ( | Real | eps | ) | [inline, inherited] |
| const Vector<F>* concepts::DiffReactAsympCollModel_Alpha1_Order2plus< F, order, G >::solL | ( | ) | [inline, inherited] |
| const Vector<F>* concepts::Model< F >::solution | ( | ) | [inline, inherited] |
| 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.
F concepts::DiffReactAsympModelBase< F >::c_ [protected, inherited] |
Physical conductivity.
Definition at line 1042 of file DiffReactAsympModel.hh.
Real concepts::DiffReactAsympModelBase< F >::eps_ [protected, inherited] |
Thickness.
Definition at line 1044 of file DiffReactAsympModel.hh.
const std::string concepts::Model< F >::problemName_ [protected, inherited] |
std::auto_ptr<Vector<F> > concepts::Model< F >::sol_ [protected, inherited] |