29 #ifndef PROCSOLUCONTROL_H 30 #define PROCSOLUCONTROL_H 32 #include "xc_utils/src/kernel/CommandEntity.h" 33 #include "analysis/MapModelWrapper.h" 34 #include "AnalysisAggregationMap.h" 51 const ProcSolu *getProcSolu(
void)
const;
62 DataOutputHandler::map_output_handlers *getOutputHandlers(
void)
const;
Integrator * getIntegratorPtr(void)
Return a pointer to the integrator.
Definition: ProcSoluControl.cc:69
Solution procedure for the finite element problem.
Definition: AnalysisAggregation.h:89
void revertToStart(void)
Revert to the initial state.
Definition: ProcSoluControl.cc:111
const AnalysisAggregation * getAnalysisAggregation(const std::string &) const
Return a const pointer to the solution method.
Definition: ProcSoluControl.cc:103
Wrapper for the finite element model "as seen" from the solver.
Definition: ModelWrapper.h:58
ProcSoluControl(ProcSolu *owr)
Default constructor.
Definition: ProcSoluControl.cc:40
Base class for the objects that performs the integration of physical properties over the domain to fo...
Definition: Integrator.h:99
const ModelWrapper * getModelWrapper(const std::string &) const
Return a pointer to the model wrapper with the identifier being passed as parameter.
Definition: ProcSoluControl.cc:94
Container for the objects that control the solution procedure.
Definition: ProcSoluControl.h:44
Solution procedure for the finite element problem.
Definition: ProcSolu.h:56
void clearAll(void)
Clear all.
Definition: ProcSoluControl.cc:118
MapModelWrapper & getModelWrapperContainer(void)
Return a reference to the model wrapper container.
Definition: ProcSoluControl.cc:85
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Solution methods container.
Definition: AnalysisAggregationMap.h:44
Domain * getDomain(void)
Return a pointer to the domain on which the solution algorithm operates.
Definition: ProcSoluControl.cc:52
Finite element model wrappers container.
Definition: MapModelWrapper.h:44
AnalysisAggregationMap & getAnalysisAggregationContainer(void)
Return a reference to the solution procedures container.
Definition: ProcSoluControl.cc:89
Domain (mesh and boundary conditions) of the finite element model.
Definition: Domain.h:116