XC Open source finite element analysis program
Public Member Functions | Protected Member Functions | List of all members

EquiSolnAlgo is an abstract base class, i.e. no objects of it's type can be created. Its subclasses deifine the sequence of operations to be performed in the analysis by static equilibrium of a finite element model. More...

#include <EquiSolnAlgo.h>

Inheritance diagram for XC::EquiSolnAlgo:
XC::SolutionAlgorithm XC::MovableObject XC::ObjWithRecorders XC::DistributedBase XC::EquiSolnConvAlgo XC::KrylovNewton XC::Linear XC::NewtonBased XC::NewtonLineSearch XC::BFBRoydenBase XC::ModifiedNewton XC::NewtonRaphson XC::PeriodicNewton XC::BFGS XC::Broyden

Public Member Functions

virtual int solveCurrentStep (void)=0
 
virtual ConvergenceTestgetConvergenceTestPtr (void)
 Returns a pointer to the convergence test.
 
virtual const ConvergenceTestgetConvergenceTestPtr (void) const
 Returns a pointer to the convergence test.
 
virtual void Print (std::ostream &s, int flag=0)=0
 
IncrementalIntegratorgetIncrementalIntegratorPtr (void)
 
- Public Member Functions inherited from XC::SolutionAlgorithm
virtual int domainChanged (void)
 Realiza los cambios que sean necesarios como consecuencia de un cambio en el domain.
 
virtual AnalysisModelgetAnalysisModelPtr (void)
 Returns a pointer to the analysis model.
 
virtual const AnalysisModelgetAnalysisModelPtr (void) const
 Returns a const pointer to the analysis model.
 
virtual IntegratorgetIntegratorPtr (void)
 Returns a pointer to the integrator.
 
virtual const IntegratorgetIntegratorPtr (void) const
 Returns a const pointer to the integrator.
 
virtual LinearSOEgetLinearSOEPtr (void)
 Returns a pointer to the linear system of equations.
 
virtual const LinearSOEgetLinearSOEPtr (void) const
 Returns a const pointer to the linear system of equations.
 
virtual EigenSOEgetEigenSOEPtr (void)
 Returns a pointer to the eigen system of equations.
 
virtual const EigenSOEgetEigenSOEPtr (void) const
 Returns a const pointer to the eigen system of equations.
 
virtual const DomainSolvergetDomainSolverPtr (void) const
 Returns a const pointer to the DomainSolver.
 
virtual DomainSolvergetDomainSolverPtr (void)
 Returns a pointer to the DomainSolver.
 
virtual const SubdomaingetSubdomainPtr (void) const
 Returns a const pointer to the subdomain.
 
virtual SubdomaingetSubdomainPtr (void)
 Returns a pointer to the subdomain.
 
- Public Member Functions inherited from XC::MovableObject
 MovableObject (int classTag, int dbTag)
 Constructor.
 
 MovableObject (int classTag)
 Constructor.
 
 MovableObject (const MovableObject &otro)
 Copy constructor.
 
MovableObjectoperator= (const MovableObject &otro)
 Operacdor asignación.
 
int getClassTag (void) const
 Returns the tag de la clase.
 
int getDbTag (void) const
 Returns the tag para la database.
 
int getDbTag (CommParameters &)
 Returns the tag para la database.
 
void setDbTag (int dbTag)
 Asigna el tag para la database.
 
void setDbTag (CommParameters &)
 Asigna, sólo si es preciso, el tag para la database.
 
virtual int sendSelf (CommParameters &)=0
 
virtual int recvSelf (const CommParameters &)=0
 
virtual int setParameter (const std::vector< std::string > &argv, Parameter &param)
 
virtual int updateParameter (int parameterID, Information &info)
 
virtual int activateParameter (int parameterID)
 
virtual int setVariable (const std::string &variable, Information &)
 Returns the identificador de la variable cuyo nombre being passed as parameter.
 
virtual int getVariable (const std::string &variable, Information &)
 
- Public Member Functions inherited from XC::DistributedBase
 DistributedBase (void)
 Constructor.
 
virtual DbTagDatagetDbTagData (void) const
 Returns a vector to store class dbTags.
 
const int & getDbTagDataPos (const int &i) const
 Returns the data at the i-th position.
 
void setDbTagDataPos (const int &i, const int &v)
 Sets the data at the i-th position.
 
void inicComm (const int &dataSize) const
 Initializes communication.
 
- Public Member Functions inherited from XC::ObjWithRecorders
 ObjWithRecorders (EntCmd *owr, DataOutputHandler::map_output_handlers *oh=nullptr)
 
virtual ~ObjWithRecorders (void)
 Destructor.
 
RecordernewRecorder (const std::string &, DataOutputHandler *oh=nullptr)
 Lee un objeto Recorder desde archivo.
 
virtual int addRecorder (Recorder &theRecorder)
 Adds a recorder.
 
recorder_iterator recorder_begin (void)
 
const_recorder_iterator recorder_begin (void) const
 
recorder_iterator recorder_end (void)
 
const_recorder_iterator recorder_end (void) const
 
virtual int record (int track, double timeStamp=0.0)
 Ejecuta los recorders sobre el tag being passed as parameter.
 
void restart (void)
 Rearranca los recorders.
 
virtual int removeRecorders (void)
 Elimina los recorders.
 
void setLinks (Domain *dom)
 Asigna el domain a los recorders.
 
void SetOutputHandlers (DataOutputHandler::map_output_handlers *oh)
 Asigna el almacén de gestores de salida.
 

Protected Member Functions

 EquiSolnAlgo (SoluMethod *, int clasTag)
 
- Protected Member Functions inherited from XC::SolutionAlgorithm
SoluMethodgetSoluMethod (void)
 Returns a pointer to the solution method which owns this object.
 
const SoluMethodgetSoluMethod (void) const
 Returns a pointer to the solution method which owns this object.
 
virtual Domainget_domain_ptr (void)
 Returns a pointer to the domain.
 
int sendData (CommParameters &)
 Send object members through the channel being passed as parameter.
 
int recvData (const CommParameters &)
 Receives object members through the channel being passed as parameter.
 
 SolutionAlgorithm (SoluMethod *, int classTag)
 
virtual SolutionAlgorithmgetCopy (void) const =0
 
- Protected Member Functions inherited from XC::ObjWithRecorders
int sendData (CommParameters &cp)
 
int recvData (const CommParameters &cp)
 
size_t getNumRecorders (void) const
 Returns the number of recorders already defined.
 

Additional Inherited Members

- Public Types inherited from XC::ObjWithRecorders
typedef std::list< Recorder * > lista_recorders
 
typedef lista_recorders::iterator recorder_iterator
 
typedef lista_recorders::const_iterator const_recorder_iterator
 

Detailed Description

EquiSolnAlgo is an abstract base class, i.e. no objects of it's type can be created. Its subclasses deifine the sequence of operations to be performed in the analysis by static equilibrium of a finite element model.


The documentation for this class was generated from the following files: