Runge-Kutta法でレオロジー変形を計算する
Runge-Kutta法について
RKEXPLAIN.pdf
プログラムについて
Readme
Cソースプログラム
rungekutta.c
プログラム例
( ***.c はCのソース,***.plt は結果をグラフ表示する gnuplotプログラム)
自由振動
freevibration.c
freevibration.plt
強制振動
twoorder.c
twoorder.plt
一階の微分方程式
oneorder.c
oneorder.plt
UNIX上でのコンパイル方法
Makefile
変形計算プログラム
( ***.c はCのソース,***.plt は結果をグラフ表示する gnuplotプログラム)
フォークトモデル
voigt.c
voigt.plt
マックスウェルモデル
maxwell.c
maxwell.plt
四要素モデル
fourelm.c
fourelm.plt
UNIX上でのコンパイル方法
Makefile