Public Attributes

SideS Struct Reference

Sides of a cube, used to find overlaps between Grids at different levels. More...

#include <athena.h>

List of all members.

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]

Detailed Description

Sides of a cube, used to find overlaps between Grids at different levels.

Definition at line 56 of file athena.h.


Member Data Documentation

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().


The documentation for this struct was generated from the following file: