MPI-AMRVAC 3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code (development version)
|
To fill ghost cells near refinement boundaries. More...
Public Member Functions | |
subroutine | mg_subr_rb (box, nc, iv, nb, cgc) |
To fill ghost cells near refinement boundaries.
Definition at line 313 of file m_octree_mg_3d.t.
subroutine m_octree_mg_3d::mg_subr_rb::mg_subr_rb | ( | type(mg_box_t), intent(inout) | box, |
integer, intent(in) | nc, | ||
integer, intent(in) | iv, | ||
integer, intent(in) | nb, | ||
real(dp), dimension(nc, nc), intent(in) | cgc | ||
) |
[in] | iv | Index of variable |
[in] | nb | Direction |
[in] | cgc | Coarse data |
Definition at line 313 of file m_octree_mg_3d.t.