#include "dyn.h"
Go to the source code of this file.
Functions | |
real | print_binary_params (kepler *k, real m1, real kT, real dist_from_center, bool verbose, bool long_binary_output, int init_indent, int indent) |
real | get_total_energy (dyn *bi, dyn *bj) |
real | get_period (dyn *bi, dyn *bj) |
void | get_total_energy_and_period (dyn *bi, dyn *bj, real &E, real &P) |
void | initialize_kepler_from_dyn_pair (kepler &k, dyn *bi, dyn *bj, bool minimal) |
void | print_binary_from_dyn_pair (dyn *bi, dyn *bj, real kT, vector center, bool verbose, bool long_binary_output) |
real | print_structure_recursive (dyn *bi, real kT, vector center, bool verbose, bool long_binary_output, int indent) |
real | print_structure_recursive (dyn *bi, void(*dstar_params)(dyn *), int &n_unp, real &e_unp, real kT, vector center, bool verbose, bool long_binary_output, int indent) |
void | compute_core_parameters (dyn *b, int k, bool allow_n_sq_ops, vector ¢er, real &rcore, int &ncore, real &mcore) |
|
Definition at line 262 of file dyn_stats.C. |
|
Definition at line 96 of file dyn_stats.C. Referenced by NEAR_MULTIPLE_FAC(), get_slowdown_factor(), and print_found_multiple(). |
|
Definition at line 87 of file dyn_stats.C. Referenced by print_close_encounter(), print_perioapo_clustron(), and search_for_binaries(). |
|
Definition at line 113 of file dyn_stats.C. Referenced by print_relative_energy_and_period(). |
|
Definition at line 129 of file dyn_stats.C. Referenced by print_binary_from_dyn_pair(), print_encounter_elements(), and print_maximal(). |
|
Definition at line 139 of file dyn_stats.C. Referenced by combine_top_level_nodes(), print_parameters_for_massive_black_holes(), search_for_binaries(), and split_top_level_node(). |
|
Definition at line 6 of file dyn_stats.C. Referenced by print_binaries(), print_binary_from_dyn_pair(), print_encounter_elements(), and print_structure_recursive(). |
|
Definition at line 192 of file dyn_stats.C. Referenced by get_sigma(), kill_multiples(), print_binaries(), print_multiples(), print_structure_recursive(), and slave_part_of_experiment(). |
|
Definition at line 176 of file dyn_stats.C. |