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

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

remove deprecated mesh examples

  • Property svn:mime-type set to application/xml
File size: 2.5 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    <option>
11     <about>
12      <label>mesh as cloud</label>
13      <description>2 dimensional cloud of points.</description>
14     </about>
15     <value>cloud</value>
16    </option>
17    <option>
18     <about>
19      <label>mesh as uniform grid</label>
20      <description>uniform 2 dimensional grid of points.</description>
21     </about>
22     <value>regular</value>
23    </option>
24    <option>
25     <about>
26      <label>mesh as irregular grid</label>
27      <description>irregular 2 dimensional grid of points.</description>
28     </about>
29     <value>irregular</value>
30    </option>
31    <option>
32     <about>
33      <label>mesh as hybrid irregular/regular grid</label>
34      <description>Hybrid 2 dimensional grid of points X (irregular), Y (regular).</description>
35     </about>
36     <value>hybrid</value>
37    </option>
38    <option>
39     <about>
40      <label>mesh as triangular grid</label>
41      <description>Triangular 2 dimensional grid.</description>
42     </about>
43     <value>triangular</value>
44    </option>
45    <option>
46     <about>
47      <label>mesh as hybid cell types</label>
48      <description>Unstructured 2D grid of (possibly) hybrid cells.</description>
49     </about>
50     <value>cells</value>
51    </option>
52    <option>
53     <about>
54      <label>mesh as unstructured grid</label>
55      <description>Unstructured 2D grid.</description>
56     </about>
57     <value>unstructured</value>
58    </option>
59    <option>
60     <about>
61      <label>general nodes and elements description</label>
62      <description>Unstructured 2 dimensional grid of cells using nodes and elements.</description>
63     </about>
64     <value>generic</value>
65    </option>
66    <option>
67     <about>
68      <label>VTK mesh</label>
69      <description>Partial VTK file representing the mesh.</description>
70     </about>
71     <value>vtkmesh</value>
72    </option>
73    <option>
74     <about>
75      <label>VTK format (field + mesh)</label>
76      <description>Single VTK file representing both the mesh and field.</description>
77     </about>
78     <value>vtkfield</value>
79    </option>
80    <default>triangular</default>
81   </choice>
82 <boolean>
83   <about>
84     <label>Contour Plot</label>
85     <description>Display as a contour plot or surface plot</description>
86   </about>
87   <default>yes</default>
88 </boolean>
89 </input>
90</run>
Note: See TracBrowser for help on using the repository browser.