Definition at line 120 of file convergence_criterion.F90.
|
real(real64), public | tol_abs |
| Tolerance of the convergence criterion. More...
|
|
real(real64), public | tol_rel |
| Tolerance of the convergence criterion. More...
|
|
character(len=:), allocatable, public | label |
|
type(unit_t), pointer, public | unit => null() |
|
real(real64), public | val_abs |
| Current value of the criterion. More...
|
|
real(real64), public | val_rel |
|
◆ is_converged()
procedure convergence_criterion_oct_m::convergence_criterion_t::is_converged |
|
private |
◆ set_pointers()
procedure convergence_criterion_oct_m::convergence_criterion_t::set_pointers |
|
private |
◆ write_info()
procedure convergence_criterion_oct_m::convergence_criterion_t::write_info |
|
private |
◆ tol_abs
real(real64), public convergence_criterion_oct_m::convergence_criterion_t::tol_abs |
◆ tol_rel
real(real64), public convergence_criterion_oct_m::convergence_criterion_t::tol_rel |
◆ label
character(len=:), allocatable, public convergence_criterion_oct_m::convergence_criterion_t::label |
◆ unit
type(unit_t), pointer, public convergence_criterion_oct_m::convergence_criterion_t::unit => null() |
◆ val_abs
real(real64), public convergence_criterion_oct_m::convergence_criterion_t::val_abs |
◆ val_rel
real(real64), public convergence_criterion_oct_m::convergence_criterion_t::val_rel |
◆ value_diff
real(real64), pointer convergence_criterion_oct_m::convergence_criterion_t::value_diff |
|
private |
◆ norm
real(real64), pointer convergence_criterion_oct_m::convergence_criterion_t::norm |
|
private |
The documentation for this type was generated from the following file: