[File: ~mech517/public_html/Matlab_Plots/MODEL_1_D_PLOTS_HELP.txt]
Last revision 2/23/00, 8/4/00, 7/11/04, 2/4/05
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, bc_stars_plot.m, element_type_mesh_plot.m
Results:
el_qp_flux_1d_graph.m, result_1d_graph.m, result_L3_graph.m,
result_time_graph_1248.m, node_graph_result.m
Super-Convergent Patch Flux Smoothing:
ave_node_flux_1d_graph.m, el_qp_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, el_qp_scp_flux_er_est_graph.m
Comparison to Exact Solution (at nodes only):
exact_and_fe_1d_graph.m, exact_error_1d_graph.m
pt_ave_est_ex_norms_graph.m, pt_ave_ex_er_norm_graph.m
Exact Solution Alone (at nodes only):
exact_1d_graph.m, exact_time_graph_1248.m
Analytic Solution at All Points (for Model exact_case value):
analytic_1_d_flux.m analytic_1_d_result.m (may require user edit)
true_result_1d_graph.m, true_ave_node_flux_1d_graph.m,
true_flux_1d_graph.m, true_flux_error_1d_graph.m,
true_flux_L2_qp_graph.m, true_flux_scp_graph.m
true_L3_result_graph.m, true_L4_result_graph.m,
true_SCP_flux_er_sq_graph.m, true_SCP_flux_error_graph.m,
true_SCP_flux_node_er_graph.m
To turn on Unix aliases enter
source ~mech517/public_html/Aliases
then typing "Subjects" will list aliases for finding plotting
scripts by general subject areas.
See file MODEL_PLOTS_HELP.txt for more descriptions and
argument lists.
--------------------------------------------------------------