Loading [MathJax]/extensions/tex2jax.js
Neko 0.9.99
A portable framework for high-order spectral element flow simulations
All Classes Namespaces Files Functions Variables Typedefs Enumerator Macros Pages
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.
 
subroutine field_writer::field_writer_init_from_controllers (this, case, order, preprocess_controller, compute_controller, output_controller, fields, filename, precision)
 Constructor from components, passing controllers.
 
subroutine field_writer::field_writer_init_from_controllers_properties (this, case, order, preprocess_control, preprocess_value, compute_control, compute_value, output_control, output_value, fields, filename, precision)
 Constructor from components, passing properties to the time_based_controller` components in the base type.
 
subroutine field_writer::field_writer_init_common (this, fields, filename, precision)
 Common part of both constructors.
 
subroutine field_writer::field_writer_free (this)
 Destructor.
 
subroutine field_writer::field_writer_compute (this, time)
 Here to comply with the interface, does nothing.