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
768c4386
Commit
768c4386
authored
Jan 27, 2021
by
niklas.baumgarten
Browse files
removing todo and case to suite
parent
c3fb8e29
Changes
1
Hide whitespace changes
Inline
Side-by-side
mlmc/tests/pdesolver/TestPDESolver.cpp
View file @
768c4386
...
...
@@ -14,10 +14,6 @@ struct TestParams {
double
Q
;
};
/* todo
* Make it run in parallel
*/
class
TestPDESolver
:
public
TestWithParam
<
TestParams
>
{
protected:
Meshes
*
meshes
;
...
...
@@ -62,7 +58,7 @@ public:
TestLaplace1D
()
:
TestPDESolver
(
"Interval_DirichletBC"
)
{};
};
INSTANTIATE_TEST_
CAS
E_P
(
TestPDESolver
,
TestLaplace1D
,
Values
(
INSTANTIATE_TEST_
SUIT
E_P
(
TestPDESolver
,
TestLaplace1D
,
Values
(
TestParams
{
"LagrangeElliptic"
,
"Laplace1D"
,
"L2Error"
,
0.0
},
TestParams
{
"LagrangeElliptic"
,
"Laplace1D"
,
"EnergyError"
,
0.0
},
TestParams
{
"LagrangeElliptic"
,
"Laplace1D"
,
"FluxError"
,
0.0
},
...
...
@@ -99,7 +95,7 @@ public:
TestLaplace2D
()
:
TestPDESolver
(
"Square_DirichletBC"
)
{};
};
INSTANTIATE_TEST_
CAS
E_P
(
TestPDESolver
,
TestLaplace2D
,
Values
(
INSTANTIATE_TEST_
SUIT
E_P
(
TestPDESolver
,
TestLaplace2D
,
Values
(
TestParams
{
"LagrangeElliptic"
,
"Laplace2D"
,
"L2Error"
,
0.0
},
TestParams
{
"LagrangeElliptic"
,
"Laplace2D"
,
"EnergyError"
,
0.0
},
TestParams
{
"LagrangeElliptic"
,
"Laplace2D"
,
"FluxError"
,
0.0
},
...
...
@@ -136,7 +132,7 @@ public:
TestGaussHat
()
:
TestPDESolver
(
"Square_DirichletBC"
)
{};
};
INSTANTIATE_TEST_
CAS
E_P
(
TestPDESolver
,
TestGaussHat
,
Values
(
INSTANTIATE_TEST_
SUIT
E_P
(
TestPDESolver
,
TestGaussHat
,
Values
(
TestParams
{
"DGTransport"
,
"GaussHat2D"
,
"Mass"
,
1.0
}
));
...
...
Write
Preview
Markdown
is supported
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