| 
| procedure, pass(this)  | sample (this, t) | 
|   | Sample a checkpoint at time t.  
  | 
|   | 
| type(chkp_output_t) function  | chkp_output_init (chkp, name, path, fmt) | 
|   | 
| procedure, pass(this)  | init_base (this, fname, precision) | 
|   | Output constructor.  
  | 
|   | 
| procedure, pass(this)  | set_counter (this, n) | 
|   | Update the output's file counter.  
  | 
|   | 
| procedure, pass(this)  | set_start_counter (this, n) | 
|   | Update the start of output's file counter.  
  | 
|   | 
| procedure(output_sample), deferred, pass  | sample (this, t) | 
|   | 
Definition at line 41 of file chkp_output.f90.
 
◆ chkp_output_init()
      
        
          | type(chkp_output_t) function chkp_output::chkp_output_t::chkp_output_init  | 
          ( | 
          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  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ init_base()
- Parameters
 - 
  
    | fname | Name of the output file.  | 
    | precision | Output precision (sp or dp).  | 
  
   
Definition at line 44 of file output.f90.
 
 
◆ sample() [1/2]
◆ sample() [2/2]
◆ set_counter()
◆ set_start_counter()
◆ chkp
◆ file_
  
  
      
        
          | type(file_t) output::output_t::file_ | 
         
       
   | 
  
inherited   | 
  
 
 
The documentation for this interface was generated from the following file: