# Created by Octave 3.2.4, Tue Nov 23 12:53:49 2010 EST <mockbuild@jetta.math.Princeton.EDU.private>
# name: cache
# type: cell
# rows: 3
# columns: 2
# name: <cell-element>
# type: string
# elements: 1
# length: 16
NLSnewtonraphson
# name: <cell-element>
# type: string
# elements: 1
# length: 741
 -- Function File: [Y,NUMIT,RESNRM] = NLSnewtonraphson (Y0, RES, JAC,
          TOL, MAXIT,VERBOSITY, UPDATE);
     Solves a non-linear system of equations using the Newton-Raphson
     method with damping.

     Input:
        - Y0: initial guess

        - RES: function handle to compute the residual

        - JAC function handle to compute the jacobian

        - TOL: tolerance for convergence check

        - MAXIT: maximum number of iterations

        - VERBOSITY: verbosity level

        - UPDATE: update function to run at each timestep

     Output:
        - Y: initial guess

        - NUMIT: number of iterations performed

        - RESNRM: residual norm at each step

     See also: NLSstationary, TSTbweuler, TSTdaspk



# name: <cell-element>
# type: string
# elements: 1
# length: 80
Solves a non-linear system of equations using the Newton-Raphson
method with dam

# name: <cell-element>
# type: string
# elements: 1
# length: 13
NLSstationary
# name: <cell-element>
# type: string
# elements: 1
# length: 303
 -- Function File: OUT = NLSstationary (INSTRUCT,X,TOL,MAXIT,DMP)
     Computes a stationary state for the system described by  SYSSTRUCT.

     Input:
        - INSTRUCT: system description structure

        - X: initial guess

        - TOL, MAXIT, DMP: parameters to be passed to NLSnewtonraphson



# name: <cell-element>
# type: string
# elements: 1
# length: 67
Computes a stationary state for the system described by  SYSSTRUCT.

