annotate neper_meshing.xml @ 1:a5e15abf30b5 draft default tip

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