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

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