5 % V : double (element volume)
9 % Compute P1-Lagrange elementary Mass matrix.
10 % Numbering of local points in reference element is :
11 % P=[(0, 0, 0), (1, 0, 0), (0, 1, 0), (0, 0, 1)]
12 %----------------------------------------
13 % Automatic generation with sage
14 % (c) Cuvelier F. email:cuvelier@math.univ-paris13.fr
22 %Elem=(ones(4,4)+eye(4,4))*volume/12;