FV3 Bundle
|
Data Types | |
type | minim_type |
Functions/Subroutines | |
subroutine | minim_compute (minim, mpl, lprt) |
subroutine | minim_cost (minim, mpl, x, f) |
subroutine | minim_cost_fit_diag (minim, mpl, x, f) |
subroutine | minim_cost_fit_diag_dble (minim, mpl, x, f) |
subroutine | minim_cost_fit_lct (minim, mpl, x, f) |
subroutine | minim_hooke (minim, mpl, guess) |
subroutine | minim_best_nearby (minim, mpl, delta, point, prevbest, funevals, minf) |
subroutine | minim_vt_dir (minim, x) |
subroutine | minim_vt_inv (minim, mpl, x) |
Variables | |
real(kind_real), parameter | rho = 0.5_kind_real |
real(kind_real), parameter | tol = 1.0e-6_kind_real |
integer, parameter | itermax = 10 |
|
private |
|
private |
Definition at line 78 of file type_minim.F90.
|
private |
Definition at line 129 of file type_minim.F90.
|
private |
|
private |
|
private |
|
private |
|
private |
Definition at line 515 of file type_minim.F90.
|
private |
integer, parameter type_minim::itermax = 10 |
Definition at line 21 of file type_minim.F90.
real(kind_real), parameter type_minim::rho = 0.5_kind_real |
Definition at line 19 of file type_minim.F90.
real(kind_real), parameter type_minim::tol = 1.0e-6_kind_real |
Definition at line 20 of file type_minim.F90.