由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - KDV type PDE
相关主题
有人知道MS in Scientific Computing好吗?谁能推荐有关算法(computation algorithm)的书籍?
解ODE的六阶精度Runge-Kutta法选什么系比较合适?
请教一个关于PDE数值解方面的问题Where to buy computer for numerical computation?
job market for scientific computing请问chicago附近有好的scientific computation program吗?
Parallel computing in Matlab请教有关Theory of Computation
又一个菜鸟问题目前项目主要找Human-Robot Interaction(HRI),Affective Computing,Computer Vision,NPL的 技术方向。
Should change "computation" to "matlab computation"计算! 计算!
Should I use C or matlab?直接用NR的源程序需要注意什么吗?
相关话题的讨论汇总
话题: bow话题: phys话题: numerical话题: kdv话题: scheme
进入Computation版参与讨论
1 (共1页)
i*w
发帖数: 107
1
or
boussinesq equation
what is the numerical scheme?
anyone has source codes or the sketch?
I need do numerical solution for such kind equations.
write back please.
read some papers, just about the existence or uniqueness.

BOW BOW BOW.
i******m
发帖数: 10
2
There are countless papers about how to solve KdV equation numerically. The
FD schemes are straightforward and easy to program. I think writing your own
code can save you much more time than reading others’.
1. Finite Difference Schemes:
N. J. Zabusky and M. D. Kruskal, Phys. Rev. Lett. 15 (1965), 240
A. C. Vliegenthart, J. Eng. Math. 5 (1971), 137
I. S. Greig and J. L. Morris, J. Comput. Phys 20 (1976), 64
J. M. Sanz-Serna, J. Comput. Phys 47 (1982), 199
K. Djidjeli et al., J. Comput. Appl. Mat

【在 i*w 的大作中提到】
: or
: boussinesq equation
: what is the numerical scheme?
: anyone has source codes or the sketch?
: I need do numerical solution for such kind equations.
: write back please.
: read some papers, just about the existence or uniqueness.
:
: BOW BOW BOW.

i*w
发帖数: 107
3

The
own
thank you!
my actual computation would be based on such scheme and
make some modification.
just want to save some time.

【在 i******m 的大作中提到】
: There are countless papers about how to solve KdV equation numerically. The
: FD schemes are straightforward and easy to program. I think writing your own
: code can save you much more time than reading others’.
: 1. Finite Difference Schemes:
: N. J. Zabusky and M. D. Kruskal, Phys. Rev. Lett. 15 (1965), 240
: A. C. Vliegenthart, J. Eng. Math. 5 (1971), 137
: I. S. Greig and J. L. Morris, J. Comput. Phys 20 (1976), 64
: J. M. Sanz-Serna, J. Comput. Phys 47 (1982), 199
: K. Djidjeli et al., J. Comput. Appl. Mat

i******m
发帖数: 10
4
The FD scheme in the (N. J. Zabusky and M. D. Kruskal, Phys. Rev. Lett. 15 (
1965), 240) is a classic one. Fast and accurate. You can try this. Highly
recommend.
But if you need more accuracy, you can try the spectral method. It has "
infinite" accuracy, and no phase error. However, you may only impose the
periodic BC for this method.
1 (共1页)
进入Computation版参与讨论
相关主题
直接用NR的源程序需要注意什么吗?Parallel computing in Matlab
请教一个Gaussian quadrature的问题又一个菜鸟问题
请问如何计算连续系统的李亚普诺夫条件指数?Should change "computation" to "matlab computation"
what is second-order upwind?Should I use C or matlab?
有人知道MS in Scientific Computing好吗?谁能推荐有关算法(computation algorithm)的书籍?
解ODE的六阶精度Runge-Kutta法选什么系比较合适?
请教一个关于PDE数值解方面的问题Where to buy computer for numerical computation?
job market for scientific computing请问chicago附近有好的scientific computation program吗?
相关话题的讨论汇总
话题: bow话题: phys话题: numerical话题: kdv话题: scheme