source: trunk/examples/zoo/mesh/tool2.xml @ 3732

Last change on this file since 3732 was 3732, checked in by gah, 11 years ago

add octave/MATLAB version of example

  • Property svn:mime-type set to application/xml
File size: 2.9 KB
Line 
1<?xml version="1.0"?>
2<run>
3 <tool>
4  <about>Press Simulate to view results.</about>
5  <command>octave --silent --eval "infile='@driver',path('@tool',path),mesh"</command>
6 </tool>
7 <input>
8   <choice id="mesh">
9    <option>
10     <about>
11      <label>unirect2d (deprecated)</label>
12      <description>Uniform 2D grid using old-style unirect2d element.</description>
13     </about>
14     <value>unirect2d</value>
15    </option>
16    <option>
17     <about>
18      <label>cloud (deprecated)</label>
19      <description>2 dimensional cloud of points using old-style cloud element.</description>
20     </about>
21     <value>oldcloud</value>
22    </option>
23    <option>
24     <about>
25      <label>mesh as cloud</label>
26      <description>2 dimensional cloud of points.</description>
27     </about>
28     <value>cloud</value>
29    </option>
30    <option>
31     <about>
32      <label>mesh as uniform grid</label>
33      <description>uniform 2 dimensional grid of points.</description>
34     </about>
35     <value>regular</value>
36    </option>
37    <option>
38     <about>
39      <label>mesh as irregular grid</label>
40      <description>irregular 2 dimensional grid of points.</description>
41     </about>
42     <value>irregular</value>
43    </option>
44    <option>
45     <about>
46      <label>mesh as hybrid irregular/regular grid</label>
47      <description>Hybrid 2 dimensional grid of points X (irregular), Y (regular).</description>
48     </about>
49     <value>hybrid</value>
50    </option>
51    <option>
52     <about>
53      <label>mesh as triangular grid</label>
54      <description>Triangular 2 dimensional grid.</description>
55     </about>
56     <value>triangular</value>
57    </option>
58    <option>
59     <about>
60      <label>mesh as hybid cell types</label>
61      <description>Unstructured 2D grid of (possibly) hybrid cells.</description>
62     </about>
63     <value>cells</value>
64    </option>
65    <option>
66     <about>
67      <label>mesh as unstructured grid</label>
68      <description>Unstructured 2D grid.</description>
69     </about>
70     <value>unstructured</value>
71    </option>
72    <option>
73     <about>
74      <label>general nodes and elements description</label>
75      <description>Unstructured 2 dimensional grid of cells using nodes and elements.</description>
76     </about>
77     <value>generic</value>
78    </option>
79    <option>
80     <about>
81      <label>VTK mesh</label>
82      <description>Partial VTK file representing the mesh.</description>
83     </about>
84     <value>vtkmesh</value>
85    </option>
86    <option>
87     <about>
88      <label>VTK format (field + mesh)</label>
89      <description>Single VTK file representing both the mesh and field.</description>
90     </about>
91     <value>vtkfield</value>
92    </option>
93    <default>triangular</default>
94   </choice>
95 <boolean>
96   <about>
97     <label>Contour Plot</label>
98     <description>Display as a contour plot or surface plot</description>
99   </about>
100   <default>yes</default>
101 </boolean>
102 </input>
103</run>
Note: See TracBrowser for help on using the repository browser.