Implements explicit_filter_t.  
◆ build_1d()
◆ elementwise_field_filter_3d()
  
  
      
        
          | subroutine elementwise_filter::elementwise_field_filter_3d  | 
          ( | 
          class(elementwise_filter_t), intent(inout)  | 
          this,  | 
         
        
           | 
           | 
          real(kind=rp), dimension(this%nx, this%nx, this%nx, nelv), intent(inout)  | 
          v,  | 
         
        
           | 
           | 
          real(kind=rp), dimension(this%nx, this%nx, this%nx, nelv), intent(inout)  | 
          u,  | 
         
        
           | 
           | 
          integer, intent(inout)  | 
          nelv  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
 
◆ elementwise_filter_free()
◆ elementwise_filter_init()
- Parameters
 - 
  
    | nx | number of points in an elements in one direction.  | 
    | filter_type | possible options: "Boyd", "nonBoyd"  | 
  
   
Definition at line 74 of file elementwise_filter.f90.