Go to the source code of this file.
 | 
| subroutine  | wall_model_bc::wall_model_bc_apply_scalar (this, x, n, t, tstep) | 
|   | Apply shear stress for a scalar field x.  
  | 
|   | 
| subroutine  | wall_model_bc::wall_model_bc_apply_vector (this, x, y, z, n, t, tstep) | 
|   | Apply the boundary condition to the right-hand side.  
  | 
|   | 
| subroutine  | wall_model_bc::wall_model_bc_apply_scalar_dev (this, x_d, t, tstep) | 
|   | Boundary condition apply for a generic wall_model_bc condition to a vector x (device version)  
  | 
|   | 
| subroutine  | wall_model_bc::wall_model_bc_apply_vector_dev (this, x_d, y_d, z_d, t, tstep) | 
|   | Boundary condition apply for a generic wall_model_bc condition to vectors x, y and z (device version)  
  | 
|   | 
| subroutine  | wall_model_bc::wall_model_bc_init_wall_model_bc (this, json, nu) | 
|   | Constructor.  
  | 
|   |