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);
Float vector abstraction.
Definition: Vector.h:93
Base class for solution algorithms.
Definition: SolutionAlgorithm.h:90
Solution procedure for the finite element problem.
Definition: AnalysisAggregation.h:89
FEM_ObjectBroker is is an object broker class for the finite element method.
Definition: FEM_ObjectBroker.h:145
KrylovNewton is a class which uses a Krylov subspace accelerator on the modified Newton method...
Definition: KrylovNewton.h:78
void Print(std::ostream &s, int flag=0)
Send information to the stream based on the integer flag.
Definition: KrylovNewton.cpp:229
virtual int sendSelf(CommParameters &)
Send the object.
Definition: KrylovNewton.cpp:223
EquiSolnAlgo is an abstract base class, i.e.
Definition: EquiSolnAlgo.h:88
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Communication parameters between processes.
Definition: CommParameters.h:65
int solveCurrentStep(void)
resuelve el paso actual.
Definition: KrylovNewton.cpp:80
virtual int recvSelf(const CommParameters &)
Receive the object.
Definition: KrylovNewton.cpp:226