29 #ifndef PROCSOLUCONTROL_H 30 #define PROCSOLUCONTROL_H 32 #include "xc_utils/src/nucleo/EntCmd.h" 33 #include "analysis/MapModelWrapper.h" 34 #include "MapSoluMethod.h" 51 const ProcSolu *getProcSolu(
void)
const;
62 DataOutputHandler::map_output_handlers *getOutputHandlers(
void)
const;
void clearAll(void)
Clears all.
Definition: ProcSoluControl.cc:118
MapModelWrapper & getModelWrapperContainer(void)
Returns a reference to the model wrapper container.
Definition: ProcSoluControl.cc:85
Domain (mesh and boundary conditions) of the finite element model.
Definition: Domain.h:98
MapSoluMethod & getSoluMethodContainer(void)
Return a reference to the solution procedures container.
Definition: ProcSoluControl.cc:89
Integrator * getIntegratorPtr(void)
Returns a pointer to the integrator.
Definition: ProcSoluControl.cc:69
Solution procedure for the finite element problem. The solution procedure is definde by specifiying: ...
Definition: SoluMethod.h:76
Solution procedure for the finite element problem.
Definition: ProcSolu.h:56
Finite element model wrappers container.
Definition: MapModelWrapper.h:44
const SoluMethod * getSoluMethod(const std::string &) const
Returns a const pointer to the solution method.
Definition: ProcSoluControl.cc:103
Domain * getDomain(void)
Returns a pointer to the domain on which the solution algortithm operates.
Definition: ProcSoluControl.cc:52
ProcSoluControl(ProcSolu *owr)
Default constructor.
Definition: ProcSoluControl.cc:40
const ModelWrapper * getModelWrapper(const std::string &) const
Returns 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
Wrapper for the finite element model "seen" from the solver. The model wrapper is definied by: ...
Definition: ModelWrapper.h:55
void revertToStart(void)
Returns todo a su estado original.
Definition: ProcSoluControl.cc:111
Solution methods container.
Definition: MapSoluMethod.h:44
================================================================================
Definition: ContinuaReprComponent.h:34
Base class for the object that performs the integration of physical properties over the domain to for...
Definition: Integrator.h:91