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);
90 inline Analysis *VariableTimeStepDirectIntegrationAnalysis::getCopy(
void)
const Clase Base para los objetos que realizan the analysis.
Definition: Analysis.h:109
int analyze(int numSteps, double dT, double dtMin, double dtMax, int Jd)
Performs the analysis.
Definition: VariableTimeStepDirectIntegrationAnalysis.cpp:76
Solution procedure for the finite element problem. The solution procedure is definde by specifiying: ...
Definition: SoluMethod.h:76
Solution procedure for the finite element problem.
Definition: ProcSolu.h:56
VariableTimeStepDirectIntegrationAnalysis(SoluMethod *metodo)
Constructor.
Definition: VariableTimeStepDirectIntegrationAnalysis.cpp:72
convergence test.
Definition: ConvergenceTest.h:75
perform a dynamic analysis on the FE_Model using a direct integration scheme.
Definition: VariableTimeStepDirectIntegrationAnalysis.h:78
Direct integration dynamic analysis.
Definition: DirectIntegrationAnalysis.h:80
================================================================================
Definition: ContinuaReprComponent.h:34