#include "sigma3.h"
Go to the source code of this file.
Defines | |
#define | DEBUG 0 |
#define | Grav 6.673e-8 |
#define | Msun 1.989e33 |
#define | AU 1.486e13 |
#define | Rsun 6.960e10 |
#define | Kms 1e5 |
#define | SECONDS_IN_YEAR 3.16e7 |
#define | CM_IN_PC 3.086e18 |
#define | N_HE 10 |
#define | MIN_HE 0.24 |
#define | MAX_HE 0.39 |
#define | N_MASS 24 |
#define | M_MIN 0.0 |
#define | M_MAX 2.4 |
#define | N_INT 9 |
Functions | |
local int | get_index (real m) |
local real | get_quantity (real m, real *q) |
local real | radius (real m) |
local real | helium (real m) |
local real | get_mass (real ml, real mu, real x) |
local void | zero_temp_counter () |
local void | initialize_stats () |
local void | accumulate_stats (scatter_profile &prof, initial_state3 &init, intermediate_state3 &inter, final_state3 &final, int rho_bin) |
local void | normalize_and_store_counts (sigma_out &out, real weight) |
local void | print_stats (sigma_out &out) |
main (int argc, char **argv) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 48 of file test_2.C. Referenced by get_quantity(), make_tuple_cm(), and merge(). |
|
|
|
|
|
Definition at line 74 of file test_2.C. Referenced by accumulate_stats(), and update_sigma2(). |
|
|
|
|
|
Definition at line 178 of file test_2.C. Referenced by main(). |
|
Definition at line 197 of file test_2.C. Referenced by accumulate_stats(), and main(). |
|
Definition at line 68 of file test_2.C. Referenced by main(). |
|
|