MPI-AMRVAC  3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code
Functions/Subroutines
mod_boundary_conditions Module Reference

Functions/Subroutines

subroutine, public bc_phys (iside, idims, time, qdt, s, ixGL, ixBL)
 fill ghost cells at a physical boundary More...
 
subroutine, public getintbc (time, ixGL)
 fill inner boundary values More...
 

Function/Subroutine Documentation

◆ bc_phys()

subroutine, public mod_boundary_conditions::bc_phys ( integer, intent(in)  iside,
integer, intent(in)  idims,
double precision, intent(in)  time,
double precision, intent(in)  qdt,
type(state), intent(inout)  s,
integer, intent(in)  ixG,
integer, intent(in)  L,
integer, intent(in)  ixB,
  L 
)

fill ghost cells at a physical boundary

Definition at line 12 of file mod_boundary_conditions.t.

Here is the call graph for this function:

◆ getintbc()

subroutine, public mod_boundary_conditions::getintbc ( double precision, intent(in)  time,
integer, intent(in)  ixG,
integer, intent(in)  L 
)

fill inner boundary values

Definition at line 270 of file mod_boundary_conditions.t.