#include <adaptiveModels.hh>


Public Types | |
| enum | subdivTypes { NONE = 0, X = 1, Y = 2 } |
| typedef F | type |
Public Member Functions | |
| AdaptiveModel (const std::string problemName) | |
| void | rebuildMesh (const uint l=0, const uint p=1, const uint g=0, const uint subdiv=X|Y) |
| Rebuilds only the mesh and sets the polynomial degrees. | |
| void | rebuildMesh (concepts::InputAdaptiveModels &input) |
| const Vector< F > * | solution () |
| Returns solution vector. | |
| virtual Space< Real > & | space () const =0 |
| Returns the space. | |
Protected Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
| virtual Mesh & | mesh_ ()=0 |
| Mesh. | |
| virtual const std::string | mshAbbr_ ()=0 |
| Mesh abbreviation string. | |
| virtual void | solve_ ()=0 |
| Method for solving. | |
Protected Attributes | |
| const std::string | problemName_ |
| Name of the problem. | |
| std::auto_ptr< Vector< F > > | sol_ |
| Solution vector. | |
Private Member Functions | |
| virtual void | rebuildMesh_ (const uint l=0, const uint p=1, const uint g=0, const uint subdiv=X|Y)=0 |
Definition at line 21 of file adaptiveModels.hh.
typedef F concepts::Model< F >::type [inherited] |
| enum concepts::AdaptiveModel::subdivTypes |
Reimplemented in hp2D::AdaptiveModel< F >, and hp2D::AdaptiveModel< Cmplx >.
Definition at line 23 of file adaptiveModels.hh.
| concepts::AdaptiveModel< F, dim >::AdaptiveModel | ( | const std::string | problemName | ) | [inline] |
Definition at line 25 of file adaptiveModels.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::Model< F >::mesh_ | ( | ) | [protected, pure virtual, inherited] |
Mesh.
Implemented in hp2D::Eddy2D_H, hp2D::Maxwell2D_H, concepts::DiffReactAsympCollModel_Alpha0_Order0and1< F, order, G >, concepts::DiffReactAsympCollModel_Alpha1_Order0and1< F, order, G >, concepts::DiffReactAsympCollModel_Alpha1_Order2plus< F, order, G >, concepts::DiffReactAsympCollModel_Alpha2_Order0< F, G >, concepts::DiffReactAsympCollModel_Alpha2_Order1plus< F, order, G >, concepts::DiffReactAsympModelKraehenbuehl< F, G >, hp2D::AdaptiveModel< F >, concepts::DiffReactAsympCollModel_Alpha0_Order0and1< F, 0, G >, concepts::DiffReactAsympCollModel_Alpha0_Order0and1< F, 1, G >, concepts::DiffReactAsympCollModel_Alpha1_Order0and1< F, 0, G >, concepts::DiffReactAsympCollModel_Alpha1_Order0and1< F, 1, G >, concepts::DiffReactAsympCollModel_Alpha1_Order2plus< F, 2, G >, concepts::DiffReactAsympCollModel_Alpha1_Order2plus< F, 3, G >, concepts::DiffReactAsympCollModel_Alpha2_Order1plus< F, 1, G >, and hp2D::AdaptiveModel< Cmplx >.
| virtual const std::string concepts::Model< F >::mshAbbr_ | ( | ) | [protected, pure virtual, inherited] |
Mesh abbreviation string.
Implemented in hp2D::Eddy2D_H, hp2D::Maxwell2D_H, concepts::DiffReactAsympCollModel_Alpha0_Order0and1< F, order, G >, concepts::DiffReactAsympCollModel_Alpha1_Order0and1< F, order, G >, concepts::DiffReactAsympCollModel_Alpha1_Order2plus< F, order, G >, concepts::DiffReactAsympCollModel_Alpha2_Order0< F, G >, concepts::DiffReactAsympCollModel_Alpha2_Order1plus< F, order, G >, concepts::DiffReactAsympModelKraehenbuehl< F, G >, hp2D::Eddy2D_E, hp2D::Eddy2D_H, hp2D::Maxwell2D_E, hp2D::Maxwell2D_H_Base, concepts::DiffReactAsympCollModel_Alpha0_Order0and1< F, 0, G >, concepts::DiffReactAsympCollModel_Alpha0_Order0and1< F, 1, G >, concepts::DiffReactAsympCollModel_Alpha1_Order0and1< F, 0, G >, concepts::DiffReactAsympCollModel_Alpha1_Order0and1< F, 1, G >, concepts::DiffReactAsympCollModel_Alpha1_Order2plus< F, 2, G >, concepts::DiffReactAsympCollModel_Alpha1_Order2plus< F, 3, G >, and concepts::DiffReactAsympCollModel_Alpha2_Order1plus< F, 1, G >.
| void concepts::AdaptiveModel< F, dim >::rebuildMesh | ( | concepts::InputAdaptiveModels & | input | ) |
| void concepts::AdaptiveModel< F, dim >::rebuildMesh | ( | const uint | l = 0, |
| const uint | p = 1, |
||
| const uint | g = 0, |
||
| const uint | subdiv = X|Y |
||
| ) |
Rebuilds only the mesh and sets the polynomial degrees.
| l | number of uniform refinements |
| p | number of polynomial enlargements |
| g | number of geometric refinements |
| subdiv | possibility to restrict subdivision strategy for geometric refinement |
| virtual void concepts::AdaptiveModel< F, dim >::rebuildMesh_ | ( | const uint | l = 0, |
| const uint | p = 1, |
||
| const uint | g = 0, |
||
| const uint | subdiv = X|Y |
||
| ) | [private, pure virtual] |
Implemented in hp2D::AdaptiveModel< F >, and hp2D::AdaptiveModel< Cmplx >.
| const Vector<F>* concepts::Model< F >::solution | ( | ) | [inline, inherited] |
| virtual void concepts::Model< F >::solve_ | ( | ) | [protected, pure virtual, inherited] |
Method for solving.
Implemented in hp2D::Eddy2D_H, hp2D::Maxwell2D_H, concepts::DiffReactAsympCollModel_Alpha0_Order0and1< F, order, G >, concepts::DiffReactAsympCollModel_Alpha1_Order0and1< F, order, G >, concepts::DiffReactAsympCollModel_Alpha1_Order2plus< F, order, G >, concepts::DiffReactAsympCollModel_Alpha2_Order0< F, G >, concepts::DiffReactAsympCollModel_Alpha2_Order1plus< F, order, G >, concepts::DiffReactAsympModelKraehenbuehl< F, G >, hp2D::Eddy2D_E, hp2D::Eddy2D_H, hp2D::Maxwell2D_E, hp2D::Maxwell2D_H, hp2D::Maxwell2D_H_DD, concepts::DiffReactAsympCollModel_Alpha0_Order0and1< F, 0, G >, concepts::DiffReactAsympCollModel_Alpha0_Order0and1< F, 1, G >, concepts::DiffReactAsympCollModel_Alpha1_Order0and1< F, 0, G >, concepts::DiffReactAsympCollModel_Alpha1_Order0and1< F, 1, G >, concepts::DiffReactAsympCollModel_Alpha1_Order2plus< F, 2, G >, concepts::DiffReactAsympCollModel_Alpha1_Order2plus< F, 3, G >, and concepts::DiffReactAsympCollModel_Alpha2_Order1plus< F, 1, G >.
| virtual Space<Real>& concepts::Model< F >::space | ( | ) | const [pure virtual, inherited] |
Returns the space.
Implemented in concepts::DiffReactAsympCollModel_Alpha0_Order0and1< F, order, G >, concepts::DiffReactAsympCollModel_Alpha1_Order0and1< F, order, G >, concepts::DiffReactAsympCollModel_Alpha1_Order2plus< F, order, G >, concepts::DiffReactAsympCollModel_Alpha2_Order0< F, G >, concepts::DiffReactAsympCollModel_Alpha2_Order1plus< F, order, G >, concepts::DiffReactAsympModelKraehenbuehl< F, G >, hp2D::Eddy2D_E, hp2D::Eddy2D_H, hp2D::Maxwell2D_E, hp2D::Maxwell2D_H, hp2D::Maxwell2D_H_DD, concepts::DiffReactAsympCollModel_Alpha0_Order0and1< F, 0, G >, concepts::DiffReactAsympCollModel_Alpha0_Order0and1< F, 1, G >, concepts::DiffReactAsympCollModel_Alpha1_Order0and1< F, 0, G >, concepts::DiffReactAsympCollModel_Alpha1_Order0and1< F, 1, G >, concepts::DiffReactAsympCollModel_Alpha1_Order2plus< F, 2, G >, concepts::DiffReactAsympCollModel_Alpha1_Order2plus< F, 3, G >, and concepts::DiffReactAsympCollModel_Alpha2_Order1plus< F, 1, G >.
const std::string concepts::Model< F >::problemName_ [protected, inherited] |
std::auto_ptr<Vector<F> > concepts::Model< F >::sol_ [protected, inherited] |