|
MP-Gadget
5.0.1.dev1-76bc7d4726-dirty
|
#include <stdarg.h>#include <stddef.h>#include <setjmp.h>#include <cmocka.h>#include <math.h>#include <stdio.h>#include <stdlib.h>#include <gsl/gsl_integration.h>#include <gsl/gsl_interp2d.h>#include <stdint.h>#include "stub.h"#include "libgadget/utils/endrun.h"#include "libgadget/metal_return.h"#include "libgadget/slotsmanager.h"#include "libgadget/metal_tables.h"Go to the source code of this file.
Functions | |
| void | test_yields (void **state) |
| int | main (void) |
| int main | ( | void | ) |
Definition at line 66 of file test_metal_return.c.
References test_yields().
| void test_yields | ( | void ** | state | ) |
Definition at line 20 of file test_metal_return.c.
References agb_total_mass, chabrier_mass(), compute_agb_yield(), compute_imf_norm(), compute_snii_yield(), find_mass_bin_limits(), GSL_WORKSPACE, interp, message(), set_metal_params(), setup_metal_table_interp(), sn1a_number(), sn1a_total_metals, SNAGBSWITCH, snii_masses, SNII_NMASS, and snii_total_mass.
Referenced by main().