| 
    Neko 0.9.1
    
   A portable framework for high-order spectral element flow simulations 
   | 
 
Defines an output.
Data Types | |
| type | output_ptr_t | 
Wrapper around an output_t pointer.  More... | |
| interface | output_sample | 
| Abstract interface for sampling an output type at time t.  More... | |
| type | output_t | 
| Abstract type defining an output type.  More... | |
Functions/Subroutines | |
| subroutine | output_init (this, fname, precision) | 
| Output constructor.   | |
| subroutine | output_set_counter (this, n) | 
| Update the output's file counter.   | |
| subroutine | output_set_start_counter (this, n) | 
| Update the start of output's file counter.   | |
      
  | 
  private | 
| fname | Name of the output file. | 
| precision | Output precision (sp or dp). | 
Definition at line 70 of file output.f90.
      
  | 
  private | 
Definition at line 84 of file output.f90.
      
  | 
  private | 
Definition at line 91 of file output.f90.