Neko  0.9.0
A portable framework for high-order spectral element flow simulations
output_controller.f90 File Reference

Go to the source code of this file.

Data Types

type  output_controller::output_controller_t
 Centralized controller for a list of outputs. More...
 

Modules

module  output_controller
 Implements output_controller_t
 

Functions/Subroutines

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...