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

Go to the source code of this file.

Data Types

type  chkp_file::legacy_checkpoint_view_t
 Temporary view of the payloads required by the positional .chkp format. More...
 
type  chkp_file::chkp_file_t
 Interface for Neko legacy checkpoint files. More...
 

Modules

module  chkp_file
 Neko legacy checkpoint file format.
 

Functions/Subroutines

character(len=1024) function chkp_file::chkp_file_get_next_output_fname (this)
 Get the physical file name generated by the next write.
 
subroutine chkp_file::chkp_file_write (this, data, t)
 Write a Neko legacy checkpoint.
 
subroutine chkp_file::chkp_file_read (this, data)
 Load a Neko legacy checkpoint.
 
subroutine chkp_file::chkp_read_field (this, fh, byte_offset, x, nel)
 Read and optionally interpolate one legacy checkpoint field.
 
subroutine chkp_file::chkp_build_legacy_view (chkp, view)
 Build the fixed legacy view from format-independent payloads.
 
type(checkpoint_payload_t) function, pointer chkp_file::chkp_find_payload (chkp, name)
 Find a payload without making its absence an error.
 
subroutine chkp_file::chkp_file_set_overwrite (this, overwrite)
 Set whether checkpoint files may be overwritten.