------------------------------------------------------------------- Others Displays [incomplete list] ------------------------------------------------------------------- All the Matlab programs beginning with "contour" and "smooth" use a fixed rectangular grid on which the FEA data at the nodes and/or Gauss points are fit by a bi-cubic surface. Therefore, they may introduce smoothing errors and should be used for general checking purposes. Remember that on boundaries with zero normal flux the contours should be perpendicular to the boundary, but smoothing may violate this condition. (The default smoothing grid is 31x31 units but you could copy the following files and edit those values.) All of these files use files msh_bc_xyz.tmp and msh_typ_nodes.tmp as well as others noted. Contours (Matlab smoothed) contour_result.m or contour_result_on_mesh.m File node_results.tmp is required. contour_exact.m or contour_exact_on_mesh.m contour_qp_flux_component.m or contour_qp_flux_on_mesh.m File el_qp_xyz_fluxes.tmp is required. contour_exact_error.m or contour_exact_err_on_mesh.m File contour_pt_ave_error_est.m or contour_pt_ave_err_est_w_mesh.m File pt_ave_error_est.tmp is required. Smoothed surfaces smooth_result.m or smooth_result_w_bar.m File node_results.tmp is required. smooth_qp_flux.component.m File el_qp_xyz_fluxes.tmp is required. smooth_exact_solution.m smooth_exact_error_component.m smooth_pt_ave_error_est.m or smooth_pt_ave_err_est_w_bar.m File pt_ave_error_est.tmp is required. -------------------------------------------------------------------