Fast Methods for Cosmological Simulations
FastSim serves as a tool for quick N-body simulations in modified gravity.
dNdz_info Struct Reference

#include <ccl_redshifts.h>

Public Attributes

double(* your_dN_func )(double, void *, int *)
 
void * your_dN_params
 

Detailed Description

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.

Member Data Documentation

double(* dNdz_info::your_dN_func) (double, void *, int *)

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().


The documentation for this struct was generated from the following file: