| subroutine io_function_oct_m::io_function_output_supercell::zio_function_output_supercell  | 
          ( | 
          integer(8), intent(in)  | 
          how,  | 
         
        
           | 
           | 
          character(len=*), intent(in)  | 
          dir,  | 
         
        
           | 
           | 
          character(len=*), intent(in)  | 
          fname,  | 
         
        
           | 
           | 
          class(mesh_t), intent(in)  | 
          mesh,  | 
         
        
           | 
           | 
          class(space_t), intent(in)  | 
          space,  | 
         
        
           | 
           | 
          type(lattice_vectors_t), intent(in)  | 
          latt,  | 
         
        
           | 
           | 
          complex(real64), dimension(:,:), intent(in), target, contiguous  | 
          ff,  | 
         
        
           | 
           | 
          real(real64), dimension(:,:), intent(in)  | 
          centers,  | 
         
        
           | 
           | 
          integer, dimension(:), intent(in)  | 
          supercell,  | 
         
        
           | 
           | 
          type(unit_t), intent(in)  | 
          unit,  | 
         
        
           | 
           | 
          integer, intent(out)  | 
          ierr,  | 
         
        
           | 
           | 
          type(namespace_t), intent(in)  | 
          namespace,  | 
         
        
           | 
           | 
          real(real64), dimension(:,:), intent(in), optional  | 
          pos,  | 
         
        
           | 
           | 
          type(atom_t), dimension(:), intent(in), optional  | 
          atoms,  | 
         
        
           | 
           | 
          type(mpi_grp_t), intent(in), optional  | 
          grp,  | 
         
        
           | 
           | 
          integer, intent(in), optional  | 
          root,  | 
         
        
           | 
           | 
          logical, intent(in), optional  | 
          is_global,  | 
         
        
           | 
           | 
          real(real64), dimension(:), intent(in), optional  | 
          extra_atom  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   |