Go to the source code of this file.
|
subroutine | wall_model_bc::wall_model_bc_apply_scalar (this, x, n, t, tstep, strong) |
| Apply shear stress for a scalar field x.
|
|
subroutine | wall_model_bc::wall_model_bc_apply_vector (this, x, y, z, n, t, tstep, strong) |
| Apply the boundary condition to the right-hand side.
|
|
subroutine | wall_model_bc::wall_model_bc_apply_scalar_dev (this, x_d, t, tstep, strong) |
| 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, strong) |
| 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 (this, coef, json) |
| Constructor.
|
|
subroutine | wall_model_bc::wall_model_bc_free (this) |
| Destructor.
|
|
subroutine | wall_model_bc::wall_model_bc_finalize (this) |
| Finalize by building mask arrays and init'ing the wall model.
|
|