Neko 0.9.1
A portable framework for high-order spectral element flow simulations
|
Public Member Functions | |
subroutine | bc_list_apply_scalar (bclst, x, n, t, tstep) |
Apply a list of boundary conditions to a scalar field. | |
subroutine | bc_list_apply_vector (bclst, x, y, z, n, t, tstep) |
Apply a list of boundary conditions to a vector field. | |
subroutine bc::bc_list_apply::bc_list_apply_vector | ( | type(bc_list_t), intent(inout) | bclst, |
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 | ||
) |