Go to the source code of this file.
|
subroutine | output_controller::output_controller_init (this, time_end, size) |
| Constructor. More...
|
|
subroutine | output_controller::output_controller_free (this) |
| Destructor. More...
|
|
subroutine | output_controller::output_controller_add (this, out, write_par, write_control) |
| Add an output out to the controller. More...
|
|
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. More...
|
|
subroutine | output_controller::output_controller_set_counter (this, t) |
| Set write counter based on time (after restart) More...
|
|
subroutine | output_controller::output_controller_set_write_count (this, counter) |
| Set write counter (after restart) explicitly. More...
|
|