PeTar
N-body code for collisional gravitational systems
|
#include <iostream>
#include <cstdio>
#include <iomanip>
#include <string>
#include <cstdlib>
#include <cassert>
#include <unistd.h>
#include <particle_simulator.hpp>
#include "soft_ptcl.hpp"
#include "soft_force.hpp"
#include "io.hpp"
#include "particle_distribution_generator.hpp"
#include "static_variables.hpp"
Macros | |
#define | ASSERT assert |
#define | RSQRT_NR_EPJ_X2 |
#define | SPJSoft PS::SPJMonopoleInAndOut |
Functions | |
void | setSpj (const PS::F64 N, SPJSoft &sp) |
int | main (int argc, char **argv) |
#define ASSERT assert |
#define RSQRT_NR_EPJ_X2 |
#define SPJSoft PS::SPJMonopoleInAndOut |
int main | ( | int | argc, |
char ** | argv | ||
) |
void setSpj | ( | const PS::F64 | N, |
SPJSoft & | sp | ||
) |