Robert Farmer

Results 32 issues of Robert Farmer

Is it possible to convert a bigfloat number into its underlying byte pattern? I'm trying to convert to/from quad precision numbers between fortran/python (with bigfloat storing things python side) and...

need to see how the pointers are handled and set, first stage towards adding CLASS maybe?

enhancement

Simplify much of the net memory management by moving net_info components into allocatables instead of pointers, as well as making net_info not a pointer either. I plan to push more...

rates-net

Currently we mostly relay on the fe_core_infall parameter to denote when we are at core collapse. Unfortunately I keep seeing cases where we get a velocity spike that triggers the...

enhancement
good first issue

No access to screened rates yet as that needs call to screen_net to hanlde all the special rates (otherwise we could just use screen_pair) and thats hard.

**Describe the bug** ```` All this and more are saved in the LOGS directory during the run. add_reaction_for_handle failed in reaclib_parse_handle invalid rate file read_rates_from_files for num= 1 set_net failed...

bug

Appears to be related to the removal of lnpgas

bug

See the many rotation failures https://testhub.mesastar.org/rf%2Ffpe/commits/9fae171 There are two problems, first set_rotation_mixing_info needs mstar_old however set_rotation_mixing_info is being called by set_start_of_step_info which is before new_generation() around https://github.com/MESAHub/mesa/blob/0d1f1bb5a471a0d1faeacc19c7b7e0be685d6550/star/private/evolve.f90#L1899 Now if we...

fpe

https://testhub.mesastar.org/rf%2Ffpe/commits/0fbd67e/test_cases/astero/fast_scan_grid In do_param we start at k=max_parameters and work down the list. But param(max_parameters) is not set. The set_starting_values call only initializes the param's that are set, not the unset...

fpe