Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

VariableTimeStepDirectIntegrationAnalysis Class Reference

#include <VariableTimeStepDirectIntegrationAnalysis.h>

Inheritance diagram for VariableTimeStepDirectIntegrationAnalysis::

DirectIntegrationAnalysis TransientAnalysis Analysis List of all members.

Public Methods

 VariableTimeStepDirectIntegrationAnalysis (Domain &theDomain, ConstraintHandler &theHandler, DOF_Numberer &theNumberer, AnalysisModel &theModel, EquiSolnAlgo &theSolnAlgo, LinearSOE &theSOE, TransientIntegrator &theIntegrator)
virtual ~VariableTimeStepDirectIntegrationAnalysis ()
int analyze (int numSteps, double dT, double dtMin, double dtMax, double perCent)

Protected Methods

virtual double determineDt (double dT, double dtMin, double dtMax, double perCent, ConvergenceTest *theTest)

Constructor & Destructor Documentation

VariableTimeStepDirectIntegrationAnalysis::VariableTimeStepDirectIntegrationAnalysis ( Domain & theDomain,
ConstraintHandler & theHandler,
DOF_Numberer & theNumberer,
AnalysisModel & theModel,
EquiSolnAlgo & theSolnAlgo,
LinearSOE & theSOE,
TransientIntegrator & theIntegrator )
 

Definition at line 45 of file VariableTimeStepDirectIntegrationAnalysis.cpp.

VariableTimeStepDirectIntegrationAnalysis::~VariableTimeStepDirectIntegrationAnalysis ( ) [virtual]
 

Definition at line 60 of file VariableTimeStepDirectIntegrationAnalysis.cpp.


Member Function Documentation

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

Definition at line 67 of file VariableTimeStepDirectIntegrationAnalysis.cpp.

double VariableTimeStepDirectIntegrationAnalysis::determineDt ( double dT,
double dtMin,
double dtMax,
double perCent,
ConvergenceTest * theTest ) [protected, virtual]
 

Definition at line 147 of file VariableTimeStepDirectIntegrationAnalysis.cpp.

Referenced by analyze().


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