![]() |
Octopus
|
Go to the source code of this file.
Modules | |
| module | minimizer_algorithm_oct_m |
| This module implements the basic minimizer framework. | |
Data Types | |
| type | minimizer_algorithm_oct_m::minimizer_algorithm_t |
| Abstract class implementing minimizers. More... | |
Functions/Subroutines | |
| logical function | minimizer_algorithm_oct_m::minimizer_algorithm_do_operation (this, operation) |
| Try to perform one operation of the algorithm. Return .true. if sucessful. More... | |
| logical function, public | minimizer_algorithm_oct_m::minimizer_algorithm_finished (this) |
| indicate whether a minimizer has reached the final time More... | |
| subroutine | minimizer_algorithm_oct_m::minimizer_algorithm_init_iteration_counters (this) |
| Initialize the minimizer and system clocks. More... | |
| subroutine | minimizer_algorithm_oct_m::minimizer_algorithm_write_output_header (this) |
| logical function | minimizer_algorithm_oct_m::minimizer_continues_after_finished (this) |
| subroutine | minimizer_algorithm_oct_m::minimizer_algorithm_print_speed (this) |
| print iteration speed, i.e., fs/day of wall clock time More... | |