|
Fast Methods for Cosmological Simulations
FastSim serves as a tool for quick N-body simulations in modified gravity.
|
#include <ccl_redshifts.h>
Public Attributes | |
| double(* | your_dN_func )(double, void *, int *) |
| void * | your_dN_params |
dNdz function. This is a dNdz function (which can be user defined) with a void* field to contain the parameters to that function.
Definition at line 32 of file ccl_redshifts.h.
Definition at line 33 of file ccl_redshifts.h.
Referenced by ccl_create_Smail_dNdz_info(), and ccl_dNdz().
| void* dNdz_info::your_dN_params |
Definition at line 35 of file ccl_redshifts.h.
Referenced by ccl_create_dNdz_info(), ccl_create_Smail_dNdz_info(), and ccl_dNdz().