#include "../evolve/sigma.h"
#include <string.h>
Go to the source code of this file.
Defines | |
#define | DEFAULT_MASS_RATIO 1 |
#define | DEFAULT_ECC 0 |
#define | DEFAULT_SMA 1 |
#define | SMA_REDUCE 10 |
#define | DEFAULT_R1 0 |
#define | DEFAULT_R2 0 |
#define | TIDAL_TOL_FACTOR 1e-6 |
#define | MAX_ARGS 256 |
#define | TEXT_BUFFER_SIZE 1024 |
Functions | |
local void | pp (sdyn *b, ostream &s, int level=0) |
local void | initialize_root (sdyn *root, real v_inf, real rho_sq_min, real rho_sq_max, real peri, real r_init, real projectile_mass, real projectile_radius) |
local void | split_particle (sdyn *current, real ecc, real sma, int planar, real mass_ratio, real r1, real r2) |
local sdyn* | locate_label_and_set_defaults (sdyn *root, char *label, int planar) |
sdyn* | first_leaf (sdyn *b) |
sdyn* | next_leaf (sdyn *b) |
sdyn* | mkscat (int argc, char **argv, sigma_input &input) |
void | parse_string (char *s, int &argc, char *argv[]) |
sdyn* | mkscat (char *s, sigma_input &input) |
|
Definition at line 6 of file makesigm.C. |
|
Definition at line 5 of file makesigm.C. |
|
Definition at line 9 of file makesigm.C. |
|
Definition at line 10 of file makesigm.C. |
|
Definition at line 7 of file makesigm.C. |
|
Definition at line 539 of file makesigm.C. |
|
Definition at line 8 of file makesigm.C. |
|
Definition at line 540 of file makesigm.C. |
|
Definition at line 11 of file makesigm.C. |
|
Definition at line 301 of file makesigm.C. Referenced by check_quarantine(), mkscat(), and next_leaf(). |
|
Definition at line 36 of file makesigm.C. Referenced by mkscat(). |
|
Definition at line 266 of file makesigm.C. Referenced by mkscat(). |
|
Definition at line 575 of file makesigm.C. Referenced by get_sigma(), mkscat(), and slave_part_of_experiment(). |
|
Definition at line 327 of file makesigm.C. |
|
Definition at line 309 of file makesigm.C. Referenced by mkscat(). |
|
Definition at line 549 of file makesigm.C. Referenced by mkscat(). |
|
Definition at line 14 of file makesigm.C. |
|
Definition at line 152 of file makesigm.C. Referenced by locate_label_and_set_defaults(), and mkscat(). |