| MPI-AMRVAC 3.2
    The MPI - Adaptive Mesh Refinement - Versatile Advection Code | 
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 292 of file m_octree_mg_2d.t.
| subroutine m_octree_mg_2d::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(nc), 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 292 of file m_octree_mg_2d.t.