roots::roots_typ Type Reference

basic type for root finding functions More...

Private Attributes

real eps
 
real tol
 
real root
 
real dx
 
real dxold
 
real df
 
real d
 
real e
 
real, dimension(3) x
 
real, dimension(3) f
 
integer iter
 
integer max_iterations
 
integer error
 
logical iterate
 
logical do_modified_step
 

Detailed Description

basic type for root finding functions

Definition at line 50 of file roots.f90.

Member Data Documentation

◆ d

real roots::roots_typ::d
private

Definition at line 51 of file roots.f90.

◆ df

real roots::roots_typ::df
private

Definition at line 51 of file roots.f90.

◆ do_modified_step

logical roots::roots_typ::do_modified_step
private

Definition at line 54 of file roots.f90.

◆ dx

real roots::roots_typ::dx
private

Definition at line 51 of file roots.f90.

◆ dxold

real roots::roots_typ::dxold
private

Definition at line 51 of file roots.f90.

◆ e

real roots::roots_typ::e
private

Definition at line 51 of file roots.f90.

◆ eps

real roots::roots_typ::eps
private

Definition at line 51 of file roots.f90.

◆ error

integer roots::roots_typ::error
private

Definition at line 53 of file roots.f90.

◆ f

real, dimension(3) roots::roots_typ::f
private

Definition at line 52 of file roots.f90.

◆ iter

integer roots::roots_typ::iter
private

Definition at line 53 of file roots.f90.

◆ iterate

logical roots::roots_typ::iterate
private

Definition at line 54 of file roots.f90.

◆ max_iterations

integer roots::roots_typ::max_iterations
private

Definition at line 53 of file roots.f90.

◆ root

real roots::roots_typ::root
private

Definition at line 51 of file roots.f90.

◆ tol

real roots::roots_typ::tol
private

Definition at line 51 of file roots.f90.

◆ x

real, dimension(3) roots::roots_typ::x
private

Definition at line 52 of file roots.f90.


The documentation for this type was generated from the following file:
  • /home/webadmin/src/fosite/src/numtools/roots.f90