Integrator Class Reference#include <Integrator.h>
Inheritance diagram for Integrator:
List of all members.
Detailed Description
Definition at line 50 of file Integrator.h.
Constructor & Destructor Documentation
Integrator::Integrator |
( |
int |
classTag |
) |
|
Integrator::~Integrator |
( |
|
) |
[virtual] |
Member Function Documentation
int Integrator::domainChanged |
( |
void |
|
) |
[virtual] |
Reimplemented in AlphaOS, AlphaOSGeneralized, ArcLength, ArcLength1, CentralDifference, CentralDifferenceAlternative, CentralDifferenceNoDamping, Collocation, CollocationHybridSimulation, DisplacementControl, DistributedDisplacementControl, HHT, HHT1, HHTExplicit, HHTGeneralized, HHTGeneralizedExplicit, HHTHybridSimulation, HSConstraint, MinUnbalDispNorm, Newmark, Newmark1, NewmarkExplicit, NewmarkHybridSimulation, and WilsonTheta.
Definition at line 50 of file Integrator.cpp.
Referenced by TransientDomainDecompositionAnalysis::domainChanged(), StaticDomainDecompositionAnalysis::domainChanged(), StaticAnalysis::domainChanged(), EigenAnalysis::domainChanged(), DomainDecompositionAnalysis::domainChanged(), DirectIntegrationAnalysis::domainChanged(), and DirectIntegrationAnalysis::setIntegrator().
virtual int Integrator::formEleTangent |
( |
FE_Element * |
theEle |
) |
[pure virtual] |
Implemented in AlphaOS, AlphaOSGeneralized, CentralDifference, CentralDifferenceAlternative, CentralDifferenceNoDamping, Collocation, CollocationHybridSimulation, EigenIntegrator, HHT, HHT1, HHTExplicit, HHTGeneralized, HHTGeneralizedExplicit, HHTHybridSimulation, IncrementalIntegrator, Newmark, Newmark1, NewmarkExplicit, NewmarkHybridSimulation, StaticIntegrator, and WilsonTheta.
Referenced by FE_Element::getTangent(), and FE_Element::getTangForce().
virtual int Integrator::formNodTangent |
( |
DOF_Group * |
theDof |
) |
[pure virtual] |
Implemented in AlphaOS, AlphaOSGeneralized, CentralDifference, CentralDifferenceAlternative, CentralDifferenceNoDamping, Collocation, CollocationHybridSimulation, EigenIntegrator, HHT, HHT1, HHTExplicit, HHTGeneralized, HHTGeneralizedExplicit, HHTHybridSimulation, IncrementalIntegrator, Newmark, Newmark1, NewmarkExplicit, NewmarkHybridSimulation, StaticIntegrator, and WilsonTheta.
Referenced by DOF_Group::getTangent().
virtual int Integrator::formEleResidual |
( |
FE_Element * |
theEle |
) |
[pure virtual] |
virtual int Integrator::formNodUnbalance |
( |
DOF_Group * |
theDof |
) |
[pure virtual] |
virtual int Integrator::getLastResponse |
( |
Vector & |
result, |
|
|
const ID & |
id | |
|
) |
| | [pure virtual] |
virtual void Integrator::Print |
( |
OPS_Stream & |
s, |
|
|
int |
flag = 0 | |
|
) |
| | [pure virtual] |
Implemented in AlphaOS, AlphaOSGeneralized, ArcLength, ArcLength1, CentralDifference, CentralDifferenceAlternative, CentralDifferenceNoDamping, Collocation, CollocationHybridSimulation, DisplacementControl, DistributedDisplacementControl, EigenIntegrator, HHT, HHT1, HHTExplicit, HHTGeneralized, HHTGeneralizedExplicit, HHTHybridSimulation, HSConstraint, LoadControl, LoadPath, MinUnbalDispNorm, Newmark, Newmark1, NewmarkExplicit, NewmarkHybridSimulation, WilsonTheta, and StaticSensitivityIntegrator.
Referenced by printIntegrator().
The documentation for this class was generated from the following files:
Generated on Mon Oct 23 15:05:44 2006 for OpenSees by 1.5.0
|