由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - 解ODE的六阶精度Runge-Kutta法
相关主题
谁有数值解两个(2D)Ito SDE的经验啊?请教一个关于PDE数值解方面的问题
请教一个Simulation(数值解)遇到的问题Analytic solution for an ODE
KDV type PDElet me ask a question again
simulation of a set of stochastic ODE计算! 计算!
在matlab中,如何提高ode45的求解速度呢?直接用NR的源程序需要注意什么吗?
如何求解这个微分方程, 求助!如何高速计算这个积分
如何解prey-predator问题啊,发包子在线等:紧急求助Matlab高手(ODE问题)
计算版是新版?MATLAB differential equation question
相关话题的讨论汇总
话题: stable话题: rk话题: hairer话题: 2002话题: 精度
进入Computation版参与讨论
1 (共1页)
m****n
发帖数: 51
1
请推荐一个常用的格式。
如果你有8阶精度的,更好。
b*****y
发帖数: 163
2
I don't know if it worthes to do higher order
RK at all.

【在 m****n 的大作中提到】
: 请推荐一个常用的格式。
: 如果你有8阶精度的,更好。

m****n
发帖数: 51
3
Surely, it is needed in some scientific calculations. I can give you examples.
J. Chem. Phys. 116, 538 (2002)
Sympletic Integration of Classical Trajectories: A case study
Ch. Schlier and A. Seiter.

【在 b*****y 的大作中提到】
: I don't know if it worthes to do higher order
: RK at all.

h***o
发帖数: 539
4
我觉得可以自己推呀, hoho...

【在 m****n 的大作中提到】
: 请推荐一个常用的格式。
: 如果你有8阶精度的,更好。

w**d
发帖数: 2334
5
sometimes not so easy to get a good high order scheme.
As I remember, the exist highest A-stable(?) RK scheme is
6th order.
If you have some special requirement, e.g. the speed,
the robustness, it is even harder to get
a good one. I once used the 4th order A-stable RK scheme
with only 3 stages. It worked very well sometimes. But for some
problems, the round-off error just killed the solution.
some useful references:
general RK:
Solving ordinary differential equations :
Hairer, E. (Er

【在 h***o 的大作中提到】
: 我觉得可以自己推呀, hoho...
r*r
发帖数: 8
6

^^^^^^^^^
it is SSP instead of A-stable.
As for A-stable, RADAU, developed
by Hairer (2002), uses A-stable
implicit RK method of variable
orders (between 5, 9 and 13).
Numerical experiments show that,
for stiff problems

【在 w**d 的大作中提到】
: sometimes not so easy to get a good high order scheme.
: As I remember, the exist highest A-stable(?) RK scheme is
: 6th order.
: If you have some special requirement, e.g. the speed,
: the robustness, it is even harder to get
: a good one. I once used the 4th order A-stable RK scheme
: with only 3 stages. It worked very well sometimes. But for some
: problems, the round-off error just killed the solution.
: some useful references:
: general RK:

w**d
发帖数: 2334
7
i c. The paper I read was published before 2002.

【在 r*r 的大作中提到】
:
: ^^^^^^^^^
: it is SSP instead of A-stable.
: As for A-stable, RADAU, developed
: by Hairer (2002), uses A-stable
: implicit RK method of variable
: orders (between 5, 9 and 13).
: Numerical experiments show that,
: for stiff problems

t*****o
发帖数: 74
8
又多学一点
偶最多只用4阶R-K, 一直认为R-K公式是固定的,
u* = u^0 + dt*...
u** = u* + dt*...
想要多精度就是多写几次, u******, 系数不同而已
HOHO

【在 r*r 的大作中提到】
:
: ^^^^^^^^^
: it is SSP instead of A-stable.
: As for A-stable, RADAU, developed
: by Hairer (2002), uses A-stable
: implicit RK method of variable
: orders (between 5, 9 and 13).
: Numerical experiments show that,
: for stiff problems

d***q
发帖数: 1119
9
taylor的
一种降阶形式
化为代数计算。。
不过用8阶也。。。【 在 twoxiao (老大,一点通) 的大作中提到: 】
1 (共1页)
进入Computation版参与讨论
相关主题
MATLAB differential equation question在matlab中,如何提高ode45的求解速度呢?
[转载] 容错性用英语怎么说啊?如何求解这个微分方程, 求助!
请教求解二阶ODE方程如何解prey-predator问题啊,发包子
is it a stiff ODE?计算版是新版?
谁有数值解两个(2D)Ito SDE的经验啊?请教一个关于PDE数值解方面的问题
请教一个Simulation(数值解)遇到的问题Analytic solution for an ODE
KDV type PDElet me ask a question again
simulation of a set of stochastic ODE计算! 计算!
相关话题的讨论汇总
话题: stable话题: rk话题: hairer话题: 2002话题: 精度