source: trunk/examples/zoo/mesh/tool_octave.xml @ 6420

Last change on this file since 6420 was 5692, checked in by ldelgass, 9 years ago

Remove deprecated nodes/elements mesh from mesh example

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