|
MPI-AMRVAC
3.0
The MPI - Adaptive Mesh Refinement - Versatile Advection Code
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | bc_phys (iside, idims, time, qdt, s, ixGL, ixBL) |
| fill ghost cells at a physical boundary More... | |
| subroutine | getintbc (time, ixGL) |
| fill inner boundary values More... | |
| subroutine 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 2 of file boundary_conditions.t.

| subroutine getintbc | ( | double precision, intent(in) | time, |
| integer, intent(in) | ixG, | ||
| integer, intent(in) | L | ||
| ) |
fill inner boundary values
Definition at line 315 of file boundary_conditions.t.