📄 sconstruct
字号:
from rsfproj import *from galilee import Galileefrom helderiv import Helderivdef plot(title): return ''' grey pclip=94 title="%s" yreverse=n transp=n label2="north-south (km)" label1="west-east (km)" ''' % titleGalilee('mesh')Flow('fill','mesh','lapfill grad=y niter=20')Plot('ruf2','fill','igrad | ' + plot('Filled and d/dx'))Helderiv('hel',na=128,eps=0.00001)Plot('held','fill hel', 'helicon filt=${SOURCES[1]} | ' + plot('Filled and helix derivative'))Result('helgal','ruf2 held','SideBySideAniso')###########################################################################End()
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -