Files | |
file | NewtonRaphson.hpp [code] |
This file contains the "NewtonRaphson" algorithm declarations, which solves the non-linear system of equations in a few iterations until the norm of the residuals reaches a certain tolerance or a maximun number of iterations is reached; therefore, this routine is meant to be used for non-linear analysis. | |