52 #ifndef TransientAnalysis_h 53 #define TransientAnalysis_h 68 #include <solution/analysis/analysis/Analysis.h> 81 virtual int analyze(
int numSteps,
double dT) = 0;
Clase Base para los objetos que realizan the analysis.
Definition: Analysis.h:109
TransientAnalysis(SoluMethod *)
Constructor.
Definition: TransientAnalysis.cpp:68
Analysis of the time-dependent response of the model.
Definition: TransientAnalysis.h:75
Solution procedure for the finite element problem. The solution procedure is definde by specifiying: ...
Definition: SoluMethod.h:76
virtual int analyze(int numSteps, double dT)=0
Performs the analysis.
================================================================================
Definition: ContinuaReprComponent.h:34