annotate neper_meshing.xml @ 0:03bbcfd3d708 draft default tip

"planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
author ximgchess
date Thu, 07 Jul 2022 12:31:10 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
1 <tool id="neper_meshing" name="Neper Meshing" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@" python_template_version="3.5">
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
2 <description>scalar and raster tessellations</description>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
3 <macros>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
4 <import>macros.xml</import>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
5 <token name="@VERSION_SUFFIX@">0</token>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
6 <xml name="meshing">
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
7 <section name="meshing" expanded="false" title="Meshing Options">
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
8 <param argument="-elttype" type="select" optional="true" label="Set element type">
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
9 <help>Default value: tetrahedral in 3D and triangular in 2D</help>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
10 <option value="tri">triangular</option>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
11 <option value="quad">quadrangular</option>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
12 <option value="quad9">9-node quadrangular</option>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
13 <option value="tet">tetrahedral</option>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
14 <option value="hex">hexahedral</option>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
15 </param>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
16 <!-- cl,rcl -->
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
17 <param argument="-dim" type="select" multiple="true" optional="true" label="Set the meshing dimension">
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
18 <help>Default value: inputdim</help>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
19 <option value="inputdim">inputdim</option>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
20 <option value="all">all</option>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
21 <option value="none">none</option>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
22 <option value="0">0</option>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
23 <option value="1">1</option>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
24 <option value="2">2</option>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
25 <option value="3">3</option>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
26 </param>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
27 <param argument="-order" type="select" optional="true" label="Set the mesh order">
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
28 <help>Default value: 1
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
29 A value of 1 corresponds to 2-node linear elements, 3-node triangular elements,
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
30 4-node quadrangular elements, 4-node tetrahedral elements and 8-node hexahedral elements,
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
31 A value of 2 corresponds to 3-node linear elements, 6-node triangular elements,
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
32 8-node or 9-node quadrangular elements, 10-node tetrahedral elements
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
33 and 20-node hexahedral elements.
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
34 </help>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
35 <option value="1">1 - 2-node linear...</option>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
36 <option value="2">2 - 3-node linear...</option>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
37 </param>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
38
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
39 <!--
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
40 <expand macro="set_ny" name="elttype" label="Set element typescale">
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
41 <expand macro="tx3d" label="scale" lx="x factor" ly="y factor" lz="z factor"/>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
42 </expand>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
43 -->
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
44 </section>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
45 </xml>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
46 <token name="@MESHING@">
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
47 #if $meshing.elttype
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
48 -elttype $meshing.elttype
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
49 #end if
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
50 #if $meshing.dim
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
51 -dim $meshing.dim
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
52 #end if
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
53 #if $meshing.order
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
54 -order $meshing.order
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
55 #end if
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
56 </token>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
57
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
58 <xml name="meshing_output">
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
59 <section name="meshing_output" expanded="false" title="Meshing Output Options">
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
60 <param argument="-nset" type="text" value="" optional="true" label="Specify the node sets">
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
61 <option value="faces">faces</option>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
62 <option value="edges">edges</option>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
63 <option value="vertices">vertices</option>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
64 <option value="facebodies">facebodies</option>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
65 <option value="edgebodies">edgebodies</option>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
66 <option value="all">all</option>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
67 <option value="none">none</option>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
68 <!--
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
69 <validator type="regex" message="">^all|none|(faces|edges|vertices|facebodies|edgebodies)*|([x-z][01]|[x-z][01][x-z][01]|[x-z][01][x-z][01][x-z][01]|z[0,1]f[1-9][0-9]*|f[1-9][0-9]*)*$</validator>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
70 -->
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
71 </param>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
72 <param argument="-faset" type="text" value="" optional="true" label="Specify the element surface meshes">
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
73 <option value="faces">faces</option>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
74 <option value="internal">internal</option>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
75 <!--
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
76 <validator type="regex" message="">^(faces|internal|([x-z][01]|[x-z][01][x-z][01]|[x-z][01][x-z][01][x-z][01]|z[0,1]f[1-9][0-9]*|f[1-9][0-9]*)?$</validator>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
77 -->
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
78 </param>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
79 </section>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
80 </xml>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
81 <token name="@MESHING_OUTPUT@">
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
82 #if $meshing_output.nset
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
83 -nset "$meshing_output.nset"
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
84 #end if
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
85 #if $meshing_output.faset
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
86 -faset "$meshing_output.faset"
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
87 #end if
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
88 </token>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
89
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
90 </macros>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
91 <expand macro="requirements" />
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
92 <expand macro="version_command" />
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
93 <command detect_errors="exit_code"><![CDATA[
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
94 neper -M
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
95 '$input'
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
96 @MESHING@
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
97 @MESHING_OUTPUT@
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
98 @TRANSFORM@
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
99 -format "$format"
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
100 -part "\${GALAXY_SLOTS:-4}"
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
101 -o output
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
102 | grep -v '%$' | tee 'neper.log'
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
103 ]]></command>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
104 <inputs>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
105 <param name="input" type="data" format="neper.tesr,neper.tess,gmsh.msh" label="Input tessellation or mesh file"/>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
106 <expand macro="meshing"/>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
107 <expand macro="meshing_output"/>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
108 <expand macro="transform"/>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
109 <param name="format" argument="-format" type="select" multiple="true" optional="false" label="Output formats">
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
110 <option value="msh" selected="true">Gmsh-style msh ascii</option>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
111 <option value="msh:binary">Gmsh-style msh binary</option>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
112 <option value="msh4">Gmsh v4</option>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
113 <option value="vtk">VTK</option>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
114 </param>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
115 </inputs>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
116 <outputs>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
117 <data name="log" format="txt" label="${tool.name} on ${on_string} log" from_work_dir="neper.log"/>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
118 <data name="output_msh" format="gmsh.msh" label="${tool.name} on ${on_string} msh" from_work_dir="output.msh">
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
119 <filter>'msh' in format.split(',') or 'mshi:binary' in format.split(',')</filter>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
120 </data>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
121 <data name="output_msh4" format="gmsh.msh" label="${tool.name} on ${on_string} msh4" from_work_dir="output.tesr">
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
122 <filter>'msh4' in format</filter>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
123 </data>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
124 <data name="output_vtk" format="vtkascii" label="${tool.name} on ${on_string} vtk" from_work_dir="output.vtk">
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
125 <filter>'vtk' in format</filter>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
126 </data>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
127 </outputs>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
128 <tests>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
129 <!-- Test-1 neper -M defaults -->
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
130 <test>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
131 <param name="input" ftype="neper.tess" value="neper.tess"/>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
132 <output name="log">
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
133 <assert_contents>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
134 <has_text text="Wrote file `output.msh'." />
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
135 </assert_contents>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
136 </output>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
137 <output name="output_msh">
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
138 <assert_contents>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
139 <has_text text="$MeshFormat" />
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
140 <has_text text="2.2" />
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
141 </assert_contents>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
142 </output>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
143 </test>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
144 </tests>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
145 <help><![CDATA[
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
146 **Neper Meshing**
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
147
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
148 @NEPER_HELP@
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
149
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
150 Neper Mesahing Module *-M* is the module for meshing scalar and raster tessellations. The two meshing strategies are:
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
151
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
152 (i) Free (or unstructured) meshing creates a conforming mesh into tetrahedral elements (triangular in 2D).
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
153 (ii) Mapped (or structured) meshing generates a non-conforming mesh into regular hexahedral elements (quadrangular in 2D).
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
154
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
155 The output is a Gmsh msh format and/or VTK format.
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
156
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
157 ]]></help>
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
158 <expand macro="citations" />
03bbcfd3d708 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tree/master/tools/neper commit 9f77ab5ee7831c00b3a27e02ec8e59d95e6fb9cf"
ximgchess
parents:
diff changeset
159 </tool>