testshellqmg.bat
来自「算断裂的」· Batch 代码 · 共 14 行
BAT
14 行
@echo on
REM Script to test shell-command version of QMG
REM ... generating a mesh for the hexobj 3D geo
qmg -meshgen -show 0 -fileformat ascii -logfile nul -orientation 2 -curvecontrol "(const 1)" -tol 1e-12 ../../data/hexobj.geo hexobj.msh
REM ... mesh has been generated; doubling internal boundaries
qmg -double2 -fileformat ascii ../../data/hexobj.geo hexobj.msh hexobj_d.geo hexobj_d.msh \*
REM ... internal boundary has been doubled; checking the mesh
qmg -checktri -fileformat ascii -checkorientation 2 -tol 1e-12 hexobj_d.geo hexobj_d.msh
REM ... checktri has finished; removing files created by this script
del hexobj.msh
del hexobj_d.*
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?