52 #ifndef ModifiedNewton_h 53 #define ModifiedNewton_h 69 #include <solution/analysis/algorithm/equiSolnAlgo/NewtonBased.h> 72 class ConvergenceTest;
86 void Print(std::ostream &s,
int flag =0);
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
Uses the tangent stiffness matrix computed in the first iteration until convergence is achieved...
Definition: ModifiedNewton.h:78
int solveCurrentStep(void)
resuelve el paso actual.
Definition: ModifiedNewton.cpp:81
================================================================================
Definition: ContinuaReprComponent.h:34
Base class for solution algorithms.
Definition: SolutionAlgorithm.h:86
Uses the tangent stiffness matrix on each iteration (with or without updating) until convergence is a...
Definition: NewtonBased.h:41