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>general nodes and elements description</label> |
---|
61 | <description>Unstructured 2 dimensional grid of cells using nodes and elements.</description> |
---|
62 | </about> |
---|
63 | <value>generic</value> |
---|
64 | </option> |
---|
65 | <option> |
---|
66 | <about> |
---|
67 | <label>VTK mesh</label> |
---|
68 | <description>Partial VTK file representing the mesh.</description> |
---|
69 | </about> |
---|
70 | <value>vtkmesh</value> |
---|
71 | </option> |
---|
72 | <option> |
---|
73 | <about> |
---|
74 | <label>VTK format (field + mesh)</label> |
---|
75 | <description>Single VTK file representing both the mesh and field.</description> |
---|
76 | </about> |
---|
77 | <value>vtkfield</value> |
---|
78 | </option> |
---|
79 | <default>triangular</default> |
---|
80 | </choice> |
---|
81 | <boolean id="contour"> |
---|
82 | <about> |
---|
83 | <label>Contour Plot</label> |
---|
84 | <description>Display as a contour plot or surface plot</description> |
---|
85 | </about> |
---|
86 | <default>yes</default> |
---|
87 | </boolean> |
---|
88 | </input> |
---|
89 | </run> |
---|