52 #ifndef VariableTimeStepDirectIntegrationAnalysis_h 53 #define VariableTimeStepDirectIntegrationAnalysis_h 68 #include <solution/analysis/analysis/DirectIntegrationAnalysis.h> 71 class TransientIntegrator;
72 class ConvergenceTest;
81 virtual double determineDt(
double dT,
double dtMin,
double dtMax,
int Jd,
ConvergenceTest *theTest);
88 int analyze(
int numSteps,
double dT,
double dtMin,
double dtMax,
int Jd);
Analysis * getCopy(void) const
Virtual constructor.
Definition: VariableTimeStepDirectIntegrationAnalysis.h:92
Solution procedure for the finite element problem.
Definition: AnalysisAggregation.h:89
Base class for the object that perform the analysis.
Definition: Analysis.h:116
VariableTimeStepDirectIntegrationAnalysis(AnalysisAggregation *analysis_aggregation)
Constructor.
Definition: VariableTimeStepDirectIntegrationAnalysis.cpp:72
Solution procedure for the finite element problem.
Definition: ProcSolu.h:56
convergence test.
Definition: ConvergenceTest.h:80
int analyze(int numSteps, double dT, double dtMin, double dtMax, int Jd)
Performs the analysis.
Definition: VariableTimeStepDirectIntegrationAnalysis.cpp:81
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
perform a dynamic analysis on the FE_Model using a direct integration scheme.
Definition: VariableTimeStepDirectIntegrationAnalysis.h:78
Direct integration dynamic analysis.
Definition: DirectIntegrationAnalysis.h:84