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

#include <ccl_params.h>

Public Attributes

double EPSREL
 
size_t N_ITERATION
 
int INTEGRATION_GAUSS_KRONROD_POINTS
 
double INTEGRATION_EPSREL
 
int INTEGRATION_LIMBER_GAUSS_KRONROD_POINTS
 
double INTEGRATION_LIMBER_EPSREL
 
double INTEGRATION_DISTANCE_EPSREL
 
double INTEGRATION_DNDZ_EPSREL
 
double INTEGRATION_SIGMAR_EPSREL
 
double INTEGRATION_NU_EPSREL
 
double INTEGRATION_NU_EPSABS
 
double ROOT_EPSREL
 
int ROOT_N_ITERATION
 
double ODE_GROWTH_EPSREL
 

Detailed Description

Struct that contains parameters that control the accuracy of various GSL routines.

Definition at line 51 of file ccl_params.h.

Member Data Documentation

double ccl_gsl_params::EPSREL

Definition at line 54 of file ccl_params.h.

Referenced by ccl_cosmology_read_config().

double ccl_gsl_params::INTEGRATION_DISTANCE_EPSREL
double ccl_gsl_params::INTEGRATION_DNDZ_EPSREL

Definition at line 66 of file ccl_params.h.

Referenced by ccl_cosmology_read_config(), ccl_dNdz_tomog(), and ccl_norm_integrand().

int ccl_gsl_params::INTEGRATION_GAUSS_KRONROD_POINTS
double ccl_gsl_params::INTEGRATION_LIMBER_EPSREL
int ccl_gsl_params::INTEGRATION_LIMBER_GAUSS_KRONROD_POINTS

Definition at line 61 of file ccl_params.h.

Referenced by ccl_angular_cl_native(), and ccl_cosmology_read_config().

double ccl_gsl_params::INTEGRATION_NU_EPSABS

Definition at line 71 of file ccl_params.h.

Referenced by calculate_nu_phasespace_spline(), and ccl_cosmology_read_config().

double ccl_gsl_params::INTEGRATION_NU_EPSREL

Definition at line 70 of file ccl_params.h.

Referenced by calculate_nu_phasespace_spline(), and ccl_cosmology_read_config().

double ccl_gsl_params::INTEGRATION_SIGMAR_EPSREL

Definition at line 68 of file ccl_params.h.

Referenced by ccl_cosmology_read_config(), ccl_sigmaR(), and ccl_sigmaV().

double ccl_gsl_params::ODE_GROWTH_EPSREL

Definition at line 78 of file ccl_params.h.

Referenced by ccl_cosmology_read_config(), and growth_factor_and_growth_rate().

double ccl_gsl_params::ROOT_EPSREL

Definition at line 74 of file ccl_params.h.

Referenced by a_of_chi(), and ccl_cosmology_read_config().

int ccl_gsl_params::ROOT_N_ITERATION

Definition at line 75 of file ccl_params.h.

Referenced by ccl_cosmology_read_config().


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