|
Fast Methods for Cosmological Simulations
FastSim serves as a tool for quick N-body simulations in modified gravity.
|
#include "ccl.h"#include "ccl_correlation.h"#include "ccl_utils.h"#include "ctest.h"#include <stdlib.h>#include <stdio.h>#include <math.h>#include <time.h>#include <string.h>
Go to the source code of this file.
Macros | |
| #define | OC 0.25 |
| #define | OB 0.05 |
| #define | OK 0.00 |
| #define | ON 0.00 |
| #define | HH 0.70 |
| #define | W0 -1.0 |
| #define | WA 0.00 |
| #define | NS 0.96 |
| #define | NORMPS 0.80 |
| #define | ZD 0.5 |
| #define | NZ 128 |
| #define | Z0_GC 0.50 |
| #define | SZ_GC 0.05 |
| #define | NL 512 |
| #define | PS 0.1 |
| #define | NEFF 3.046 |
| #define | ELL_MAX_CL 20000 |
Functions | |
| int | main (int argc, char **argv) |
| #define ELL_MAX_CL 20000 |
Definition at line 28 of file ccl_corr_sample.c.
Referenced by main().
| #define HH 0.70 |
Definition at line 16 of file ccl_corr_sample.c.
Referenced by main().
| #define NEFF 3.046 |
Definition at line 27 of file ccl_corr_sample.c.
Referenced by main().
| #define NL 512 |
Definition at line 25 of file ccl_corr_sample.c.
| #define NORMPS 0.80 |
Definition at line 20 of file ccl_corr_sample.c.
Referenced by main().
| #define NS 0.96 |
Definition at line 19 of file ccl_corr_sample.c.
Referenced by main().
| #define NZ 128 |
Definition at line 22 of file ccl_corr_sample.c.
Referenced by main().
| #define OB 0.05 |
Definition at line 13 of file ccl_corr_sample.c.
Referenced by main().
| #define OC 0.25 |
Definition at line 12 of file ccl_corr_sample.c.
Referenced by main().
| #define OK 0.00 |
Definition at line 14 of file ccl_corr_sample.c.
Referenced by main().
| #define ON 0.00 |
Definition at line 15 of file ccl_corr_sample.c.
| #define PS 0.1 |
Definition at line 26 of file ccl_corr_sample.c.
| #define SZ_GC 0.05 |
Definition at line 24 of file ccl_corr_sample.c.
Referenced by main().
| #define W0 -1.0 |
Definition at line 17 of file ccl_corr_sample.c.
Referenced by main().
| #define WA 0.00 |
Definition at line 18 of file ccl_corr_sample.c.
Referenced by main().
| #define Z0_GC 0.50 |
Definition at line 23 of file ccl_corr_sample.c.
Referenced by main().
| #define ZD 0.5 |
Definition at line 21 of file ccl_corr_sample.c.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 31 of file ccl_corr_sample.c.
References ccl_angular_cls(), ccl_cl_tracer_free(), ccl_cl_tracer_number_counts_simple(), ccl_cl_workspace_free(), ccl_cl_workspace_new_limber(), CCL_CORR_FFTLOG, CCL_CORR_GG, ccl_correlation(), ccl_cosmology_create(), ccl_cosmology_free(), ccl_log_spacing(), ccl_mnu_sum, ccl_parameters_create(), cl_cmbl_bm::cosmo, default_config, ELL_MAX_CL, HH, ccl_test_distances::mnu, NEFF, NORMPS, NS, NZ, OB, OC, OK, halomod_bm::params, pow(), SZ_GC, w, W0, WA, and Z0_GC.