⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 run_test.csh

📁 Spectral Element Method for wave propagation and rupture dynamics.
💻 CSH
字号:
#!/usr/bin/csh -f# run_test.csh exit code 0 = succesful# run SEM2DPACKrm -f *_sem2d.*sem2dsolve > info# run comparison to reference solution (matlab script)rm -f test.outmatlab -nosplash -nojvm < analyze_test.m > test.out# test: exit code 0 = succesfulgrep -sq "Test = 1" test.out  # takes exit code from last command# value in caller script is in $statusexit   

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -