readme
来自「CLAWPACK is a software package designed 」· 代码 · 共 15 行
TXT
15 行
claw/applications/burgers/3d/cubedata3d Burgers' equation q_t + u*(.5*q^2)_x + v*(.5*q^2)_y + w*(.5*q^2)_z = 0solved with u = v = w = 1.The initial data consists of q=1 inside the cube [.1,.5] x [.1,.5] x [.1,.5]and q=0 elsewhere.Along every ray in the direction (1,1,1), the solution should look like ashock followed by a rarefaction wave.u,v,w are set in setprob.f
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?