Octopus
root_solver.F90 File Reference

Go to the source code of this file.

Modules

module  root_solver_oct_m
 

Data Types

type  root_solver_oct_m::root_solver_t
 

Functions/Subroutines

subroutine, public root_solver_oct_m::root_solver_init (rs, namespace, dimensionality, solver_type, maxiter, rel_tolerance, abs_tolerance)
 
subroutine, public root_solver_oct_m::root_solver_read (rs, namespace)
 
subroutine, public root_solver_oct_m::droot_solver_run (rs, func, root, success, startval)
 
subroutine root_solver_oct_m::droot_newton (rs, func, root, startval, success)
 Newton-Raphson scheme can only be used in the real case. More...
 

Variables

integer, parameter, public root_solver_oct_m::root_newton = 3