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

Linear buckling analysis. More...

#include <LinearBucklingAnalysis.h>

Inheritance diagram for XC::LinearBucklingAnalysis:
XC::StaticAnalysis XC::Analysis

Public Member Functions

void clearAll (void)
 Clears all object members (constraint handler, analysis model,...).
 
int analyze (int numSteps)
 Performs the analysis.
 
int domainChanged (void)
 Hace los cambios que sean necesarios tras un cambio en el domain.
 
int getNumModes (void) const
 
void setNumModes (const int &nm)
 
int setLinearBucklingAlgorithm (LinearBucklingAlgo &)
 Set the solution algorithm to use for linear buckling analysis.
 
int setLinearBucklingIntegrator (LinearBucklingIntegrator &)
 the integrator to use in the analysis de eigenvalues.
 
int setArpackSOE (ArpackSOE &theSOE)
 Sets the linear system of equations to use in the analysis de eigenvalues.
 
virtual const VectorgetEigenvector (int mode)
 Returns the autovector que corresponde al modo being passed as parameter.
 
virtual const double & getEigenvalue (int mode) const
 Returns the autovalor que corresponde al modo being passed as parameter.
 
- Public Member Functions inherited from XC::StaticAnalysis
 ~StaticAnalysis (void)
 Destructor.
 
void clearAll (void)
 Clears all object members (constraint handler, analysis model,...).
 
int initialize (void)
 
int domainChanged (void)
 Hace los cambios que sean necesarios tras un cambio en el domain.
 
int setNumberer (DOF_Numberer &theNumberer)
 Sets the renumerador to use in the analysis.
 
int setAlgorithm (EquiSolnAlgo &theAlgorithm)
 Sets the solution algorithm to use in the analysis.
 
int setIntegrator (StaticIntegrator &theIntegrator)
 Sets the integrator to use in the analysis.
 
int setLinearSOE (LinearSOE &theSOE)
 Sets the linear system of equations to use in the analysis.
 
int setConvergenceTest (ConvergenceTest &theTest)
 Sets the convergence test to use in the analysis.
 
ConvergenceTestgetConvergenceTest (void)
 
- Public Member Functions inherited from XC::Analysis
SoluMethodgetSoluMethodPtr (void)
 
DomaingetDomainPtr (void)
 Returns a pointer to the domain.
 
const DomaingetDomainPtr (void) const
 Returns a pointer to the domain.
 
ConstraintHandlergetConstraintHandlerPtr (void)
 Returns a pointer to the gestor de coacciones.
 
DOF_NumberergetDOF_NumbererPtr (void) const
 Returns a pointer to the DOF numberer.
 
AnalysisModelgetAnalysisModelPtr (void) const
 Returns a pointer to the analysis model.
 
LinearSOEgetLinearSOEPtr (void) const
 Returns a pointer to the linear system of equations.
 
EigenSOEgetEigenSOEPtr (void) const
 Returns a pointer to the system of equations de eigenvalues.
 
IntegratorgetIntegratorPtr (void)
 Returns, if possible, a pointer al integrator otherwise it returns nullptr.
 
const IntegratorgetIntegratorPtr (void) const
 Returns, if possible, a pointer al integrator otherwise it returns nullptr.
 
IncrementalIntegratorgetIncrementalIntegratorPtr (void)
 Returns, if possible, a pointer al integrator incremental otherwise it returns nullptr.
 
EigenIntegratorgetEigenIntegratorPtr (void)
 Returns, if possible, a pointer al EigenIntegrator otherwise it returns nullptr.
 
LinearBucklingIntegratorgetLinearBucklingIntegratorPtr (void)
 Returns, if possible, a pointer al LinearBucklingIntegrator otherwise it returns nullptr.
 
TransientIntegratorgetTransientIntegratorPtr (void)
 Returns, if possible, a pointer al EigenIntegrator otherwise it returns nullptr.
 
StaticIntegratorgetStaticIntegratorPtr (void)
 Returns, if possible, a pointer al StaticIntegrator otherwise it returns nullptr.
 
SolutionAlgorithmgetSolutionAlgorithmPtr (void)
 
EigenAlgorithmgetEigenSolutionAlgorithmPtr (void)
 Return a pointer to the eigenproblem solution algorithm (if it's not defined it returns nullptr).
 
EquiSolnAlgogetEquiSolutionAlgorithmPtr (void)
 Return a pointer to the linear SOE solution algorithm (if it's not defined it returns nullptr).
 
DomainDecompAlgogetDomainDecompSolutionAlgorithmPtr (void)
 Return a pointer to the domain decomposition solution algorithm (if it's not defined it returns nullptr).
 
virtual ConvergenceTestgetConvergenceTestPtr (void)
 Returns a pointer to the convergence test (only for suitable analysis).
 
virtual const ConvergenceTestgetConvergenceTestPtr (void) const
 Returns a pointer to the convergence test (only for suitable analysis).
 
virtual const DomainSolvergetDomainSolver (void) const
 Returns a pointer to the DomainSolver.
 
virtual DomainSolvergetDomainSolver (void)
 Returns a pointer to the DomainSolver.
 
virtual const SubdomaingetSubdomain (void) const
 Returns a pointer to the subdomain.
 
virtual SubdomaingetSubdomain (void)
 Returns a pointer to the subdomain.
 
virtual int setEigenSOE (EigenSOE &theSOE)
 Sets the sistema de eigenvalues to use in the analysis.
 
virtual int setIntegrator (Integrator &theNewIntegrator)
 Sets the integrator to use in the analysis.
 
virtual int setAlgorithm (SolutionAlgorithm &theNewAlgorithm)
 Set the solution algorithm to be used in the analysis.
 
void brokeConstraintHandler (const CommParameters &, const ID &)
 
void brokeNumberer (const CommParameters &, const ID &)
 
void brokeAnalysisModel (const CommParameters &, const ID &)
 
void brokeDDLinearSOE (const CommParameters &, const ID &)
 
void brokeLinearSOE (const CommParameters &, const ID &)
 
void brokeIncrementalIntegrator (const CommParameters &, const ID &)
 
void brokeStaticIntegrator (const CommParameters &, const ID &)
 
void brokeTransientIntegrator (const CommParameters &, const ID &)
 
void brokeDomainDecompAlgo (const CommParameters &, const ID &)
 
void brokeEquiSolnAlgo (const CommParameters &, const ID &)
 
int getAnalysisResult (void) const
 

Protected Member Functions

 LinearBucklingAnalysis (SoluMethod *metodo, SoluMethod *eigen_solu)
 Constructor.
 
AnalysisgetCopy (void) const
 
- Protected Member Functions inherited from XC::StaticAnalysis
int new_domain_step (int num_step)
 Solicita la domain que avance un paso en the analysis.
 
int check_domain_change (int num_step, int numSteps)
 Comprueba si se ha producido algún cambio en el domain desde el último paso of the analysis. Se utiliza en el método run_analysis_step.
 
int new_integrator_step (int num_step)
 Solicita al integrator que avance un paso en the analysis.
 
int solve_current_step (int num_step)
 Solves for current step.
 
int compute_sensitivities_step (int num_step)
 Calcula las sensibilidades para el paso actual of the analysis.
 
int commit_step (int num_step)
 Consuma el estado al final del paso.
 
int run_analysis_step (int num_step, int numSteps)
 Performs un paso of the analysis.
 
 StaticAnalysis (SoluMethod *metodo)
 Constructor.
 
AnalysisgetCopy (void) const
 
- Protected Member Functions inherited from XC::Analysis
int newStepDomain (AnalysisModel *theModel, const double &dT=0.0)
 
ProcSolugetProcSolu (void)
 
const ProcSolugetProcSolu (void) const
 
 Analysis (SoluMethod *metodo)
 Constructor.
 

Friends

class ProcSolu
 Step in which the linear buckling analysis is started.
 

Additional Inherited Members

- Protected Attributes inherited from XC::StaticAnalysis
int domainStamp
 
- Protected Attributes inherited from XC::Analysis
int analysis_result
 Equal to zero if success.
 
SoluMethodmetodo_solu
 Solution method.
 

Detailed Description

Linear buckling analysis.


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