help_orthogonality.m

来自「任意边界结构正交曲线网格生成程序」· M 代码 · 共 22 行

M
22
字号
function help_orthogonality(self)%    The orthogonality of the current grid is available% for display through the "View/Orthogonality" menu item.% The orthogonality is here defined as the maximum deviation% from 90 degrees of the angles that surround each grid-point,% Ignoring the corner-points.  To hide the display, select% the "View/Orthogonality" again.%    The orthogonality will appear better for smaller grid cells,% since the calculations are based on straight lines.  Also,% the orthogonality is better for grids generated by Mex-files.% Copyright (C) 1999 Dr. Charles R. Denham, ZYDECO.%  All Rights Reserved.%   Disclosure without explicit written consent from the%    copyright owner does not constitute publication. % Version of 25-May-1999 16:27:20.% Updated    23-Dec-1999 09:47:23.seagrid_helpdlg(help(mfilename), 'SeaGrid Orthogonality')

⌨️ 快捷键说明

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