Neko
0.9.0
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. More... | |
subroutine | field_writer::field_writer_init_from_attributes (this, fields, filename, precision) |
Actual constructor. More... | |
subroutine | field_writer::field_writer_free (this) |
Destructor. More... | |
subroutine | field_writer::field_writer_compute (this, t, tstep) |
Here to comply with the interface, does nothing. More... | |