MP-Gadget
5.0.1.dev1-76bc7d4726-dirty
libgadget
lightcone.h
Go to the documentation of this file.
1
#ifndef LIGHTCONE_H
2
#define LIGHTCONE_H
3
4
/* Initialise the lightcone code module. */
5
void
lightcone_init
(
Cosmology
*
CP
,
double
timeBegin,
const
double
UnitLength_in_cm
,
const
char
* OutputDir);
6
void
lightcone_compute
(
double
a,
double
BoxSize,
Cosmology
*
CP
,
inttime_t
ti_curr,
inttime_t
ti_next);
7
#endif
lightcone_compute
void lightcone_compute(double a, double BoxSize, Cosmology *CP, inttime_t ti_curr, inttime_t ti_next)
Definition:
lightcone.c:177
lightcone_init
void lightcone_init(Cosmology *CP, double timeBegin, const double UnitLength_in_cm, const char *OutputDir)
Definition:
lightcone.c:91
CP
static Cosmology * CP
Definition:
power.c:27
UnitLength_in_cm
static double UnitLength_in_cm
Definition:
power.c:26
Cosmology
Definition:
cosmology.h:8
inttime_t
int32_t inttime_t
Definition:
types.h:8
Generated by
1.9.1