|
Cholla 3.0.1-dev
Cholla - Massively parallel hydro on GPUs
|
Public Attributes | |
| Real * | host |
| Real * | density |
| Array containing the density of each cell in the grid. | |
| Real * | momentum_x |
| Array containing the momentum in the x direction of each cell in the grid. | |
| Real * | momentum_y |
| Array containing the momentum in the y direction of each cell in the grid. | |
| Real * | momentum_z |
| Array containing the momentum in the z direction of each cell in the grid. | |
| Real * | Energy |
| Array containing the total Energy of each cell in the grid. | |
| Real * | Grav_potential |
| Real * | device |
| Real * | d_density |
| Real * | d_momentum_x |
| Real * | d_momentum_y |
| Real * | d_momentum_z |
| Real * | d_Energy |
| Real * | d_scalar |
| Real * | d_basic_scalar |
| Real * | d_dust_density |
| Real * | d_magnetic_x |
| Real * | d_magnetic_y |
| Real * | d_magnetic_z |
| Real * | d_GasEnergy |
| Real * | d_Grav_potential |
| Real* Grid3D::Conserved::d_Grav_potential |
pointer to gravitational potential on device
| Real* Grid3D::Conserved::device |
pointer to conserved variable on device
| Real* Grid3D::Conserved::host |
pointer to conserved variable array on the host