rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules Pages
test_rb_burgers_fv.m
Go to the documentation of this file.
1 %load('burgers_fv_detailed_interpol.mat')
2 %disp('example of demo_nonlin_symmetry:')
3 
4 model = nonlin_symmetry_model;
5 model_data = gen_model_data(model);
6 sim_data = detailed_simulation(model, model_data);
7 plot_params = [];
8 plot_params.axis_equal = 1;
9 plot_sim_data(model, model_data, sim_data,plot_params);
10 
11 
12 
function p = plot_sim_data(model, model_data, sim_data, plot_params)
function performing the plot of the simulation results as specified in model.
Definition: plot_sim_data.m:17