| 
    Neko 1.99.1
    
   A portable framework for high-order spectral element flow simulations 
   | 
 
NEKTON fld file format. More...
Data Types | |
| type | fld_file_t | 
| Interface for NEKTON fld files.  More... | |
Functions/Subroutines | |
| subroutine | fld_file_write (this, data, t) | 
| Write fields to a NEKTON fld file.   | |
| subroutine | fld_file_write_metadata_vector (this, fh, byte_offset, x, y, z, gdim, lxyz, nelv) | 
| subroutine | fld_file_write_metadata_scalar (this, fh, byte_offset, x, lxyz, nelv) | 
| subroutine | fld_file_write_field (this, fh, byte_offset, p, n) | 
| subroutine | fld_file_write_vector_field (this, fh, byte_offset, x, y, z, n, gdim, lxyz, nelv) | 
| subroutine | fld_file_read (this, data) | 
| Load a field from a NEKTON fld file.   | |
| subroutine | fld_file_read_field (this, fh, byte_offset, x, fld_data) | 
| subroutine | fld_file_read_vector_field (this, fh, byte_offset, x, y, z, fld_data) | 
| subroutine | fld_file_set_precision (this, precision) | 
| character(len=1024) function | fld_file_get_fld_fname (this) | 
| character(len=1024) function | fld_file_get_meta_fname (this) | 
Variables | |
| real(kind=dp), dimension(:), allocatable, private | tmp_dp | 
| real(kind=sp), dimension(:), allocatable, private | tmp_sp | 
this module defines interface to write NEKTON's fld fields
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  private | 
Definition at line 1058 of file fld_file.f90.
| subroutine fld_file::fld_file_write | ( | class(fld_file_t), intent(inout) | this, | 
| class(*), intent(in), target | data, | ||
| real(kind=rp), intent(in), optional | t | ||
| ) | 
Include metadata with bounding boxes (Just copying from nek5000)
Definition at line 79 of file fld_file.f90.

      
  | 
  private | 
Definition at line 575 of file fld_file.f90.


      
  | 
  private | 
Definition at line 542 of file fld_file.f90.


      
  | 
  private | 
      
  | 
  private | 
Definition at line 60 of file fld_file.f90.
      
  | 
  private | 
Definition at line 61 of file fld_file.f90.