53 #ifndef ModifiedNewton_h 54 #define ModifiedNewton_h 70 #include <solution/analysis/algorithm/equiSolnAlgo/NewtonBased.h> 73 class ConvergenceTest;
118 void Print(std::ostream &s,
int flag =0)
const;
Base class for solution algorithms.
Definition: SolutionAlgorithm.h:91
Modified Newton-Raphson algorithm.
Definition: ModifiedNewton.h:110
FEM_ObjectBroker is is an object broker class for the finite element method.
Definition: FEM_ObjectBroker.h:151
int solveCurrentStep(void)
Solves for the current analysis step.
Definition: ModifiedNewton.cpp:108
Base class for algorithms based on Newton method.
Definition: NewtonBased.h:45
void Print(std::ostream &s, int flag=0) const
Sends the class name to the stream if flag equals .
Definition: ModifiedNewton.cpp:204
Solution strategy for the finite element problem.
Definition: SolutionStrategy.h:94
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35