File CInterface.h¶
↰ Parent directory (/home/kpenev/projects/git/poet/poet_src/StellarEvolution)
Declare C-style functions for accessing the functionality of the StellarEvolution library.
Contents
Definition (/home/kpenev/projects/git/poet/poet_src/StellarEvolution/CInterface.h)¶
Includes¶
../Core/SharedLibraryExportMacros.hMESAIO.h(File MESAIO.h)
Included By¶
Functions¶
- Function create_interpolator(const char *, double *, int *, bool *, bool *, unsigned)
- Function create_quantity(const MESAInterpolator *, int, double, double)
- Function default_log_quantity(int)
- Function default_nodes(int)
- Function default_smoothing(int)
- Function default_vs_log_age(int)
- Function destroy_interpolator(MESAInterpolator *)
- Function destroy_quantity(EvolvingStellarQuantity *)
- Function differentiate_quantity(const EvolvingStellarQuantity *, double, double *)
- Function differentiate_quantity_array(const EvolvingStellarQuantity *, double *, unsigned, double *)
- Function evaluate_quantity(const EvolvingStellarQuantity *, double)
- Function evaluate_quantity_array(const EvolvingStellarQuantity *, double *, unsigned, double *)
- Function feh_from_metallicity()
- Function feh_from_z(double)
- Function load_interpolator(const char *)
- Function metallicity_from_feh()
- Function quantity_continuous_range(const EvolvingStellarQuantity *, double, double *, double *)
- Function quantity_max_age(const EvolvingStellarQuantity *)
- Function quantity_min_age(const EvolvingStellarQuantity *)
- Function save_interpolator(MESAInterpolator *, const char *)
- Function z_from_feh(double)