Fast Methods for Cosmological Simulations
FastSim serves as a tool for quick N-body simulations in modified gravity.
ccl_emu17.h
Go to the documentation of this file.
1 #ifndef __CCL_EMU17_INCLUDED__
2 #define __CCL_EMU17_INCLUDED__
3 
4 #define A_MIN_EMU 1./3.
5 #define K_MAX_EMU 5.0
6 #define K_MIN_EMU 1.0000000474974513E-003
7 #define NK_EMU 351
8 
18 void ccl_pkemu(double *xstarin, double **Pkemu, int *status, ccl_cosmology* cosmo);
19 
21 #endif
#define CCL_BEGIN_DECLS
Definition: ccl_defs.h:17
CCL_BEGIN_DECLS void ccl_pkemu(double *xstarin, double **Pkemu, int *status, ccl_cosmology *cosmo)
Definition: ccl_emu17.c:141
#define CCL_END_DECLS
Definition: ccl_defs.h:18