ouput with XLONG XLAT
[wrf-fire-matlab.git] / femwind / nd_test.m
blobcf3435b334c89754d63fb5885c7b651725613cbd
1 % test for nd_assembly and nd_mult
2 nel=[5,4,3]
3 h = [1,1,1]
4 expand=1.3 
5 A = diag([1 1 1])
6 lambda=[]
7 params=[]
9 X = regular_mesh(nel,h,expand);
12 plot_mesh_3d(X)
14 K=nd_assembly(A,X,lambda,params);
16 x=ones(size(X{1}));
18 y=nd_mult(K,x);
20 err_zero=big(y)  % should be zero