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

Public Member Functions

subroutine mg_box_stencil (box, mg, stencil, bc_to_rhs, lsf_fac)
 

Detailed Description

Definition at line 699 of file m_af_types.f90.

Constructor & Destructor Documentation

◆ mg_box_stencil()

subroutine m_af_types::mg_box_stencil::mg_box_stencil ( type(box_t), intent(in)  box,
type(mg_t), intent(in)  mg,
real(dp), dimension(2*ndim+1, dtimes(box%n_cell)), intent(inout)  stencil,
real(dp), dimension(box%n_cell**(ndim-1), af_num_neighbors), intent(inout)  bc_to_rhs,
real(dp), dimension(dtimes(box%n_cell)), intent(inout)  lsf_fac 
)

Definition at line 699 of file m_af_types.f90.