Go to the source code of this file.
|
module | inflow |
| Defines inflow dirichlet conditions.
|
|
|
subroutine | inflow::inflow_apply_scalar (this, x, n, t, tstep) |
| No-op scalar apply. More...
|
|
subroutine | inflow::inflow_apply_scalar_dev (this, x_d, t, tstep) |
| No-op scalar apply (device version) More...
|
|
subroutine | inflow::inflow_apply_vector (this, x, y, z, n, t, tstep) |
| Apply inflow conditions (vector valued) More...
|
|
subroutine | inflow::inflow_apply_vector_dev (this, x_d, y_d, z_d, t, tstep) |
| Apply inflow conditions (vector valued) (device version) More...
|
|
subroutine | inflow::inflow_set_vector (this, x) |
| Set inflow vector. More...
|
|
subroutine | inflow::inflow_free (this) |
| Destructor. More...
|
|