xc
Public Member Functions | Protected Member Functions | Friends | List of all members

perform a dynamic analysis on the FE_Model using a direct integration scheme. More...

#include <VariableTimeStepDirectIntegrationAnalysis.h>

Inheritance diagram for XC::VariableTimeStepDirectIntegrationAnalysis:
XC::DirectIntegrationAnalysis XC::TransientAnalysis XC::Analysis

Public Member Functions

int analyze (int numSteps, double dT, double dtMin, double dtMax, int Jd)
 Performs the analysis. More...
 
- Public Member Functions inherited from XC::DirectIntegrationAnalysis
virtual ~DirectIntegrationAnalysis (void)
 Destructor. More...
 
void clearAll (void)
 Clears all object members (constraint handler, analysis model,...). More...
 
int analyze (int numSteps, double dT)
 Performs the analysis. More...
 
int initialize (void)
 
int domainChanged (void)
 Execute the changes following a change in the domain. More...
 
int setNumberer (DOF_Numberer &theNumberer)
 Sets the renumerador to use in the analysis.
 
int setAlgorithm (EquiSolnAlgo &theAlgorithm)
 Sets the solutio algorithm to use in the analysis. More...
 
int setIntegrator (TransientIntegrator &theIntegrator)
 Sets the integrator to use in the analysis. More...
 
int setLinearSOE (LinearSOE &theSOE)
 Sets the linear system of equations to use in the analysis. More...
 
int setConvergenceTest (ConvergenceTest &theTest)
 Sets the convergence test to use in the analysis.
 
int checkDomainChange (void)
 Comprueba si el domain ha cambiado.
 
- Public Member Functions inherited from XC::Analysis
AnalysisAggregationgetAnalysisAggregationPtr (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 constraint handler.
 
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.
 
TransientIntegrator * getTransientIntegratorPtr (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). More...
 
EquiSolnAlgogetEquiSolutionAlgorithmPtr (void)
 Return a pointer to the linear SOE solution algorithm (if it's not defined it returns nullptr). More...
 
DomainDecompAlgogetDomainDecompSolutionAlgorithmPtr (void)
 Return a pointer to the domain decomposition solution algorithm (if it's not defined it returns nullptr). More...
 
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

virtual double determineDt (double dT, double dtMin, double dtMax, int Jd, ConvergenceTest *theTest)
 
 VariableTimeStepDirectIntegrationAnalysis (AnalysisAggregation *analysis_aggregation)
 Constructor.
 
AnalysisgetCopy (void) const
 Virtual constructor.
 
- Protected Member Functions inherited from XC::DirectIntegrationAnalysis
 DirectIntegrationAnalysis (AnalysisAggregation *analysis_aggregation)
 Constructor.
 
- Protected Member Functions inherited from XC::TransientAnalysis
 TransientAnalysis (AnalysisAggregation *)
 Constructor.
 
- Protected Member Functions inherited from XC::Analysis
int newStepDomain (AnalysisModel *theModel, const double &dT=0.0)
 
ProcSolugetProcSolu (void)
 
const ProcSolugetProcSolu (void) const
 
 Analysis (AnalysisAggregation *analysis_aggregation)
 Constructor. More...
 

Friends

class ProcSolu
 

Additional Inherited Members

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

Detailed Description

perform a dynamic analysis on the FE_Model using a direct integration scheme.

Member Function Documentation

§ analyze()

int XC::VariableTimeStepDirectIntegrationAnalysis::analyze ( int  numSteps,
double  dT,
double  dtMin,
double  dtMax,
int  Jd 
)

Performs the analysis.

Parameters
numStepsnumber of steps in the analysis.
dTtime increment.
dtMinMinimum value for the time increment.
dtMaxMaximum value for the time increment.

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