-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdemos.xml
85 lines (83 loc) · 3.34 KB
/
demos.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<?xml version="1.0" encoding="utf-8"?>
<!--
Sparse Grid Interpolation Toolbox
Copyright (c) 2006 W. Andreas Klimke, Universitaet Stuttgart
Copyright (c) 2007-2008 W. A. Klimke. All Rights Reserved.
See LICENSE.txt for license.
email: [email protected]
web : http://www.ians.uni-stuttgart.de/spinterp
-->
<demos>
<name>Sparse Grid Interpolation</name>
<type>toolbox</type>
<icon>$toolbox/matlab/icons/matlabicon.gif</icon>
<description><![CDATA[The following demos illustrate the most important features of the Sparse Grid Interpolation Toolbox.
<p>
<b>IMPORTANT NOTE:</b> The toolbox <b>must be initialized</b> prior to executing these demos by using the command <code>spinit</code> from the Matlab command line, or by clicking <a href="matlab:spinit"><code>here</code></a>.]]>
</description>
<website><a href="http://www.ians.uni-stuttgart.de/spinterp">Sparse Grid Interpolation Toolbox Web site</a></website>
<!-- website is an undocumented tag that is necessary to supress the link
to the Mathworks Web site, see
matlab/toolbox/matlab/demos/private/demos.xsl. -->
<demosection>
<label>Piecewise multilinear and polynomial sparse grids</label>
<demoitem>
<label>cmpgrids - Compare the avalailable sparse grid types</label>
<callback>cmpgrids</callback>
</demoitem>
<demoitem>
<label>spdemo - Interpolate a simple two-dimensional function</label>
<callback>spdemo</callback>
</demoitem>
<demoitem>
<label>spdemovarout - Interpolate a function with multiple output arguments</label>
<callback>spdemovarout</callback>
</demoitem>
<demoitem>
<label>spcompare - Compare error plots for the test functions of Gerz</label>
<callback>spcompare</callback>
</demoitem>
<demoitem>
<label>spcomparepoly - Error plots for multilinear vs. polynomial basis functions</label>
<callback>spcomparepoly</callback>
</demoitem>
<demoitem>
<label>spcomparederiv - Error plots for computing gradients of sparse grid interpolants</label>
<callback>spcomparederiv</callback>
</demoitem>
</demosection>
<demosection>
<label>Dimension-adaptive sparse grids</label>
<demoitem>
<label>spadaptdemo - Dimension-adaptive interpolation of a simple two-dimensional function</label>
<callback>spadaptdemo</callback>
</demoitem>
<demoitem>
<label>spadaptanim - Illustrates the dimension-adaptive construction</label>
<callback>spadaptanim</callback>
</demoitem>
<demoitem>
<label>spadapterror - Compares the error: adaptive vs. non-adaptive</label>
<callback>spadapterror</callback>
</demoitem>
</demosection>
<demosection>
<label>Performance testing</label>
<demoitem>
<label>timespvals - Measure the performance of the hierarchical construction of the interpolant</label>
<callback>timespvals</callback>
</demoitem>
<demoitem>
<label>timespvalsdct - Measure and compare the performance of the DCT-based spvals algorithm</label>
<callback>timespvalsdct</callback>
</demoitem>
<demoitem>
<label>timespinterp - Measure the performance of computing interpolated values</label>
<callback>timespinterp</callback>
</demoitem>
<demoitem>
<label>timespderiv - Measure the performance of computing derivatives</label>
<callback>timespderiv</callback>
</demoitem>
</demosection>
</demos>