|
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 "tidal_tensor.hpp"#include "soft_ptcl.hpp"#include "soft_force.hpp"#include "static_variables.hpp"#include <getopt.h>Functions | |
| void | printAcc (FPSoft *ptcl, FPSoft &pcm, int n, TidalTensor &tt) |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| void printAcc | ( | FPSoft * | ptcl, |
| FPSoft & | pcm, | ||
| int | n, | ||
| TidalTensor & | tt | ||
| ) |