51 #ifndef KrylovNewton_h 52 #define KrylovNewton_h 65 #include "EquiSolnAlgo.h" 66 #include "utility/matrix/Vector.h" 84 std::vector<Vector> v;
86 std::vector<Vector> Av;
102 int leastSquares(
int dimension);
113 void Print(std::ostream &s,
int flag =0);
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
int solveCurrentStep(void)
resuelve el paso actual.
Definition: KrylovNewton.cpp:80
FEM_ObjectBroker is is an object broker class for the finite element method. All methods are virtual ...
Definition: FEM_ObjectBroker.h:138
KrylovNewton is a class which uses a Krylov subspace accelerator on the modified Newton method...
Definition: KrylovNewton.h:78
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34
Base class for solution algorithms.
Definition: SolutionAlgorithm.h:86