l1 norm of u, nodal and scalar, i.e., size(u)=np x 1
0001 function n=l1norm(u) 0002 % l1 norm of u, nodal and scalar, i.e., size(u)=np x 1 0003 n=triint(abs(u));