[File: ~mech517/public_html/Matlab_Plots/MODEL_1_D_PLOTS_HELP.txt]
Last revision 2/23/00, 8/4/00
Matlab Scripts for 1-D Problems
To use these programs from your local work directory you must enter
Matlab and issue a command to identify the path to the scripts by
entering the following command in Matlab:
addpath /net/course-a/mech517/public_html/Matlab_Plots
Then you can run the following 1-D codes.
Mesh Data:
bc_flags_plot.m, bc_values_plot.m, mesh_plot.m,
mesh_shrink_plot.m
Results:
el_qp_flux_1d_graph.m, result_1d_graph.m
Super-Convergent Patch Flux Smoothing:
ave_node_flux_1d_graph.m
Super-Convergent Patch Error Estimates:
el_error_value_plot.m, elem_error_est_1d_graph.m,
pt_ave_error_est_1d_graph.m
Comparison to Exact Solution (at nodes only):
exact_and_fe_1d_graph.m, exact_error_1d_graph.m
Exact Solution Alone (at nodes only):
exact_1d_graph.m
Analytic Solution at All Points (requires user edit):
true_result_1d_graph.m, true_ave_node_flux_1d_graph.m
See file MODEL_PLOTS_HELP.txt for full descriptions and
argument lists.
--------------------------------------------------------------