MP-Gadget  5.0.1.dev1-76bc7d4726-dirty
timefac.h
Go to the documentation of this file.
1 #ifndef __TIMEFAC_H
2 #define __TIMEFAC_H
3 
4 #include "types.h"
5 #include "cosmology.h"
6 #include "timebinmgr.h"
7 
8 /* Get the exact drift and kick factors at given time by integrating. */
12 
13 #endif
static Cosmology * CP
Definition: power.c:27
double get_exact_hydrokick_factor(Cosmology *CP, inttime_t ti0, inttime_t ti1)
Definition: timefac.c:75
double get_exact_drift_factor(Cosmology *CP, inttime_t ti0, inttime_t ti1)
Definition: timefac.c:64
double get_exact_gravkick_factor(Cosmology *CP, inttime_t ti0, inttime_t ti1)
Definition: timefac.c:70
int32_t inttime_t
Definition: types.h:8