52 #ifndef EquiSolnAlgo_h 53 #define EquiSolnAlgo_h 70 #include <solution/analysis/algorithm/SolutionAlgorithm.h> 71 #include <solution/analysis/integrator/IncrementalIntegrator.h> 77 class ConvergenceTest;
91 virtual int solveCurrentStep(
void) =0;
94 virtual void Print(std::ostream &s,
int flag =0) =0;
IncrementalIntegrator is an algorithmic class for setting up the finite element equations in an incre...
Definition: IncrementalIntegrator.h:87
EquiSolnAlgo is an abstract base class, i.e. no objects of it's type can be created. Its subclasses deifine the sequence of operations to be performed in the analysis by static equilibrium of a finite element model.
Definition: EquiSolnAlgo.h:85
Solution procedure for the finite element problem. The solution procedure is definde by specifiying: ...
Definition: SoluMethod.h:76
convergence test.
Definition: ConvergenceTest.h:75
virtual ConvergenceTest * getConvergenceTestPtr(void)
Returns a pointer to the convergence test.
Definition: EquiSolnAlgo.cpp:87
================================================================================
Definition: ContinuaReprComponent.h:34
Base class for solution algorithms.
Definition: SolutionAlgorithm.h:86