Afivo
0.3
|
Subroutine for prolongation. More...
Public Member Functions | |
subroutine | af_subr_prolong (box_p, box_c, iv, iv_to, add, limiter) |
Subroutine for prolongation.
Definition at line 498 of file m_af_types.f90.
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 | ||
) |
[in] | box_p | Parent box |
[in,out] | box_c | Child box |
[in] | iv | Variable to fill |
[in] | iv_to | Destination variable |
[in] | add | Add to old values |
[in] | limiter | What kind of limiter to use |
Definition at line 498 of file m_af_types.f90.