Simple Calculations on z-Planes

Let us assume that the unstructured grid is constructed such that all blocks are described by a natural z-ordering. Then, one can pereform the following calculations on the xy-plane with z-coordinate z_zero :

  double integral = Integral_at_z_point(E*E, z_zero);
     
  double maximum = L_infty_at_z_point(E*E, z_zero); 




Handbook

Last modified: Mon Mar 27 11:32:27 MET DST 2000