rbmatlab 0.10.01
demos/rbmatlabdemos.m
Go to the documentation of this file.
00001 function rbmatlabdemos
00002 %RBMATLABDEMOS  Set up rbmatlab command line demos.
00003 %   This GUI lets you start some common rbmatlab demos.
00004 
00005 labelList=str2mat( ...
00006     'triangular grid demo',...
00007     'rectangular grid demo',...
00008     'cubical grid demo',...
00009     'quadratures on edges',...
00010     'quadratrues on cells',...
00011     'linear evolution problem',...
00012     'Richards equation problem',...
00013     'Burgers equation problem',...
00014     'Finite element discretization',...
00015     'explicit finite volume scheme',...
00016     'LDG function space',...
00017     'linear dynamical system',...
00018     'nonlinear problem',...
00019     'explicit evolution problem',...
00020     'Riemann-Burgers problem',...
00021     'RB steps'...
00022     );
00023 
00024 nameList = [...
00025       'demo_triagrid          ';
00026       'demo_rectgrid          ';
00027       'demo_cubegrid          ';
00028       'demo_edge_quad         ';
00029       'demo_quadratures       ';
00030       'demo_rb_gui            ';
00031       'demo_rb_richards_fv    ';
00032       'demo_rb_burgers_fv     ';
00033       'demo_fem               ';
00034       'demo_explicit_FV       ';
00035       'demo_ldgfunc           ';
00036       'demo_lin_ds            ';
00037       'demo_rb_explicit_evol  ';
00038       'demo_rb_nonlin_symmetry';
00039       'demo_rb_riemann_burgers';
00040       'demo_rb_steps          ';
00041       ];
00042 
00043 cmdlnwin(labelList, nameList)
00044 
00045 %| \docupdate 
 All Classes Namespaces Files Functions Variables