------------------------------------------------------------------- Nodal Results Color Displays [incomplete list] (the command to produce *.ps files are now commented out) ------------------------------------------------------------------- color_result.m: color_result (i_p) fills the 2D mesh with a continuously colored value of the i_p component of the solution nodal results. A color scale bar is included. If i_p = 0 the RMS value is shown. The required files are msh_bc_xyz.tmp, msh_typ_nodes.tmp, and node_results.tmp. The output file is color_result_#_plot.ps. color_result_rank.m: color_result_rank (i_p) fills each 2D element with one of eight constant colors ranging from the lowest to highest result values. The output file is color_result_#_rank.ps. color_result_step.m: color_result_step (i_p) fills each 2D element with a constant color that represents the average value of the i_p component within the element. Output is color_result_#_step.ps. color_result_surface.m: color_result_surface (i_p) is a "carpet" plot of 2D results colored like color_result.m. The output file is color_result_#_surface.ps. color_result_surface_rank.m: color_result_surface_rank (i_p) is a "carpet" plot of 2D results colored like color_result_rank.m. Output is color_result_#_surface_rank.ps. color_result_surface_step.m: color_result_surface_step (i_p) is a "carpet" plot of 2D results colored like color_result_step.m. Output is color_result_#_surface_step.ps.