#include <DiffReactAsympModel.hh>


Public Types | |
| typedef F | type |
Public Member Functions | |
| const F & | c () const |
| Return the conductivity. | |
| DiffReactAsympModelKraehenbuehl (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 < 0, 0, F > * | modelSol () |
| void | setC (const F c) |
| void | setEps (Real eps) |
| const Vector< F > * | solution () |
| Returns solution vector. | |
| virtual Space< Real > & | space () const |
| Returns the space. | |
| virtual | ~DiffReactAsympModelKraehenbuehl () |
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. | |
Private Member Functions | |
| virtual Mesh & | mesh_ () |
| Mesh. | |
| virtual const std::string | mshAbbr_ () |
| Mesh abbreviation string. | |
| virtual void | solve_ () |
| Method for solving. | |
Private Attributes | |
| std::auto_ptr< SparseMatrix < Real > > | A_ |
| Matrix related to grad e grad e'. | |
| std::auto_ptr< SparseMatrix < Real > > | E_ |
| Matrix related to lambda [e']. | |
| std::auto_ptr< SparseMatrix < Real > > | L_ |
| Matrix related to lambda * lambda'. | |
| std::auto_ptr < DiffReactAsympCollModelSol_Discont < 0, 0, F > > | modelSol_ |
| Solution. | |
| Mesh2 & | msh_ |
| Mesh. | |
| MutableMesh1 | mshG_ |
| Mesh of edges on the interface. | |
| std::auto_ptr< Vector< G > > | rhs_ |
| Vector of right hand side (size = spcE.dim() + spcL.dim()) | |
| std::auto_ptr< Vector< F > > | solL_ |
| std::auto_ptr < hp2D::hpAdaptiveSpaceH1_DG > | spcE_ |
| Space for E-field. | |
| std::auto_ptr< hp2D::TraceSpace > | spcE_jump_ |
| Trace space for jump [e] on r = Ri. | |
| std::auto_ptr< hp2D::TraceSpace > | spcE_mean_ |
| Trace space for mean {e} on r = Ri. | |
| std::auto_ptr< hp1D::pSpaceL2 > | spcL_ |
| Space for Lagrange multiplier space lambda1 = {dn e} or lambda_2 = [dn e]. | |
| std::auto_ptr< SparseMatrix < Real > > | T01_ |
| Matrix related to lambda {e'}. | |
Definition at line 1468 of file DiffReactAsympModel.hh.
typedef F concepts::Model< F >::type [inherited] |
| concepts::DiffReactAsympModelKraehenbuehl< F, G >::DiffReactAsympModelKraehenbuehl | ( | Mesh2 & | msh, |
| const uint | l, | ||
| const uint | p, | ||
| const ElementFormula< G > & | j0frm, | ||
| BoundaryConditions * | bc = 0 |
||
| ) |
| virtual concepts::DiffReactAsympModelKraehenbuehl< F, G >::~DiffReactAsympModelKraehenbuehl | ( | ) | [virtual] |
| 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 Mesh& concepts::DiffReactAsympModelKraehenbuehl< F, G >::mesh_ | ( | ) | [inline, private, virtual] |
| virtual DiffReactAsympCollModelSol_Discont<0,0,F>* concepts::DiffReactAsympModelKraehenbuehl< F, G >::modelSol | ( | ) | [inline, virtual] |
Implements concepts::DiffReactAsympModelBase< F >.
Definition at line 1481 of file DiffReactAsympModel.hh.
| virtual const std::string concepts::DiffReactAsympModelKraehenbuehl< F, G >::mshAbbr_ | ( | ) | [inline, private, virtual] |
Mesh abbreviation string.
Implements concepts::Model< F >.
Definition at line 1520 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::Model< F >::solution | ( | ) | [inline, inherited] |
| virtual void concepts::DiffReactAsympModelKraehenbuehl< F, G >::solve_ | ( | ) | [private, virtual] |
Method for solving.
Implements concepts::Model< F >.
| virtual Space<Real>& concepts::DiffReactAsympModelKraehenbuehl< F, G >::space | ( | ) | const [inline, virtual] |
Returns the space.
Implements concepts::Model< F >.
Definition at line 1477 of file DiffReactAsympModel.hh.
std::auto_ptr<SparseMatrix<Real> > concepts::DiffReactAsympModelKraehenbuehl< F, G >::A_ [private] |
Matrix related to grad e grad e'.
Definition at line 1503 of file DiffReactAsympModel.hh.
F concepts::DiffReactAsympModelBase< F >::c_ [protected, inherited] |
Physical conductivity.
Definition at line 1042 of file DiffReactAsympModel.hh.
std::auto_ptr<SparseMatrix<Real> > concepts::DiffReactAsympModelKraehenbuehl< F, G >::E_ [private] |
Matrix related to lambda [e'].
Definition at line 1505 of file DiffReactAsympModel.hh.
Real concepts::DiffReactAsympModelBase< F >::eps_ [protected, inherited] |
Thickness.
Definition at line 1044 of file DiffReactAsympModel.hh.
std::auto_ptr<SparseMatrix<Real> > concepts::DiffReactAsympModelKraehenbuehl< F, G >::L_ [private] |
Matrix related to lambda * lambda'.
Definition at line 1509 of file DiffReactAsympModel.hh.
std::auto_ptr<DiffReactAsympCollModelSol_Discont<0,0,F> > concepts::DiffReactAsympModelKraehenbuehl< F, G >::modelSol_ [private] |
Solution.
Definition at line 1500 of file DiffReactAsympModel.hh.
Mesh2& concepts::DiffReactAsympModelKraehenbuehl< F, G >::msh_ [private] |
Mesh.
Definition at line 1486 of file DiffReactAsympModel.hh.
MutableMesh1 concepts::DiffReactAsympModelKraehenbuehl< F, G >::mshG_ [private] |
Mesh of edges on the interface.
Definition at line 1488 of file DiffReactAsympModel.hh.
const std::string concepts::Model< F >::problemName_ [protected, inherited] |
std::auto_ptr<Vector<G> > concepts::DiffReactAsympModelKraehenbuehl< F, G >::rhs_ [private] |
Vector of right hand side (size = spcE.dim() + spcL.dim())
Definition at line 1512 of file DiffReactAsympModel.hh.
std::auto_ptr<Vector<F> > concepts::Model< F >::sol_ [protected, inherited] |
std::auto_ptr<Vector<F> > concepts::DiffReactAsympModelKraehenbuehl< F, G >::solL_ [private] |
Definition at line 1514 of file DiffReactAsympModel.hh.
std::auto_ptr<hp2D::hpAdaptiveSpaceH1_DG> concepts::DiffReactAsympModelKraehenbuehl< F, G >::spcE_ [private] |
Space for E-field.
Definition at line 1490 of file DiffReactAsympModel.hh.
std::auto_ptr<hp2D::TraceSpace> concepts::DiffReactAsympModelKraehenbuehl< F, G >::spcE_jump_ [private] |
Trace space for jump [e] on r = Ri.
Definition at line 1494 of file DiffReactAsympModel.hh.
std::auto_ptr<hp2D::TraceSpace> concepts::DiffReactAsympModelKraehenbuehl< F, G >::spcE_mean_ [private] |
Trace space for mean {e} on r = Ri.
Definition at line 1492 of file DiffReactAsympModel.hh.
std::auto_ptr<hp1D::pSpaceL2> concepts::DiffReactAsympModelKraehenbuehl< F, G >::spcL_ [private] |
Space for Lagrange multiplier space lambda1 = {dn e} or lambda_2 = [dn e].
Definition at line 1496 of file DiffReactAsympModel.hh.
std::auto_ptr<SparseMatrix<Real> > concepts::DiffReactAsympModelKraehenbuehl< F, G >::T01_ [private] |
Matrix related to lambda {e'}.
Definition at line 1507 of file DiffReactAsympModel.hh.