Afivo  0.3
Public Member Functions | List of all members
m_af_types::af_subr_prolong Interface Reference

Subroutine for prolongation. More...

Public Member Functions

subroutine af_subr_prolong (box_p, box_c, iv, iv_to, add, limiter)
 

Detailed Description

Subroutine for prolongation.

Definition at line 498 of file m_af_types.f90.

Constructor & Destructor Documentation

◆ af_subr_prolong()

subroutine m_af_types::af_subr_prolong::af_subr_prolong ( type(box_t), intent(in)  box_p,
type(box_t), intent(inout)  box_c,
integer, intent(in)  iv,
integer, intent(in), optional  iv_to,
logical, intent(in), optional  add,
integer, intent(in), optional  limiter 
)
Parameters
[in]box_pParent box
[in,out]box_cChild box
[in]ivVariable to fill
[in]iv_toDestination variable
[in]addAdd to old values
[in]limiterWhat kind of limiter to use

Definition at line 498 of file m_af_types.f90.