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
093e76d8
Commit
093e76d8
authored
May 03, 2021
by
niklas.baumgarten
Browse files
added test cases
parent
2ce4e6b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
mlmc/tests/TestMain.cpp
View file @
093e76d8
...
@@ -42,7 +42,9 @@ INSTANTIATE_TEST_SUITE_P(TestMainProgram, TestMainProgramElliptic, Values(
...
@@ -42,7 +42,9 @@ INSTANTIATE_TEST_SUITE_P(TestMainProgram, TestMainProgramElliptic, Values(
// ConfigMap{{"Problem", "StochasticLaplace2D"}, {"epsilon", "0.0"},
// ConfigMap{{"Problem", "StochasticLaplace2D"}, {"epsilon", "0.0"},
// {"initLevels", "[3, 4, 5, 6]"}, {"initSampleAmount", "[100, 100, 100, 100]"}},
// {"initLevels", "[3, 4, 5, 6]"}, {"initSampleAmount", "[100, 100, 100, 100]"}},
ConfigMap
{{
"Problem"
,
"StochasticLaplace2D"
},
{
"epsilon"
,
"0.01"
}},
ConfigMap
{{
"Problem"
,
"StochasticLaplace2D"
},
{
"epsilon"
,
"0.01"
}},
ConfigMap
{{
"Problem"
,
"StochasticLaplace2D"
},
{
"epsilon"
,
"0.003"
}}
ConfigMap
{{
"Problem"
,
"StochasticLaplace2D"
},
{
"epsilon"
,
"0.003"
}},
ConfigMap
{{
"Problem"
,
"StochasticLaplace2DTest"
},
{
"epsilon"
,
"0.01"
}},
ConfigMap
{{
"Problem"
,
"StochasticLaplace2DTest"
},
{
"epsilon"
,
"0.003"
}}
));
));
TEST_P
(
TestMainProgramElliptic
,
TestRun
)
{
TEST_P
(
TestMainProgramElliptic
,
TestRun
)
{
...
...
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