Afivo
0.3
|
Subroutine for restriction. More...
Public Member Functions | |
subroutine | af_subr_restrict (box_c, box_p, ivs, use_geometry) |
Subroutine for restriction.
Definition at line 509 of file m_af_types.f90.
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 | ||
) |
[in] | box_c | Child box to restrict |
[in,out] | box_p | Parent box to restrict to |
[in] | ivs | Variables to restrict |
[in] | use_geometry | If set to false, don't use geometry |
Definition at line 509 of file m_af_types.f90.