Rory Barnes
Rory Barnes
Thanks for the suggestion, Nick! The current solver is pretty basic and doesn't handle large disparities in timescales for ODEs, so this method could be a great option for improving...
I mean vplot v1.0.2!
Yes, of course! When a planet's instantaneous frequency becomes close to the rotational frequency, i.e. periastron of a high eccentricity orbit, then the assumptions underpinning POISE fail and the code...
Actually, it'd probably be better to modify VerifyHalts in halt.c such that if POISE is selected, then dHaltMaxEcc is set to 0.9. Then there will be no need to perform...
Thanks, Rohit, but unfortunately this change won't fix the problem. That lTmp variable is the line number in the input file, so your change will make the code think that...
Should probably also warn users not to use DB15 at all, since it's very approximate!
To fix this, I would create new variables in the Outfile struct called something like iNumOutputs and *iaOutput, which correspond to the total number of outputs (for that file) and...
Thanks for your enthusiasm! Yes, that functionality is available and has been tested for AtmEsc and DistOrb coupling. AtmEsc and SpiNBody may not be stable. We haven't tried DistRot and...
I would have to run your example on my own machine to find out why the core dumped. I wouldn't expect it to do that here. From the output you...
This issue is in the file src/poise.c.