Skip to content

Latest commit

 

History

History
49 lines (23 loc) · 1.24 KB

Notes22.md

File metadata and controls

49 lines (23 loc) · 1.24 KB

Lecture 22 Animation Part II

Particle system

ODE 常微分方程

通过使用正向数值积分,我们可以在给定的初始粒子位置x0的情况下求解ODE。

image

PS 这里说的主要是非线性常微分方程的求解

Euler 欧拉法

欧拉法的缺陷

image

中点法

image

可变步长法

image

龙格-库塔法 (Runge-Kutta methods)

image

刚体仿真 RigidBody Simulation

image

angular velocity 角速度

tourque 扭力

momentum of inertia 惯性动量

流体仿真 Fluid Simulation

image

image