PeTar
N-body code for collisional gravitational systems
|
Go to the source code of this file.
Classes | |
class | ParticleBase |
Basic particle class. More... | |
Macros | |
#define | BINARY_STATE_ID_SHIFT 4 |
#define | BINARY_INTERRUPT_STATE_MASKER 0xF |
Enumerations | |
enum | BinaryInterruptState : int { BinaryInterruptState::none = 0, BinaryInterruptState::form = 1, BinaryInterruptState::exchange = 2, BinaryInterruptState::collision = 3 } |
#define BINARY_INTERRUPT_STATE_MASKER 0xF |
#define BINARY_STATE_ID_SHIFT 4 |
|
strong |