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
4db0a1f9
Commit
4db0a1f9
authored
Dec 20, 2016
by
Browse files
fix nodal tests
parent
aa84fbbd
Changes
7
Show whitespace changes
Inline
Side-by-side
library/Demos/LibUtilities/Tests/NodalDemo_Prism_Deriv_P8.tst
View file @
4db0a1f9
...
...
@@ -2,7 +2,7 @@
<test>
<description>
Nodal prism derivative, evenly spaced points, P = 8
</description>
<executable>
NodalDemo
</executable>
<parameters>
--order 8 --type 2
9
--deriv
</parameters>
<parameters>
--order 8 --type 2
7
--deriv
</parameters>
<metrics>
<metric
type=
"L2"
id=
"1"
>
<value
variable=
"u"
tolerance=
"1e-12"
>
0.000197703
</value>
...
...
library/Demos/LibUtilities/Tests/NodalDemo_Prism_Integral_P6.tst
View file @
4db0a1f9
...
...
@@ -2,7 +2,7 @@
<test>
<description>
Nodal prism integration, evenly spaced points, P = 6
</description>
<executable>
NodalDemo
</executable>
<parameters>
--order 6 --type 2
9
--integral
</parameters>
<parameters>
--order 6 --type 2
7
--integral
</parameters>
<metrics>
<metric
type=
"Linf"
id=
"1"
>
<value
tolerance=
"1e-12"
>
3.00544e-06
</value>
...
...
library/Demos/LibUtilities/Tests/NodalDemo_Prism_Interp_P7.tst
View file @
4db0a1f9
...
...
@@ -2,7 +2,7 @@
<test>
<description>
Nodal prism interpolation, evenly spaced points, P = 7
</description>
<executable>
NodalDemo
</executable>
<parameters>
--order 7 --type 2
9
--interp -0.3,-0.636,-0.9
</parameters>
<parameters>
--order 7 --type 2
7
--interp -0.3,-0.636,-0.9
</parameters>
<metrics>
<metric
type=
"Linf"
id=
"1"
>
<value
tolerance=
"1e-12"
>
3.18397e-08
</value>
...
...
library/Demos/LibUtilities/Tests/NodalDemo_Tet_Deriv_P8.tst
View file @
4db0a1f9
...
...
@@ -2,7 +2,7 @@
<test>
<description>
Nodal tetrahedron derivative, electrostatic points, P = 8
</description>
<executable>
NodalDemo
</executable>
<parameters>
--order 8 --type 2
7
--deriv
</parameters>
<parameters>
--order 8 --type 2
6
--deriv
</parameters>
<metrics>
<metric
type=
"L2"
id=
"1"
>
<value
variable=
"u"
tolerance=
"1e-12"
>
0.000519629
</value>
...
...
library/Demos/LibUtilities/Tests/NodalDemo_Tet_Integral_P6.tst
View file @
4db0a1f9
...
...
@@ -2,7 +2,7 @@
<test>
<description>
Nodal tetrahedron integration, electrostatic points, P = 6
</description>
<executable>
NodalDemo
</executable>
<parameters>
--order 6 --type 2
7
--integral
</parameters>
<parameters>
--order 6 --type 2
6
--integral
</parameters>
<metrics>
<metric
type=
"Linf"
id=
"1"
>
<value
tolerance=
"1e-12"
>
2.69479e-07
</value>
...
...
library/Demos/LibUtilities/Tests/NodalDemo_Tet_Interp_P7.tst
View file @
4db0a1f9
...
...
@@ -2,7 +2,7 @@
<test>
<description>
Nodal tetrahedron interpolation, evenly spaced points, P = 7
</description>
<executable>
NodalDemo
</executable>
<parameters>
--order 7 --type 2
6
--interp -0.3,-0.636,-0.9
</parameters>
<parameters>
--order 7 --type 2
5
--interp -0.3,-0.636,-0.9
</parameters>
<metrics>
<metric
type=
"Linf"
id=
"1"
>
<value
tolerance=
"1e-12"
>
1.66676e-09
</value>
...
...
library/Demos/LibUtilities/Tests/NodalDemo_Tri_Interp_P7.tst
View file @
4db0a1f9
...
...
@@ -2,7 +2,7 @@
<test>
<description>
Nodal triangle interpolation, evenly spaced points, P = 7
</description>
<executable>
NodalDemo
</executable>
<parameters>
--order 7 --type 2
5
--interp -0.3,-0.636
</parameters>
<parameters>
--order 7 --type 2
4
--interp -0.3,-0.636
</parameters>
<metrics>
<metric
type=
"Linf"
id=
"1"
>
<value
tolerance=
"1e-12"
>
1.38282e-08
</value>
...
...
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