|
Fast Methods for Cosmological Simulations
FastSim serves as a tool for quick N-body simulations in modified gravity.
|
class handling particles (position only) More...
#include <class_particles.hpp>


Public Member Functions | |
| Particle_x () | |
| template<typename U > | |
| Particle_x (Vec_3D< U > position) | |
| T & | operator[] (unsigned int i) |
| get position coordinates More... | |
| const T & | operator[] (unsigned int i) const |
Public Attributes | |
| Vec_3D< T > | position |
class handling particles (position only)
| T | coordinate type (float, double or long double) |
operator [] to get position coordinates
Definition at line 22 of file class_particles.hpp.
|
inline |
Definition at line 26 of file class_particles.hpp.
|
inline |
Definition at line 28 of file class_particles.hpp.
|
inline |
get position coordinates
| i | axis |
Definition at line 40 of file class_particles.hpp.
|
inline |
Definition at line 41 of file class_particles.hpp.
| Vec_3D<T> Particle_x< T >::position |
Definition at line 29 of file class_particles.hpp.
Referenced by TEST_CASE().