Dirichlet condition applied in the facet normal direction.  
 | 
| subroutine  | facet_normal_apply_scalar (this, x, n, t, tstep) | 
|   | No-op scalar apply.  
  | 
|   | 
| subroutine  | facet_normal_apply_scalar_dev (this, x_d, t, tstep) | 
|   | No-op scalar apply on device.  
  | 
|   | 
| subroutine  | facet_normal_apply_vector_dev (this, x_d, y_d, z_d, t, tstep) | 
|   | No-op vector apply on device.  
  | 
|   | 
| subroutine  | facet_normal_apply_vector (this, x, y, z, n, t, tstep) | 
|   | No-op vector apply.  
  | 
|   | 
| subroutine  | facet_normal_apply_surfvec (this, x, y, z, u, v, w, n, t, tstep) | 
|   | Apply in facet normal direction (vector valued)  
  | 
|   | 
| subroutine  | facet_normal_apply_surfvec_dev (this, x_d, y_d, z_d, u_d, v_d, w_d, t, tstep) | 
|   | Apply in facet normal direction (vector valued, device version)  
  | 
|   | 
| subroutine  | facet_normal_free (this) | 
|   | Destructor.  
  | 
|   | 
◆ facet_normal_apply_scalar()
      
        
          | subroutine facet_normal::facet_normal_apply_scalar  | 
          ( | 
          class(facet_normal_t), intent(inout)  | 
          this,  | 
        
        
           | 
           | 
          real(kind=rp), dimension(n), intent(inout)  | 
          x,  | 
        
        
           | 
           | 
          integer, intent(in)  | 
          n,  | 
        
        
           | 
           | 
          real(kind=rp), intent(in), optional  | 
          t,  | 
        
        
           | 
           | 
          integer, intent(in), optional  | 
          tstep  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ facet_normal_apply_scalar_dev()
◆ facet_normal_apply_surfvec()
  
  
      
        
          | subroutine facet_normal::facet_normal_apply_surfvec  | 
          ( | 
          class(facet_normal_t), intent(inout)  | 
          this,  | 
         
        
           | 
           | 
          real(kind=rp), dimension(n), intent(inout)  | 
          x,  | 
         
        
           | 
           | 
          real(kind=rp), dimension(n), intent(inout)  | 
          y,  | 
         
        
           | 
           | 
          real(kind=rp), dimension(n), intent(inout)  | 
          z,  | 
         
        
           | 
           | 
          real(kind=rp), dimension(n), intent(inout)  | 
          u,  | 
         
        
           | 
           | 
          real(kind=rp), dimension(n), intent(inout)  | 
          v,  | 
         
        
           | 
           | 
          real(kind=rp), dimension(n), intent(inout)  | 
          w,  | 
         
        
           | 
           | 
          integer, intent(in)  | 
          n,  | 
         
        
           | 
           | 
          real(kind=rp), intent(in), optional  | 
          t,  | 
         
        
           | 
           | 
          integer, intent(in), optional  | 
          tstep  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
 
◆ facet_normal_apply_surfvec_dev()
  
  
      
        
          | subroutine facet_normal::facet_normal_apply_surfvec_dev  | 
          ( | 
          class(facet_normal_t), intent(inout), target  | 
          this,  | 
         
        
           | 
           | 
          type(c_ptr)  | 
          x_d,  | 
         
        
           | 
           | 
          type(c_ptr)  | 
          y_d,  | 
         
        
           | 
           | 
          type(c_ptr)  | 
          z_d,  | 
         
        
           | 
           | 
          type(c_ptr)  | 
          u_d,  | 
         
        
           | 
           | 
          type(c_ptr)  | 
          v_d,  | 
         
        
           | 
           | 
          type(c_ptr)  | 
          w_d,  | 
         
        
           | 
           | 
          real(kind=rp), intent(in), optional  | 
          t,  | 
         
        
           | 
           | 
          integer, intent(in), optional  | 
          tstep  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
 
◆ facet_normal_apply_vector()
  
  
      
        
          | subroutine facet_normal::facet_normal_apply_vector  | 
          ( | 
          class(facet_normal_t), intent(inout)  | 
          this,  | 
         
        
           | 
           | 
          real(kind=rp), dimension(n), intent(inout)  | 
          x,  | 
         
        
           | 
           | 
          real(kind=rp), dimension(n), intent(inout)  | 
          y,  | 
         
        
           | 
           | 
          real(kind=rp), dimension(n), intent(inout)  | 
          z,  | 
         
        
           | 
           | 
          integer, intent(in)  | 
          n,  | 
         
        
           | 
           | 
          real(kind=rp), intent(in), optional  | 
          t,  | 
         
        
           | 
           | 
          integer, intent(in), optional  | 
          tstep  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
 
◆ facet_normal_apply_vector_dev()
  
  
      
        
          | subroutine facet_normal::facet_normal_apply_vector_dev  | 
          ( | 
          class(facet_normal_t), intent(inout), target  | 
          this,  | 
         
        
           | 
           | 
          type(c_ptr)  | 
          x_d,  | 
         
        
           | 
           | 
          type(c_ptr)  | 
          y_d,  | 
         
        
           | 
           | 
          type(c_ptr)  | 
          z_d,  | 
         
        
           | 
           | 
          real(kind=rp), intent(in), optional  | 
          t,  | 
         
        
           | 
           | 
          integer, intent(in), optional  | 
          tstep  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
 
◆ facet_normal_free()