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

Go to the source code of this file.

Data Types

type  fld_file_data::fld_file_data_t
 

Modules

module  fld_file_data
 Simple module to handle fld file series. Provides an interface to the different fields sotred in a fld file Also provides simple functions to scale and add different fld files. An example of using this module is shown in contrib/average_fields.f90 The fld_file_data_t should dynamically update each time one reads a new fld file Martin Karp 1/2-2023.
 

Functions/Subroutines

subroutine fld_file_data::fld_file_data_init (this, nelv, offset_el)
 Initialise a fld_file_data object with nelv elements with a offset_nel. More...
 
integer function fld_file_data::fld_file_data_size (this)
 Get number of fields in this fld file. More...
 
subroutine fld_file_data::fld_file_get_list (this, ptr_list, n)
 Get a list with pointers to the fields in the fld file. More...
 
subroutine fld_file_data::fld_file_data_scale (this, c)
 Scale the values stored in this fld_file_data. More...
 
subroutine fld_file_data::fld_file_data_add (this, fld_data_add)
 Add the values in another fld file to this. More...
 
subroutine fld_file_data::fld_file_data_free (this)
 Deallocate fld file data type. More...