AUTO

CAUTION:

Plot() error:

plot で autorc からオプションを読もうした際にエラーとなる場合があります。

Some troubles are occurred when options are read from autorc (2019-09-30) [日本語詳細はこちら]

    • dashes=(6.0, 6.0) -> ('6.0', '6.0')

    • Comment it out from autorc ( default value is already set in auto/07p/python/graphics/grapher.py )

dashes = (6.0,6.0)

->

# dashes = (6.0,6.0)


Compile error:

plaut/plautlib.f

    • SUBROUTINE DN() での ANGLE の配列サイズが3になっている(BUG?)

    • WSL2 + ubuntu 20.04, gfortran 9.3.0

L6697 of plaut/plautlib.f

REAL ANGLE(3),...

->

REAL ANGLE(4),...

AUTO

Numerical tool for continuation and bifurcation problems in ordinary differential equations.

Documentation:

Tools:

  • AUTOdat : b.xxx, s.xxx からのデータ切り出し

    • Python 版(作業中):GitHub

AUTOdat - 2020/11/02

For AUTO beginners 復刻版 — 2018/11/17 7:52:16

Install auto07p-0.9.1 on ubuntu 18.04LTS — 2018/11/17 6:21:14

CLUIでの plot() オプション — 2016/11/25 3:18:23