regtests.m4

来自「FreeFem++可以生成高质量的有限元网格。可以用于流体力学」· M4 代码 · 共 31 行

M4
31
字号
// Regression tests// ----------------// $Id: regtests.m4,v 1.4 2008/11/29 15:36:48 hecht Exp $include(../regtests.m4)// The values tested here may not have a physical or mathematical// meaning. Their main property is to gather numerical values from the// whole domain, to be checked for consistency with previous runs.ONETEST(load,uh[].max,0.0001)ONETEST(testFE)ONETEST(testFEMorley)ONETEST(funcTemplate)ONETEST( LapDG3)ONETEST( LapDG4)ONETEST( LaplaceP3)ONETEST( LaplaceP4)ONETEST( bilapMorley)ONETEST( plot-fb-P3)ONETEST( plot-fb-P3dc)ONETEST( plot-fb-P4)ONETEST( plot-fb-P4dc)ONETEST( splitmesh3)ONETEST( splitmesh6)ONETEST( testFE-PkEdge)ONETEST( testFE)ONETEST( testFEMorley)

⌨️ 快捷键说明

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