Fast Methods for Cosmological Simulations
FastSim serves as a tool for quick N-body simulations in modified gravity.
ccl_power.h
Go to the documentation of this file.
1 /* @file */
2 
3 #ifndef __CCL_POWER_H_INCLUDED__
4 #define __CCL_POWER_H_INCLUDED__
5 
7 
16 void ccl_cosmology_write_power_class_z(char *filename, ccl_cosmology * cosmo, double z, int * status);
17 
29 double ccl_bcm_model_fka(ccl_cosmology * cosmo, double k, double a, int *status);
30 
41 double ccl_linear_matter_power(ccl_cosmology * cosmo, double k, double a,int * status);
42 
54 double ccl_nonlin_matter_power(ccl_cosmology * cosmo, double k, double a,int * status);
55 
56 
66 
77 double ccl_sigmaR(ccl_cosmology *cosmo, double R, double a, int * status);
78 
89 double ccl_sigmaV(ccl_cosmology *cosmo, double R, double a, int * status);
90 
99 double ccl_sigma8(ccl_cosmology *cosmo, int * status);
100 
102 
103 #endif
void ccl_cosmology_compute_power(ccl_cosmology *cosmo, int *status)
Definition: ccl_power.c:1403
double ccl_nonlin_matter_power(ccl_cosmology *cosmo, double k, double a, int *status)
Definition: ccl_power.c:1562
#define CCL_BEGIN_DECLS
Definition: ccl_defs.h:17
double ccl_sigmaV(ccl_cosmology *cosmo, double R, double a, int *status)
Definition: ccl_power.c:1746
double ccl_bcm_model_fka(ccl_cosmology *cosmo, double k, double a, int *status)
Definition: ccl_power.c:574
CCL_BEGIN_DECLS void ccl_cosmology_write_power_class_z(char *filename, ccl_cosmology *cosmo, double z, int *status)
Definition: ccl_power.c:596
double ccl_linear_matter_power(ccl_cosmology *cosmo, double k, double a, int *status)
Definition: ccl_power.c:1506
static double z[8]
double ccl_sigma8(ccl_cosmology *cosmo, int *status)
Definition: ccl_power.c:1777
double ccl_sigmaR(ccl_cosmology *cosmo, double R, double a, int *status)
Definition: ccl_power.c:1715
#define CCL_END_DECLS
Definition: ccl_defs.h:18