Number of zones in, and identifying information about, a Grid. More...
#include <athena.h>
Public Attributes | |
int | Nx [3] |
number of zones in each dir [0,1,2]=[x1,x2,x3] | |
int | Disp [3] |
i,j,k displacements from origin of root [0,1,2]=[i,j,k] | |
int | ID_Comm_world |
ID of process for this Grid in MPI_COMM_WORLD. | |
int | ID_Comm_Domain |
ID of process for this Grid in Comm_Domain. | |
int | ID_Comm_Children |
ID updating this Grid in Comm_Domain. | |
int | ID_Comm_Parent |
ID updating this Grid in Comm_Domain. |
Number of zones in, and identifying information about, a Grid.
Definition at line 64 of file athena.h.
int GridsDataS::Disp[3] |
i,j,k displacements from origin of root [0,1,2]=[i,j,k]
Definition at line 66 of file athena.h.
Referenced by init_grid(), and init_mesh().
ID updating this Grid in Comm_Domain.
Definition at line 70 of file athena.h.
Referenced by init_grid(), and init_mesh().
ID of process for this Grid in Comm_Domain.
Definition at line 68 of file athena.h.
Referenced by bvals_grav_init(), bvals_mhd_init(), init_grid(), init_mesh(), RemapEy_ix1(), RemapEy_ox1(), ShearingSheet_ix1(), and ShearingSheet_ox1().
ID updating this Grid in Comm_Domain.
Definition at line 71 of file athena.h.
Referenced by init_grid(), and init_mesh().
ID of process for this Grid in MPI_COMM_WORLD.
Definition at line 67 of file athena.h.
Referenced by get_myGridIndex(), init_grid(), and init_mesh().
int GridsDataS::Nx[3] |
number of zones in each dir [0,1,2]=[x1,x2,x3]
Definition at line 65 of file athena.h.
Referenced by bvals_grav_init(), bvals_mhd_init(), init_grid(), and init_mesh().