xc
|
Wrapper for the finite element model "as seen" from the solver. More...
#include <ModelWrapper.h>
Public Member Functions | |
ModelWrapper (AnalysisAggregation *owr=nullptr) | |
Default constructor. | |
ModelWrapper (const ModelWrapper &) | |
Copy constructor. | |
ModelWrapper & | operator= (const ModelWrapper &) |
Assignment operator. | |
~ModelWrapper (void) | |
Destructor. | |
Domain * | getDomainPtr (void) |
Return a pointer to the domain. | |
const Domain * | getDomainPtr (void) const |
Return a pointer to the domain. | |
Integrator * | getIntegratorPtr (void) |
Return a pointer to the integrator. | |
const Integrator * | getIntegratorPtr (void) const |
Return a pointer to the integrator. | |
ConstraintHandler * | getConstraintHandlerPtr (void) |
Return a pointer to the constraints handler. | |
const ConstraintHandler * | getConstraintHandlerPtr (void) const |
Return a pointer to the constraints handler. | |
DOF_Numberer * | getDOF_NumbererPtr (void) |
Return a pointer to the DOF numberer. | |
const DOF_Numberer * | getDOF_NumbererPtr (void) const |
Return a pointer to the DOF numberer. | |
AnalysisModel * | getAnalysisModelPtr (void) |
Return a pointer to the analysis model. | |
const AnalysisModel * | getAnalysisModelPtr (void) const |
Return a pointer to the analysis model. | |
int | setNumberer (DOF_Numberer &theNumberer) |
Set the numberer to be used in the analysis. | |
void | brokeConstraintHandler (const CommParameters &, const ID &) |
void | brokeNumberer (const CommParameters &, const ID &) |
void | brokeAnalysisModel (const CommParameters &, const ID &) |
bool | CheckPointers (void) |
Verifica que los pointers no sean nulos. | |
DOF_Numberer & | newNumberer (const std::string &) |
Creates a numberer of the type passed as parameter. | |
ConstraintHandler & | newConstraintHandler (const std::string &) |
Create a constraints handler of the type passed as parameter. | |
void | clearAll (void) |
Friends | |
class | FEProblem |
class | AnalysisAggregation |
Wrapper for the finite element model "as seen" from the solver.
The model wrapper contains: