MPI-AMRVAC 3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code (development version)
Loading...
Searching...
No Matches
Public Member Functions | List of all members
m_octree_mg_1d::mg_box_prolong Interface Reference

Subroutine that performs prolongation to a single child. More...

Public Member Functions

subroutine mg_box_prolong (mg, p_id, dix, nc, iv, fine)
 

Detailed Description

Subroutine that performs prolongation to a single child.

Definition at line 330 of file m_octree_mg_1d.t.

Constructor & Destructor Documentation

◆ mg_box_prolong()

subroutine m_octree_mg_1d::mg_box_prolong::mg_box_prolong ( type(mg_t), intent(inout)  mg,
integer, intent(in)  p_id,
integer, dimension(1), intent(in)  dix,
integer, intent(in)  nc,
integer, intent(in)  iv,
real(dp), dimension(nc), intent(out)  fine 
)
Parameters
[in]p_idId of parent
[in]dixOffset of child in parent grid
[in]ncChild grid size
[in]ivProlong from this variable
[out]fineProlonged values

Definition at line 330 of file m_octree_mg_1d.t.

Here is the call graph for this function:

The documentation for this interface was generated from the following file: