Sides of a cube, used to find overlaps between Grids at different levels. More...
#include <athena.h>
Public Attributes | |
| int | ijkl [3] |
| indices of left-sides in each dir [0,1,2]=[i,j,k] | |
| int | ijkr [3] |
| indices of right-sides in each dir [0,1,2]=[i,j,k] | |
Sides of a cube, used to find overlaps between Grids at different levels.
Definition at line 56 of file athena.h.
| int SideS::ijkl[3] |
indices of left-sides in each dir [0,1,2]=[i,j,k]
Definition at line 57 of file athena.h.
Referenced by checkOverlap(), checkOverlapTouch(), init_grid(), and init_mesh().
| int SideS::ijkr[3] |
indices of right-sides in each dir [0,1,2]=[i,j,k]
Definition at line 58 of file athena.h.
Referenced by checkOverlap(), checkOverlapTouch(), init_grid(), and init_mesh().
1.7.1