rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules 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  'Stokes problem'...
15  );
16 
17 nameList = [...
18  'demo_rb_steps_struct ';
19  'demo_rb_steps_oop ';
20  'demo_thermalblock ';
21  'demo_dom_dec ';
22  'demo_vi ';
23  'demo_elastic_membrane';
24  'demo_rb_stokes_fem '];
25 
26 wdwlist = [0,0,0,0,0,0,0];
27 cmdlnwin(labelList, nameList,wdwlist);
function rbmatlabdemos_rb_part1()
interactive gui for some RB demos
function rbmatlabdemos_detailed()
interactive gui for some high dimensional simulation demos