EFTCAMB  Reference documentation for version 3.0
Data Types | Modules
03_abstract_EFTCAMB_cache.f90 File Reference

This file contains the definition of the EFTCAMB caches. These are used to store parameters that can be used by EFTCAMB, in EFTCAMB_parameter_cache or are used to store partial results when solving the time evolution of perturbations, in EFTCAMB_timestep_cache. More...

Go to the source code of this file.

Data Types

interface  eftcamb_cache::Nu_rho_Wrapper
 Wrapper to the subroutine that computes the background massive neutrinos density. More...
 
interface  eftcamb_cache::Nu_drho_Wrapper
 Wrapper to the subroutine that computes the time derivative of the background massive neutrinos density. More...
 
interface  eftcamb_cache::Nu_pidot_Wrapper
 Wrapper to the function that computes the background massive neutrinos time derivative of pressure. More...
 
interface  eftcamb_cache::Nu_pidotdot_Wrapper
 Wwrapper to the function that computes the background massive neutrinos second time derivative of pressure. More...
 

Modules

module  eftcamb_cache
 This module contains the definition of the EFTCAMB caches. These are used to store parameters that can be used by EFTCAMB, in EFTCAMB_parameter_cache or are used to store partial results when solving the time evolution of perturbations, in EFTCAMB_timestep_cache.
 

Detailed Description

This file contains the definition of the EFTCAMB caches. These are used to store parameters that can be used by EFTCAMB, in EFTCAMB_parameter_cache or are used to store partial results when solving the time evolution of perturbations, in EFTCAMB_timestep_cache.

Definition in file 03_abstract_EFTCAMB_cache.f90.