rbmatlab  1.13.10
 All Classes Namespaces Files Functions Variables Groups Pages
rbmatlabdemos_rb_part1.m
Go to the documentation of this file.
3 % interactive gui for some RB demos
4 
5 % B. Haasdonk 10.9.2013
6 
7 labelList=str2mat( ...
8  'rb steps struct model',...
9  'rb steps oop model',...
10  'thermalblock demo',...
11  'domain decomposition demo',...
12  'variational inequality demo',...
13  'elastic membrane' ...
14  );
15 
16 nameList = [...
17  'demo_rb_steps_struct ';
18  'demo_rb_steps_oop ';
19  'demo_thermalblock ';
20  'demo_dom_dec ';
21  'demo_vi ';
22  'demo_elastic_membrane'];
23 
24 wdwlist = [0,0,0,0,0,0];
25 cmdlnwin(labelList, nameList,wdwlist);
26 
27