MPI-AMRVAC 3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code (development version)
|
To fill ghost cells near physical boundaries. More...
Public Member Functions | |
subroutine | mg_subr_bc (box, nc, iv, nb, bc_type, bc) |
To fill ghost cells near physical boundaries.
Definition at line 289 of file m_octree_mg_1d.t.
subroutine m_octree_mg_1d::mg_subr_bc::mg_subr_bc | ( | type(mg_box_t), intent(in) | box, |
integer, intent(in) | nc, | ||
integer, intent(in) | iv, | ||
integer, intent(in) | nb, | ||
integer, intent(out) | bc_type, | ||
real(dp), dimension(1), intent(out) | bc | ||
) |
[in] | iv | Index of variable |
[in] | nb | Direction |
[out] | bc_type | Type of b.c. |
[out] | bc | Boundary values |
Definition at line 289 of file m_octree_mg_1d.t.