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

#include <ccl_utils.h>

Public Attributes

gsl_interp_accel * intacc
 
gsl_spline * spline
 
double x0
 
double xf
 
double y0
 
double yf
 

Detailed Description

Spline wrapper Used to take care of evaluations outside the supported range

Definition at line 49 of file ccl_utils.h.

Member Data Documentation

gsl_interp_accel * SplPar::intacc
gsl_spline * SplPar::spline
double SplPar::x0

Definition at line 52 of file ccl_utils.h.

Referenced by ccl_spline_init(), and spline_init().

double SplPar::y0

Definition at line 53 of file ccl_utils.h.

Referenced by ccl_spline_eval(), ccl_spline_init(), spline_eval(), and spline_init().

double SplPar::yf

Definition at line 53 of file ccl_utils.h.

Referenced by ccl_spline_eval(), ccl_spline_init(), spline_eval(), and spline_init().


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