Definition at line 196 of file restart.F90.
 
 | 
| subroutine  | drestart_write_mesh_function (restart, space, filename, mesh, ff, ierr, root) | 
|   | 
| subroutine  | zrestart_write_mesh_function (restart, space, filename, mesh, ff, ierr, root) | 
|   | 
◆ drestart_write_mesh_function()
  
  
      
        
          | subroutine restart_oct_m::restart_write_mesh_function::drestart_write_mesh_function  | 
          ( | 
          type(restart_t), intent(in)  | 
          restart,  | 
         
        
           | 
           | 
          class(space_t), intent(in)  | 
          space,  | 
         
        
           | 
           | 
          character(len=*), intent(in)  | 
          filename,  | 
         
        
           | 
           | 
          class(mesh_t), intent(in)  | 
          mesh,  | 
         
        
           | 
           | 
          real(real64), dimension(:), intent(in), target  | 
          ff,  | 
         
        
           | 
           | 
          integer, intent(out)  | 
          ierr,  | 
         
        
           | 
           | 
          integer, dimension(:), intent(in), optional  | 
          root  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
- Parameters
 - 
  
    | [in] | root | which process is going to write the data  | 
  
   
Definition at line 1075 of file restart.F90.
 
 
◆ zrestart_write_mesh_function()
  
  
      
        
          | subroutine restart_oct_m::restart_write_mesh_function::zrestart_write_mesh_function  | 
          ( | 
          type(restart_t), intent(in)  | 
          restart,  | 
         
        
           | 
           | 
          class(space_t), intent(in)  | 
          space,  | 
         
        
           | 
           | 
          character(len=*), intent(in)  | 
          filename,  | 
         
        
           | 
           | 
          class(mesh_t), intent(in)  | 
          mesh,  | 
         
        
           | 
           | 
          complex(real64), dimension(:), intent(in), target  | 
          ff,  | 
         
        
           | 
           | 
          integer, intent(out)  | 
          ierr,  | 
         
        
           | 
           | 
          integer, dimension(:), intent(in), optional  | 
          root  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
- Parameters
 - 
  
    | [in] | root | which process is going to write the data  | 
  
   
Definition at line 1716 of file restart.F90.
 
 
The documentation for this interface was generated from the following file: