| 
    Neko 1.99.1
    
   A portable framework for high-order spectral element flow simulations 
   | 
 
Defines an output for a checkpoint.
Data Types | |
| type | chkp_output_t | 
Functions/Subroutines | |
| subroutine | chkp_output_init (this, chkp, name, path, fmt, overwrite) | 
| subroutine | chkp_output_sample (this, t) | 
| Sample a checkpoint at time t.   | |
| subroutine chkp_output::chkp_output_init | ( | class(chkp_output_t), intent(inout) | this, | 
| type(chkp_t), intent(in), target | chkp, | ||
| character(len=*), intent(in), optional | name, | ||
| character(len=*), intent(in), optional | path, | ||
| character(len=*), intent(in), optional | fmt, | ||
| logical, intent(in), optional | overwrite | ||
| ) | 
Definition at line 50 of file chkp_output.f90.
      
  | 
  private | 
Definition at line 77 of file chkp_output.f90.