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

To fill ghost cells near refinement boundaries. More...

Public Member Functions

subroutine af_subr_rb (boxes, id, nb, iv, op_mask)
 

Detailed Description

To fill ghost cells near refinement boundaries.

Definition at line 454 of file m_af_types.f90.

Constructor & Destructor Documentation

◆ af_subr_rb()

subroutine m_af_types::af_subr_rb::af_subr_rb ( type(box_t), dimension(:), intent(inout)  boxes,
integer, intent(in)  id,
integer, intent(in)  nb,
integer, intent(in)  iv,
integer, intent(in)  op_mask 
)
Parameters
[in,out]boxesArray with all boxes
[in]idId of the box that needs to have ghost cells filled
[in]nbNeighbor direction in which ghost cells need to be filled
[in]ivVariable for which ghost cells are filled
[in]op_maskMask for multigrid operators

Definition at line 454 of file m_af_types.f90.