Afivo
0.3
|
To fill ghost cells near physical boundaries. More...
Public Member Functions | |
subroutine | af_subr_bc (box, nb, iv, coords, bc_val, bc_type) |
To fill ghost cells near physical boundaries.
Definition at line 464 of file m_af_types.f90.
subroutine m_af_types::af_subr_bc::af_subr_bc | ( | type(box_t), intent(in) | box, |
integer, intent(in) | nb, | ||
integer, intent(in) | iv, | ||
real(dp), dimension(ndim, box%n_cell**(ndim-1)), intent(in) | coords, | ||
real(dp), dimension(box%n_cell**(ndim-1)), intent(out) | bc_val, | ||
integer, intent(out) | bc_type | ||
) |
[in] | box | Box that needs b.c. |
[in] | nb | Direction |
[in] | iv | Index of variable |
[in] | coords | Coordinates of boundary |
[out] | bc_val | Boundary values |
[out] | bc_type | Type of b.c. |
Definition at line 464 of file m_af_types.f90.