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

Subroutine for restriction. More...

Public Member Functions

subroutine af_subr_restrict (box_c, box_p, ivs, use_geometry)
 

Detailed Description

Subroutine for restriction.

Definition at line 509 of file m_af_types.f90.

Constructor & Destructor Documentation

◆ af_subr_restrict()

subroutine m_af_types::af_subr_restrict::af_subr_restrict ( type(box_t), intent(in)  box_c,
type(box_t), intent(inout)  box_p,
integer, dimension(:), intent(in)  ivs,
logical, intent(in), optional  use_geometry 
)
Parameters
[in]box_cChild box to restrict
[in,out]box_pParent box to restrict to
[in]ivsVariables to restrict
[in]use_geometryIf set to false, don't use geometry

Definition at line 509 of file m_af_types.f90.