32 #include "xc_utils/src/nucleo/EntCmd.h" 33 #include "ProcSoluControl.h" 38 class SolutionAlgorithm;
40 class ConstraintHandler;
64 void libera_analysis(
void);
65 bool alloc_analysis(
const std::string &,
const std::string &,
const std::string &);
81 Domain *getDomainPtr(
void);
82 const Domain *getDomainPtr(
void)
const;
Domain (mesh and boundary conditions) of the finite element model.
Definition: Domain.h:98
Analysis & getAnalysis(void)
Return a reference to the analysis object.
Definition: ProcSolu.cc:259
Clase Base para los objetos que realizan the analysis.
Definition: Analysis.h:109
Analysis * getAnalysisPtr(void)
Return a pointer to the analysis.
Definition: ProcSolu.cc:251
void clearAll(void)
Delete all entities in the FE problem.
Definition: ProcSolu.cc:148
used to solve a system of equations and to do static condensation operations on the linear system of ...
Definition: DomainSolver.h:79
void revertToStart(void)
Return the model to their initial state.
Definition: ProcSolu.cc:144
DataOutputHandler::map_output_handlers * getOutputHandlers(void) const
Return a pointer to the output handlers.
Definition: ProcSolu.cc:197
Solution procedure for the finite element problem.
Definition: ProcSolu.h:56
ProcSolu & operator=(const ProcSolu &otro)
Assignment operator.
Definition: ProcSolu.cc:135
const DomainSolver * getDomainSolverPtr(void) const
Return a pointer to the DomainSolver.
Definition: ProcSolu.cc:205
ProcSoluControl & getSoluControl(void)
Return a reference to the objects that control the solution procedure.
Definition: ProcSolu.cc:242
Finite element problem.
Definition: ProblemaEF.h:84
ProcSolu(ProblemaEF *owr)
Default constructor.
Definition: ProcSolu.cc:126
Definition: Subdomain.h:87
Integrator * getIntegratorPtr(void)
Return a pointer to the integrator.
Definition: ProcSolu.cc:179
Container for the objects that control the solution procedure.
Definition: ProcSoluControl.h:44
Analysis & newAnalysis(const std::string &, const std::string &, const std::string &)
Defines type of analysis (static, dynamic,...)
Definition: ProcSolu.cc:113
const Subdomain * getSubdomainPtr(void) const
Return a pointer to the subdomain.
Definition: ProcSolu.cc:223
================================================================================
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
~ProcSolu(void)
Destructor.
Definition: ProcSolu.cc:155