rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules Pages
rbmatlabdemos_elementary.m
Go to the documentation of this file.
3 % interactive gui for some elementary (boring) demos
4 
5 % B. Haasdonk 10.9.2013
6 
7 labelList=str2mat( ...
8  'edge quadrature demo',...
9  'element quadrature demo' );
10 
11 nameList = [...
12  'demo_edge_quad ';
13  'demo_quadratures '];
14 
15 wdwlist = [0,0];
16 cmdlnwin(labelList, nameList,wdwlist);
17 
18 
19 %| \docupdate
function qres = demo_quadratures(pdeg, qdeg)
small script demonstrating interval integration of polynomials of degree pdeg with quadratures of deg...
function demo_edge_quad()
demonstration of the edge-quadratures over a grid
function demo()
small script demonstrating the possibilities of the rectgrid class.
Definition: demo.m:18
function rbmatlabdemos_elementary()
interactive gui for some elementary (boring) demos