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

Subroutine that performs A * cc(..., i_in) = cc(..., i_out) More...

Public Member Functions

subroutine mg_box_op (box, i_out, mg)
 

Detailed Description

Subroutine that performs A * cc(..., i_in) = cc(..., i_out)

Definition at line 669 of file m_af_types.f90.

Constructor & Destructor Documentation

◆ mg_box_op()

subroutine m_af_types::mg_box_op::mg_box_op ( type(box_t), intent(inout)  box,
integer, intent(in)  i_out,
type(mg_t), intent(in)  mg 
)
Parameters
[in,out]boxThe box to operate on
[in]mgMultigrid options
[in]i_outIndex of output variable

Definition at line 669 of file m_af_types.f90.