52 #ifndef NewtonRaphson_h 53 #define NewtonRaphson_h 70 #include <solution/analysis/algorithm/equiSolnAlgo/NewtonBased.h> 86 int solveCurrentStep(
void);
88 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 on each iteration until convergence is achieved.
Definition: NewtonRaphson.h:78
================================================================================
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