Loading...
Searching...
No Matches
Go to the source code of this file.
|
| subroutine | output_controller::output_controller_init (this, time_end, size) |
| | Constructor.
|
| |
| subroutine | output_controller::output_controller_free (this) |
| | Destructor.
|
| |
| subroutine | output_controller::output_controller_add (this, out, write_par, write_control) |
| | Add an output out to the controller.
|
| |
| subroutine | output_controller::output_controller_execute (this, t, tstep, ifforce) |
| | Query each of the controllers whether it is time to write, and if so, do so for the corresponding output.
|
| |
| subroutine | output_controller::output_controller_set_counter (this, t) |
| | Set write counter based on time (after restart)
|
| |
| subroutine | output_controller::output_controller_set_write_count (this, counter) |
| | Set write counter (after restart) explicitly.
|
| |