Neko 1.99.9
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
import_field_utils.f90 File Reference

Go to the source code of this file.

Data Types

interface  import_field_utils::import_fields
 

Modules

module  import_field_utils
 Importation of fields from fld files.
 

Functions/Subroutines

subroutine import_field_utils::import_fields_from_json (fname, global_interp_subdict, mesh_fname, u, v, w, p, t, s_target_list, s_index_list, interpolate)
 Imports fields from an fld file, potentially with interpolation, with parameters provided in a JSON subdict.
 
subroutine import_field_utils::import_fields_from_params (fname, mesh_fname, u, v, w, p, t, s_target_list, s_index_list, interpolate, tolerance, padding)
 Imports fields from an fld file, potentially with interpolation.
 
subroutine import_field_utils::read_fld_file (file_name, data)
 Wrapper around the fld file reader. Translates a file name specified as "field0.f00132" into "field0.fld" + counter = 132.