Neko
0.9.0
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. More... | |
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. More... | |
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) |
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 |
|
private |
Definition at line 1039 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 77 of file fld_file.f90.
|
private |
|
private |
Definition at line 571 of file fld_file.f90.
|
private |
Definition at line 538 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.