📄 nonlinear2d.form
字号:
# The nonlinear term of the Navier-Stokes equationselement = VectorElement("Lagrange", "triangle", 3)v = TestFunction(element)u = TrialFunction(element)w = Function(element)a = v[i]*w[j]*u[i].dx(j)*dx
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -