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

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

Public Member Functions

subroutine af_subr_bc (box, nb, iv, coords, bc_val, bc_type)
 

Detailed Description

To fill ghost cells near physical boundaries.

Definition at line 464 of file m_af_types.f90.

Constructor & Destructor Documentation

◆ af_subr_bc()

subroutine m_af_types::af_subr_bc::af_subr_bc ( type(box_t), intent(in)  box,
integer, intent(in)  nb,
integer, intent(in)  iv,
real(dp), dimension(ndim, box%n_cell**(ndim-1)), intent(in)  coords,
real(dp), dimension(box%n_cell**(ndim-1)), intent(out)  bc_val,
integer, intent(out)  bc_type 
)
Parameters
[in]boxBox that needs b.c.
[in]nbDirection
[in]ivIndex of variable
[in]coordsCoordinates of boundary
[out]bc_valBoundary values
[out]bc_typeType of b.c.

Definition at line 464 of file m_af_types.f90.