📄 regtests.m4
字号:
// Regression tests// ----------------// $Id: regtests.m4,v 1.6 2005/01/06 20:58:33 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.dnl (syntax of ONETEST macro defined in ../regtests.m4)ONETEST(aadaptation,regvalue,0.1);ONETEST(aalapacien,1+err,0.00001);ONETEST(aalaplace-nc,u[]'*u[],0.1);ONETEST(aamove,u[]'*u[],0.1);ONETEST(aaRT,u1[]'*u1[],0.1);ONETEST(arrayoFVh,u[]'*u[],0.1);ONETEST(bilap,xx(0:n)'*xx(0:n),0.1);ONETEST(D2,w[]'*w[],1e-20,1e-20);ONETEST(demo1,u[]'*u[],0.1);ONETEST(demo,u[]'*u[],0.1);ONETEST(funct,myfunction(1.0,3.),0.1);ONETEST(lapacienprecon,u[]'*u[],0.1);ONETEST(lap_mat,u1[]'*u1[],0.1);ONETEST(NSP1P1b,int2d(Th)(square(u1)+square(u2)),0.2);ONETEST(NSP1P1,int2d(Th)(square(u1)+square(u2)),10);ONETEST(NSP1P2,int2d(Th)(square(u1)+square(u2)),0.2);ONETEST(parareal,pu'*pu,0.1);dnl alh - 30/6/04 - unstable? ONETEST(Richard,hmax,0.1);ONETEST(teste,P.x,0.1);ONETEST(testFE);ONETEST(wafer-heating-laser-axi,xx'*xx,0.1);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -