| 
    Neko 1.99.1
    
   A portable framework for high-order spectral element flow simulations 
   | 
 
Neko checkpoint file format. More...
Data Types | |
| type | chkp_file_t | 
| Interface for Neko checkpoint files.  More... | |
Functions/Subroutines | |
| subroutine | chkp_file_write (this, data, t) | 
| Write a Neko checkpoint.   | |
| subroutine | chkp_file_read (this, data) | 
| Load a checkpoint from file.   | |
| subroutine | chkp_read_field (this, fh, byte_offset, x, nel) | 
| subroutine | chkp_file_set_overwrite (this, overwrite) | 
this module defines interface to read/write Neko's checkpoint files
      
  | 
  private | 
If checkpoint used another mesh
Definition at line 363 of file chkp_file.f90.
      
  | 
  private | 
Definition at line 669 of file chkp_file.f90.
| subroutine chkp_file::chkp_file_write | ( | class(chkp_file_t), intent(inout) | this, | 
| class(*), intent(in), target | data, | ||
| real(kind=rp), intent(in), optional | t | ||
| ) | 
Definition at line 82 of file chkp_file.f90.
      
  | 
  private | 
Definition at line 637 of file chkp_file.f90.