|
PeTar
N-body code for collisional gravitational systems
|
#include <iostream>#include <cstdio>#include <iomanip>#include <string>#include <unordered_map>#include <particle_simulator.hpp>#include <getopt.h>#include "io.hpp"#include "hard_assert.hpp"#include "cluster_list.hpp"#include "hard.hpp"#include "soft_ptcl.hpp"#include "static_variables.hpp"Classes | |
| class | IOParamsHardTest |
Macros | |
| #define | HARD_DEBUG_PRINT_FEQ 1 |
| #define | NAN_CHECK(val) assert((val) == (val)); |
Functions | |
| int | main (int argc, char **argv) |
| #define HARD_DEBUG_PRINT_FEQ 1 |
| #define NAN_CHECK | ( | val | ) | assert((val) == (val)); |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |