Apply the boundary condition to a vector field.
More...
- Parameters
-
x | The x comp of the field for which to apply the bc. |
y | The y comp of the field for which to apply the bc. |
z | The z comp of the field for which to apply the bc. |
n | The size of x, y, and z. |
t | Current time. |
tstep | Current time-step. |
Definition at line 137 of file bc.f90.
◆ bc_apply_vector()
subroutine bc::bc_apply_vector::bc_apply_vector |
( |
class(bc_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 |
The documentation for this interface was generated from the following file:
- /home/runner/work/neko/neko/src/bc/bc.f90