|
CLASS MANUAL
|
#include "common.h"#include "quadrature.h"#include "growTable.h"#include "arrays.h"#include "dei_rkck.h"#include "parser.h"
Include dependency graph for background.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | background |
| struct | background_parameters_and_workspace |
| struct | background_parameters_for_distributions |
Enumerations | |
| enum | equation_of_state |
| enum | varconst_dependence |
| enum | vecback_format |
| enum | interpolation_method |
Documented includes for background module
| enum equation_of_state |
list of possible parametrisations of the DE equation of state
| enum varconst_dependence |
list of possible parametrizations of the varying fundamental constants
| enum vecback_format |
list of formats for the vector of background quantities
| enum interpolation_method |
list of interpolation methods: search location in table either by bisection (inter_normal), or step by step starting from given index (inter_closeby)