-
Notifications
You must be signed in to change notification settings - Fork 30
Code10:output.c
ardok-m edited this page Jun 30, 2017
·
2 revisions
This module is the responsible for writing the requested parameters to a file. We reproduce here the documentation header:
/** @file output.c Documented output module
*
* Julien Lesgourgues, 26.08.2010
*
* This module writes the output in files.
*
* The following function can be called from other modules or from the main:
*
* -# output_init() (must be called after spectra_init())
* -# output_total_cl_at_l() (can be called even before output_init())
*
* No memory needs to be deallocated after that,
* hence there is no output_free() routine like in other modules.
*/
Home
Installation
Basic usage
classy: the python wrapper
Introducing new models
The code:
- Code 1: Philosophy and structure
- Code 2: Indexing
- Code 3: Errors
- Code 4: input.c
- Code 5: background.c
- Code 6: thermodynamics.c
- Code 7: perturbations.c
- Code 8: primordial.c
- Code 10: output.c
- Other modules
- classy: classy.pyx and classy.pxd
Examples: