====== L2IP ====== compute the L2 inner product between two fields options -d --digits default == 7 number of digits -n --normalize normalize by norms of each field (trailing arg 2) input field #1 (trailing arg 1) input field #2 usage L2IP u.ff v.ff returns \text{L2IP(u,v)} = ({\bf u}, {\bf v}) = \frac{1}{L_x L_y L_z} \int_{\Omega} {\bf u} \cdot {\bf v} \,\, d{\bf x} or, if -n option is specified, %%L2IP(u,v) / (L2Norm(u) L2Norm(v))%%