Hanno Rein

Results 29 issues of Hanno Rein

I'm having trouble getting breathe (latest release) to document a member of a c struct which is an enum: ``` struct struct_a{ int member_a; enum ENUM_TYPE { ENUM_A = 1,...

bug
code

There is a bug in the BS integrator when coupling NBody to other ODEs. In the first substep the y1 variable of the additional ODE is not set which might...

bug

There was a long-standing issue with multiprocessing pools not working very nicely with ipython/notebooks. This is why we included an interruptible pool within REBOUND itself. This doesn't seem to work...

@peterbartram's TES simplementation

Here is a planetary system which is unstable and violently disrupts itself over short timescale (thanks to @nchoksi4456 for providing this example). MERCURIUS fails at this problem and has energy...

feature request

The next major iteration of REBOUND. ============================= Note that this update will break backwards compatibility and python2 support. Current development is on branch [version4](../tree/version4). Major goals: ------------ - [ ]...

The calculation involving orbital element use trigonometric functions. Because the implementation of these trigonometric functions varies across operating systems and compilers, the result is not machine independent. It would be...

feature request

Currently MEGNO is scale dependent, whereas gravity is scale free. This is because MEGNO needs to compare positions to velocities.

bug

By default it is possibly to set any attribute in a python class, including new ones which do not exist yet. Adding the following to a class prohibits adding new...

requested feature

The following features are not yet implemented for the EOS integrator - Variational equations / MEGNO - Additional forces, including support for REBOUNDx

requested feature