Nonlinear finite elements/Newton method for finite elements

From Wikiversity
Jump to navigation Jump to search

Newton's method for nonlinear finite elements[edit | edit source]

The finite element approximation of a nonlinear boundary value problem results in a system of nonlinear equations of the form

Here, K is a nonlinear function relating the nodal degrees of freedom and the internal nodal forces and f is the externally applied nodal forces. Now the problem is to find the values of the nodal degrees of freedom such that the above equation is satisfied. In general the above equation does not have a close form solution (or some algorithm to find the closed form solution), hence we resort to numerical root finding methods to find an approximate solution. Newtons method is commonly used solution procedure for the solution of system simultaneous nonlinear equations. We rewrite the above equation in the form

Then, the Newton iteration formula can be written as

The tangent stiffness is given by

The iterative procedure is terminated when either the residual is very small or the difference between successive solutions is less than a specified tolerance.

However, both the residual and the solution are vectors. We usually compare the (Euclidean) norm of the vectors with a tolerance . In symbolic form, we check the norm of the residual using

For the difference between successive solutions we check