Yuu-Miino-NUE / python-nonlinear-dynamics

MIT License
0 stars 0 forks source link

Feature/separate system and main #6

Closed Yuu-Miino-NUE closed 1 year ago

Yuu-Miino-NUE commented 1 year ago

下記の構成にあう形でプログラムを組み替えてみました.

init
while Running:
    solve_partially(t, x0)
    draw_orbit()
    post_process()
    event_process()

問題なければ develop ブランチにマージします.

tetsushiwahaha commented 1 year ago

とりあえず