Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
EquiSolnAlgo Class Reference#include <EquiSolnAlgo.h>
Inheritance diagram for EquiSolnAlgo::
List of all members.
Detailed Description
The EquiSolnAlgo class is an abstract base class. Its purpose is to define the interface common among all subtypes. An EquiSolnAlgo object defines the sequence of operations performed by the the Integrator and the LinearSOE objects in solving the equilibrium equation
given the current state of the domain at each time step in a direct integration analysis or load increment in a static analysis. \
}
Definition at line 63 of file EquiSolnAlgo.h.
Constructor & Destructor Documentation
EquiSolnAlgo::EquiSolnAlgo (
|
int classTag )
|
|
EquiSolnAlgo::~EquiSolnAlgo (
|
) [virtual]
|
|
Member Function Documentation
void EquiSolnAlgo::Print (
|
ostream & s,
|
|
int flag = 0 ) [pure virtual]
|
|
LinearSOE * EquiSolnAlgo::getLinearSOEptr (
|
void ) const
|
|
int EquiSolnAlgo::solveCurrentStep (
|
void ) [pure virtual]
|
|
The documentation for this class was generated from the following files:
|