![]() |
Peano
|
Contains all the constants and parameters of the hydro scheme. More...
Go to the source code of this file.
Data Structures | |
struct | hydro_props |
Contains all the constants and parameters of the hydro scheme. More... | |
Functions | |
void | hydro_props_print (const struct hydro_props *p) |
void | hydro_props_init (struct hydro_props *p, const struct phys_const *phys_const, const struct unit_system *us, struct swift_params *params) |
void | hydro_props_update (struct hydro_props *p, const struct gravity_props *gp, const struct cosmology *cosmo) |
void | hydro_props_struct_dump (const struct hydro_props *p, FILE *stream) |
void | hydro_props_struct_restore (const struct hydro_props *p, FILE *stream) |
void | hydro_props_init_no_hydro (struct hydro_props *p) |
Contains all the constants and parameters of the hydro scheme.
Definition in file hydro_properties.h.
void hydro_props_init | ( | struct hydro_props * | p, |
const struct phys_const * | phys_const, | ||
const struct unit_system * | us, | ||
struct swift_params * | params ) |
void hydro_props_init_no_hydro | ( | struct hydro_props * | p | ) |
void hydro_props_print | ( | const struct hydro_props * | p | ) |
void hydro_props_struct_dump | ( | const struct hydro_props * | p, |
FILE * | stream ) |
void hydro_props_struct_restore | ( | const struct hydro_props * | p, |
FILE * | stream ) |
void hydro_props_update | ( | struct hydro_props * | p, |
const struct gravity_props * | gp, | ||
const struct cosmology * | cosmo ) |