52 #ifndef NewtonRaphson_h 53 #define NewtonRaphson_h 70 #include <solution/analysis/algorithm/equiSolnAlgo/NewtonBased.h> 113 void Print(std::ostream &s,
int flag =0);
void Print(std::ostream &s, int flag=0)
Sends the string 'NewtonRaphson' to the stream if flag equals .
Definition: NewtonRaphson.cpp:217
Base class for solution algorithms.
Definition: SolutionAlgorithm.h:90
Solution procedure for the finite element problem.
Definition: AnalysisAggregation.h:89
NewtonRaphson(AnalysisAggregation *, int tangent=CURRENT_TANGENT)
Constructor.
Definition: NewtonRaphson.cpp:81
FEM_ObjectBroker is is an object broker class for the finite element method.
Definition: FEM_ObjectBroker.h:145
Uses the tangent stiffness matrix on each iteration (with or without updating) until convergence is a...
Definition: NewtonBased.h:41
int solveCurrentStep(void)
Performs the Newton-Raphson iteration algorithm.
Definition: NewtonRaphson.cpp:109
Uses the tangent stiffness matrix on each iteration until convergence is achieved.
Definition: NewtonRaphson.h:103
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34