Choral
Data Types | Modules | Functions/Subroutines
newton_mod.f90 File Reference

Go to the source code of this file.

Data Types

interface  newton_mod::newton
 
interface  newton_mod::newton
 
interface  newton_mod::solve
 

Modules

module  newton_mod
 NEWTON NON LINEAR SOLVER.
 

Functions/Subroutines

type(newton) function newton_mod::newton_create (tol, itmax, eps, verb)
 constructor More...
 
subroutine newton_mod::newton_solve (x, n, F)
 Newton algorithm to solve F(x) = 0. More...
 
subroutine df (zz, yy)
 
real(rp) function newton_mod::residual (Fx, x)
 Residual. More...
 

Function/Subroutine Documentation

◆ df()

subroutine newton_solve::df ( real(rp), dimension(:), intent(out)  zz,
real(rp), dimension(:), intent(in)  yy 
)
private

Definition at line 165 of file newton_mod.f90.