69 #include <solution/analysis/algorithm/equiSolnAlgo/EquiSolnAlgo.h> 93 void Print(std::ostream &s,
int flag =0);
96 {
return new Linear(*
this); }
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
FEM_ObjectBroker is is an object broker class for the finite element method. All methods are virtual ...
Definition: FEM_ObjectBroker.h:138
convergence test.
Definition: ConvergenceTest.h:75
int setConvergenceTest(ConvergenceTest *theNewTest)
Sets the convergence test to use in the analysis.
Definition: Linear.cpp:134
performs a linear solution algorihm to solve the equations.
Definition: Linear.h:77
int solveCurrentStep(void)
Performs the linear solution algorithm.
Definition: Linear.cpp:126
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34
Base class for solution algorithms.
Definition: SolutionAlgorithm.h:86