Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nektar
Nektar
Commits
52ed7aae
Commit
52ed7aae
authored
Feb 03, 2016
by
Douglas Serson
Committed by
Spencer Sherwin
Mar 04, 2016
Browse files
Add test for homplane module
parent
ec93248a
Changes
2
Hide whitespace changes
Inline
Side-by-side
utilities/FieldConvert/CMakeLists.txt
View file @
52ed7aae
...
...
@@ -93,6 +93,7 @@ ADD_NEKTAR_TEST(bfs_vort_rng)
ADD_NEKTAR_TEST
(
pointdatatofld
)
# ADD_NEKTAR_TEST(chan3D_pts)
ADD_NEKTAR_TEST
(
chan3DH1D_meanmode
)
ADD_NEKTAR_TEST
(
chan3DH1D_plane
)
# windows produces slightly differently formatted files which results in
# different hashes
...
...
utilities/FieldConvert/Tests/chan3DH1D_plane.tst
0 → 100644
View file @
52ed7aae
<?xml version="1.0" encoding="utf-8"?>
<test>
<description>
Process 3DH1D plane output
</description>
<executable>
FieldConvert
</executable>
<parameters>
-m homplane:planeid=4 -e chan3DH1D.xml chan3DH1D.fld chan3DH1D_plane.fld
</parameters>
<files>
<file
description=
"Session File"
>
chan3DH1D.xml
</file>
<file
description=
"Session File"
>
chan3DH1D.fld
</file>
</files>
<metrics>
<metric
type=
"L2"
id=
"1"
>
<value
variable=
"u"
tolerance=
"1e-6"
>
0.182574
</value>
<value
variable=
"v"
tolerance=
"1e-6"
>
0
</value>
<value
variable=
"w"
tolerance=
"1e-6"
>
0
</value>
<value
variable=
"p"
tolerance=
"1e-6"
>
1.1547
</value>
</metric>
</metrics>
</test>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment