Kraysent / OMTool

Modeling N-Body problem in galactic evolution application.
https://omtool.readthedocs.io/en/latest/
Apache License 2.0
0 stars 0 forks source link

Untie integration process from the pyfalcon integrator #89

Closed Kraysent closed 2 years ago

Kraysent commented 2 years ago

Integrator should be specified in confiiguration file. Example:

...
integrator: 
  type: pyfalcon
  args:
    timestep: 7
    eps: !q [0.2, kpc]
...