53 #ifndef NewtonRaphson_h    54 #define NewtonRaphson_h    71 #include <solution/analysis/algorithm/equiSolnAlgo/NewtonBased.h>   114     void Print(std::ostream &s, 
int flag =0) 
const;    
 virtual SolutionAlgorithm * getCopy(void) const
Virtual constructor. 
Definition: NewtonRaphson.cpp:85
Base class for solution algorithms. 
Definition: SolutionAlgorithm.h:91
void Print(std::ostream &s, int flag=0) const
Sends the string 'NewtonRaphson' to the stream if flag equals . 
Definition: NewtonRaphson.cpp:221
int solveCurrentStep(void)
Performs the Newton-Raphson iteration algorithm. 
Definition: NewtonRaphson.cpp:113
FEM_ObjectBroker is is an object broker class for the finite element method. 
Definition: FEM_ObjectBroker.h:151
Base class for algorithms based on Newton method. 
Definition: NewtonBased.h:45
Solution strategy for the finite element problem. 
Definition: SolutionStrategy.h:94
Newton-Raphson algorgitht. 
Definition: NewtonRaphson.h:104
Open source finite element program for structural analysis. 
Definition: ContinuaReprComponent.h:35
NewtonRaphson(SolutionStrategy *, int tangent=CURRENT_TANGENT)
Constructor. 
Definition: NewtonRaphson.cpp:81