52 #ifndef ModifiedNewton_h 53 #define ModifiedNewton_h 69 #include <solution/analysis/algorithm/equiSolnAlgo/NewtonBased.h> 72 class ConvergenceTest;
117 void Print(std::ostream &s,
int flag =0);
Base class for solution algorithms.
Definition: SolutionAlgorithm.h:90
Solution procedure for the finite element problem.
Definition: AnalysisAggregation.h:89
Uses the tangent stiffness matrix computed in the first iteration until convergence is achieved...
Definition: ModifiedNewton.h:109
FEM_ObjectBroker is is an object broker class for the finite element method.
Definition: FEM_ObjectBroker.h:145
int solveCurrentStep(void)
Solves for the current analysis step.
Definition: ModifiedNewton.cpp:108
Uses the tangent stiffness matrix on each iteration (with or without updating) until convergence is a...
Definition: NewtonBased.h:41
void Print(std::ostream &s, int flag=0)
Sends the class name to the stream if flag equals .
Definition: ModifiedNewton.cpp:205
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34