rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules Pages
rbmatlabdemos_rb_part2.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  'Linear dynamical systems',...
9  'Burgers finite volume',...
10  'Explicit finite volume ',...
11  'Newton scheme',...
12  'Nonlinear symmetry example',...
13  'Richards equation with finite volumes',...
14  'Riemann problem for Burgers',...
15  'SimTech initial data',...
16  'Adaptive basisgeneration demo',...
17  'Error gui demo', ...
18  'DARE example');
19 
20 nameList = [...
21  'demo_lin_ds ';
22  'demo_rb_burgers_fv ';
23  'demo_rb_explicit_evol ';
24  'demo_rb_newton ';
25  'demo_rb_nonlin_symmetry';
26  'demo_rb_richards_fv ';
27  'demo_rb_riemann_burgers';
28  'demo_rb_simtech ';
29  'demo_adaptive_basisgen ';
30  'demo_rb_error_gui ';
31  'demo_dare '];
32 
33 wdwlist = [0,0,0,0,0,0,0,0,0,0,0];
34 cmdlnwin(labelList, nameList,wdwlist);
35 
36 
37 
function rbmatlabdemos_rb_part2()
interactive gui for some RB demos
function rbmatlabdemos_detailed()
interactive gui for some high dimensional simulation demos