Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Mpp
MLUQ
Commits
3a727456
Commit
3a727456
authored
Nov 11, 2020
by
niklas.baumgarten
Browse files
quick fix pdesolvertest
parent
16528c70
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/unit/TestPDESolver.cpp
View file @
3a727456
...
@@ -84,13 +84,13 @@ INSTANTIATE_TEST_CASE_P(TestPDESolver, TestLaplace2D, Values(
...
@@ -84,13 +84,13 @@ INSTANTIATE_TEST_CASE_P(TestPDESolver, TestLaplace2D, Values(
TestParams
{
"LagrangeElliptic"
,
"Laplace2D"
,
"EnergyError"
,
0.0
},
TestParams
{
"LagrangeElliptic"
,
"Laplace2D"
,
"EnergyError"
,
0.0
},
TestParams
{
"LagrangeElliptic"
,
"Laplace2D"
,
"FluxError"
,
0.0
},
TestParams
{
"LagrangeElliptic"
,
"Laplace2D"
,
"FluxError"
,
0.0
},
TestParams
{
"LagrangeElliptic"
,
"Laplace2D"
,
"Inflow"
,
-
1.0
},
TestParams
{
"LagrangeElliptic"
,
"Laplace2D"
,
"Inflow"
,
-
1.0
},
TestParams
{
"LagrangeElliptic"
,
"Laplace2D"
,
"Outflow"
,
1.0
}
,
TestParams
{
"LagrangeElliptic"
,
"Laplace2D"
,
"Outflow"
,
1.0
}
TestParams
{
"MixedElliptic"
,
"Laplace2D"
,
"L2CellAverageError"
,
0.0
},
//
TestParams{"MixedElliptic", "Laplace2D", "L2CellAverageError", 0.0},
TestParams
{
"MixedElliptic"
,
"Laplace2D"
,
"EnergyError"
,
0.0
},
//
TestParams{"MixedElliptic", "Laplace2D", "EnergyError", 0.0},
TestParams
{
"MixedElliptic"
,
"Laplace2D"
,
"FluxError"
,
0.0
},
//
TestParams{"MixedElliptic", "Laplace2D", "FluxError", 0.0},
TestParams
{
"MixedElliptic"
,
"Laplace2D"
,
"Inflow"
,
-
1.0
},
//
TestParams{"MixedElliptic", "Laplace2D", "Inflow", -1.0},
TestParams
{
"MixedElliptic"
,
"Laplace2D"
,
"Outflow"
,
1.0
},
//
TestParams{"MixedElliptic", "Laplace2D", "Outflow", 1.0},
// TestParams{"HybridElliptic", "Laplace2D", "L2CellAverageError", 0.0},
// TestParams{"HybridElliptic", "Laplace2D", "L2CellAverageError", 0.0},
// TestParams{"HybridElliptic", "Laplace2D", "EnergyError", 0.0},
// TestParams{"HybridElliptic", "Laplace2D", "EnergyError", 0.0},
...
@@ -98,11 +98,11 @@ INSTANTIATE_TEST_CASE_P(TestPDESolver, TestLaplace2D, Values(
...
@@ -98,11 +98,11 @@ INSTANTIATE_TEST_CASE_P(TestPDESolver, TestLaplace2D, Values(
// TestParams{"HybridElliptic", "Laplace2D", "Inflow", -1.0},
// TestParams{"HybridElliptic", "Laplace2D", "Inflow", -1.0},
// TestParams{"HybridElliptic", "Laplace2D", "Outflow", 1.0},
// TestParams{"HybridElliptic", "Laplace2D", "Outflow", 1.0},
TestParams
{
"DGElliptic"
,
"Laplace2D"
,
"L2Error"
,
0.0
},
//
TestParams{"DGElliptic", "Laplace2D", "L2Error", 0.0},
TestParams
{
"DGElliptic"
,
"Laplace2D"
,
"EnergyError"
,
0.0
},
//
TestParams{"DGElliptic", "Laplace2D", "EnergyError", 0.0},
TestParams
{
"DGElliptic"
,
"Laplace2D"
,
"FluxError"
,
0.0
},
//
TestParams{"DGElliptic", "Laplace2D", "FluxError", 0.0},
TestParams
{
"DGElliptic"
,
"Laplace2D"
,
"Inflow"
,
-
1.0
},
//
TestParams{"DGElliptic", "Laplace2D", "Inflow", -1.0},
TestParams
{
"DGElliptic"
,
"Laplace2D"
,
"Outflow"
,
1.0
}
//
TestParams{"DGElliptic", "Laplace2D", "Outflow", 1.0}
));
));
TEST_P
(
TestLaplace2D
,
TestRun
)
{
TEST_P
(
TestLaplace2D
,
TestRun
)
{
...
...
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