|
Fast Methods for Cosmological Simulations
FastSim serves as a tool for quick N-body simulations in modified gravity.
|
#include <gsl/gsl_sf_bessel.h>#include "ccl.h"#include "ctest.h"#include "ccl_params.h"#include "ccl_core.h"
Go to the source code of this file.
Functions | |
| void | __ctest_spacing_tests_linear_spacing_simple_run () |
| static struct ctest __ctest_spacing_tests_linear_spacing_simple | __attribute__ ((used, section(".ctest"))) = { .ssname="spacing_tests", .ttname="log_spacing_simple", .run = __ctest_spacing_tests_log_spacing_simple_run, .skip = 0 , .data = NULL , .setup = (SetupFunc) NULL , .teardown = (TearDownFunc) NULL , .magic = (0xdeadbeef) } |
| void | __ctest_spacing_tests_log_spacing_simple_run () |
| void | __ctest_spacing_tests_linlog_spacing_simple_run () |
| void | __ctest_spherical_bessel_tests_compare_gsl_run () |
|
static |
| void __ctest_spacing_tests_linear_spacing_simple_run | ( | ) |
Definition at line 7 of file ccl_test_utils.c.
References ASSERT_DBL_NEAR_TOL, ASSERT_NOT_NULL, ccl_linear_spacing(), and m.
| void __ctest_spacing_tests_linlog_spacing_simple_run | ( | ) |
Definition at line 29 of file ccl_test_utils.c.
References ASSERT_DBL_NEAR_TOL, ASSERT_NOT_NULL, ccl_linlog_spacing(), and m.
| void __ctest_spacing_tests_log_spacing_simple_run | ( | ) |
Definition at line 18 of file ccl_test_utils.c.
References ASSERT_DBL_NEAR_TOL, ASSERT_NOT_NULL, ccl_log_spacing(), and m.
| void __ctest_spherical_bessel_tests_compare_gsl_run | ( | ) |
Definition at line 48 of file ccl_test_utils.c.
References ASSERT_DBL_NEAR_TOL, ccl_j_bessel(), cl_cmbl_bm::l, x, xmax, and xmin.