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

performs a Newton-Raphson with line search solution algorithm in solving the equations as outline in Crissfields book. More...

#include <NewtonLineSearch.h>

Inheritance diagram for XC::NewtonLineSearch:
XC::EquiSolnAlgo XC::SolutionAlgorithm XC::MovableObject XC::ObjWithRecorders XC::DistributedBase

Public Member Functions

int solveCurrentStep (void)
 resuelve el paso actual.
 
virtual int sendSelf (CommParameters &)
 
virtual int recvSelf (const CommParameters &)
 
void Print (std::ostream &s, int flag=0)
 
- Public Member Functions inherited from XC::EquiSolnAlgo
virtual ConvergenceTestgetConvergenceTestPtr (void)
 Returns a pointer to the convergence test.
 
virtual const ConvergenceTestgetConvergenceTestPtr (void) const
 Returns a pointer to the convergence test.
 
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 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

void libera (void)
 
bool alloc (const std::string &)
 
void copia (LineSearch *)
 
- Protected Member Functions inherited from XC::EquiSolnAlgo
 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)
 
- 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.
 

Friends

class SoluMethod
 
class FEM_ObjectBroker
 

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

performs a Newton-Raphson with line search solution algorithm in solving the equations as outline in Crissfields book.


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