| 
    Neko 0.9.1
    
   A portable framework for high-order spectral element flow simulations 
   | 
 
Go to the source code of this file.
Data Types | |
| type | field_writer::field_writer_t | 
| A simulation component that writes a 3d field to a file.  More... | |
Modules | |
| module | field_writer | 
Implements the field_writer_t type.  | |
Functions/Subroutines | |
| subroutine | field_writer::field_writer_init_from_json (this, json, case) | 
| Constructor from json.   | |
| subroutine | field_writer::field_writer_init_from_attributes (this, fields, filename, precision) | 
| Actual constructor.   | |
| subroutine | field_writer::field_writer_free (this) | 
| Destructor.   | |
| subroutine | field_writer::field_writer_compute (this, t, tstep) | 
| Here to comply with the interface, does nothing.   | |