1 function p=femwind_with_graphics_test
2 disp('femwind_with_graphics_test')
9 rate = [0.066948270621534 0.069839695192657];
10 if all(abs(p.rate - rate) < 1e-8)
11 disp('convergence rate tests OK')
13 error(sprintf('something changed, expected convergence rate %g %g got %g %g',...