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) |
void | rebuildMesh (concepts::InputAdaptiveModels &input) |
virtual Space< Real > & | space () const =0 |
Returns the space. | |
const Vector< F > * | solution () |
Returns solution vector. | |
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 | |
std::unique_ptr< Vector< F > > | sol_ |
Solution vector. | |
const std::string | problemName_ |
Name of the problem. | |
Definition at line 22 of file adaptiveModels.hh.
|
inherited |
Definition at line 24 of file adaptiveModels.hh.
|
inline |
Definition at line 26 of file adaptiveModels.hh.
|
protectedvirtualinherited |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Reimplemented in hp2D::Eddy2D_E, hp2D::Eddy2D_H, hp2D::Maxwell2D_E, hp2D::Maxwell2D_H_Base, hp2D::Maxwell2D_H, and hp2D::Maxwell2D_H_DD.
|
protectedpure virtualinherited |
Mesh.
Implemented in hp2D::AdaptiveModel< F >, and hp2D::AdaptiveModel< Cmplx >.
|
protectedpure virtualinherited |
Mesh abbreviation string.
Implemented in hp2D::Eddy2D_E, hp2D::Eddy2D_H, hp2D::Maxwell2D_E, and hp2D::Maxwell2D_H_Base.
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 |
|
inlineinherited |
|
pure virtualinherited |
Returns the space.
Implemented in hp2D::Eddy2D_E, hp2D::Eddy2D_H, hp2D::Maxwell2D_E, hp2D::Maxwell2D_H, and hp2D::Maxwell2D_H_DD.
|
protectedinherited |
|
protectedinherited |