MPI-AMRVAC 3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code (development version)
|
Subroutine that performs prolongation to a single child. More...
Public Member Functions | |
subroutine | mg_box_prolong (mg, p_id, dix, nc, iv, fine) |
Subroutine that performs prolongation to a single child.
Definition at line 342 of file m_octree_mg_3d.t.
subroutine m_octree_mg_3d::mg_box_prolong::mg_box_prolong | ( | type(mg_t), intent(inout) | mg, |
integer, intent(in) | p_id, | ||
integer, dimension(3), intent(in) | dix, | ||
integer, intent(in) | nc, | ||
integer, intent(in) | iv, | ||
real(dp), dimension(nc, nc, nc), intent(out) | fine | ||
) |
[in] | p_id | Id of parent |
[in] | dix | Offset of child in parent grid |
[in] | nc | Child grid size |
[in] | iv | Prolong from this variable |
[out] | fine | Prolonged values |
Definition at line 342 of file m_octree_mg_3d.t.