rbmatlab  1.13.10
 All Classes Namespaces Files Functions Variables Groups Pages
demo_elastic_membrane.m
Go to the documentation of this file.
2 %function demo_elastic_membrane
3 % demo of variational inequalities reduced order model
4 
5 % B. Haasdonk 28.9.2012
6 
7 model = elastic_membrane_model;
8 model_data = gen_model_data(model);
9 
10 load('elastic_membrane_detailed_data') % from step 3
11 model.enable_error_estimator = 0;
12 plot_params = [];
13 plot_params.plot_title = 'elastic membrane';
14 plot_params.no_lines = 0;
15 demo_rb_gui(model,detailed_data,[],plot_params);
16 
17 % demo_detailed_gui(model,model_data);
18 view(-17,34);