Definition at line 215 of file boundaries.F90.
 
 | 
| subroutine  | boundaries_set_batch (this, mesh, ffb, phase_correction, buff_phase_corr, offset, async) | 
|   | 
| subroutine  | dboundaries_set_single (boundaries, mesh, ff, phase_correction, buff_phase_corr, offset) | 
|   | set boundary conditions for a single mesh function  More...
  | 
|   | 
| subroutine  | zboundaries_set_single (boundaries, mesh, ff, phase_correction, buff_phase_corr, offset) | 
|   | set boundary conditions for a single mesh function  More...
  | 
|   | 
◆ boundaries_set_batch()
  
  
      
        
          | subroutine boundaries_oct_m::boundaries_set::boundaries_set_batch  | 
          ( | 
          type(boundaries_t), intent(in)  | 
          this,  | 
         
        
           | 
           | 
          class(mesh_t), intent(in)  | 
          mesh,  | 
         
        
           | 
           | 
          class(batch_t), intent(inout)  | 
          ffb,  | 
         
        
           | 
           | 
          complex(real64), dimension(:), intent(in), optional  | 
          phase_correction,  | 
         
        
           | 
           | 
          type(accel_mem_t), intent(in), optional  | 
          buff_phase_corr,  | 
         
        
           | 
           | 
          integer, intent(in), optional  | 
          offset,  | 
         
        
           | 
           | 
          logical, intent(in), optional  | 
          async  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
 
◆ dboundaries_set_single()
  
  
      
        
          | subroutine boundaries_oct_m::boundaries_set::dboundaries_set_single  | 
          ( | 
          type(boundaries_t), intent(in)  | 
          boundaries,  | 
         
        
           | 
           | 
          class(mesh_t), intent(in)  | 
          mesh,  | 
         
        
           | 
           | 
          real(real64), dimension(:), intent(inout), target, contiguous  | 
          ff,  | 
         
        
           | 
           | 
          complex(real64), dimension(:), intent(in), optional  | 
          phase_correction,  | 
         
        
           | 
           | 
          type(accel_mem_t), intent(in), optional  | 
          buff_phase_corr,  | 
         
        
           | 
           | 
          integer, intent(in), optional  | 
          offset  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
set boundary conditions for a single mesh function 
Definition at line 2166 of file boundaries.F90.
 
 
◆ zboundaries_set_single()
  
  
      
        
          | subroutine boundaries_oct_m::boundaries_set::zboundaries_set_single  | 
          ( | 
          type(boundaries_t), intent(in)  | 
          boundaries,  | 
         
        
           | 
           | 
          class(mesh_t), intent(in)  | 
          mesh,  | 
         
        
           | 
           | 
          complex(real64), dimension(:), intent(inout), target, contiguous  | 
          ff,  | 
         
        
           | 
           | 
          complex(real64), dimension(:), intent(in), optional  | 
          phase_correction,  | 
         
        
           | 
           | 
          type(accel_mem_t), intent(in), optional  | 
          buff_phase_corr,  | 
         
        
           | 
           | 
          integer, intent(in), optional  | 
          offset  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
set boundary conditions for a single mesh function 
Definition at line 1309 of file boundaries.F90.
 
 
The documentation for this interface was generated from the following file: