52 #ifndef SolutionAlgorithm_h 53 #define SolutionAlgorithm_h 67 #include <utility/actor/actor/MovableObject.h> 68 #include "utility/recorder/ObjWithRecorders.h" 69 #include "utility/handler/DataOutputHandler.h" 72 class FEM_ObjectBroker;
virtual Integrator * getIntegratorPtr(void)
Returns a pointer to the integrator.
Definition: SolutionAlgorithm.cpp:107
SoluMethod * getSoluMethod(void)
Returns a pointer to the solution method which owns this object.
Definition: SolutionAlgorithm.cpp:82
Domain (mesh and boundary conditions) of the finite element model.
Definition: Domain.h:98
Solution procedure for the finite element problem. The solution procedure is definde by specifiying: ...
Definition: SoluMethod.h:76
used to solve a system of equations and to do static condensation operations on the linear system of ...
Definition: DomainSolver.h:79
Objeto capaz de gestionar Recorders.
Definition: ObjWithRecorders.h:44
virtual AnalysisModel * getAnalysisModelPtr(void)
Returns a pointer to the analysis model.
Definition: SolutionAlgorithm.cpp:99
Base class for eigenproblem systems of equations.
Definition: EigenSOE.h:63
FEM_ObjectBroker is is an object broker class for the finite element method. All methods are virtual ...
Definition: FEM_ObjectBroker.h:138
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: SolutionAlgorithm.cpp:195
Object that can move between processes.
Definition: MovableObject.h:91
Definition: Subdomain.h:87
virtual LinearSOE * getLinearSOEPtr(void)
Returns a pointer to the linear system of equations.
Definition: SolutionAlgorithm.cpp:123
virtual EigenSOE * getEigenSOEPtr(void)
Returns a pointer to the eigen system of equations.
Definition: SolutionAlgorithm.cpp:139
Linea system of equations. This is the class definition for LinearSOE. LinearSOE is an abstract base ...
Definition: LinearSOE.h:86
virtual Domain * get_domain_ptr(void)
Returns a pointer to the domain.
Definition: SolutionAlgorithm.cpp:187
virtual const DomainSolver * getDomainSolverPtr(void) const
Returns a const pointer to the DomainSolver.
Definition: SolutionAlgorithm.cpp:155
Los objetos de esta clase, dan acceso a los objetos FE_Element y DOF_Group creados por el Constraint ...
Definition: AnalysisModel.h:113
virtual const Subdomain * getSubdomainPtr(void) const
Returns a const pointer to the subdomain.
Definition: SolutionAlgorithm.cpp:171
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34
Base class for solution algorithms.
Definition: SolutionAlgorithm.h:86
Base class for the object that performs the integration of physical properties over the domain to for...
Definition: Integrator.h:91
virtual int domainChanged(void)
Realiza los cambios que sean necesarios como consecuencia de un cambio en el domain.
Definition: SolutionAlgorithm.cpp:78
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: SolutionAlgorithm.cpp:201