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
9c2c2ccc
Commit
9c2c2ccc
authored
May 11, 2021
by
niklas.baumgarten
Browse files
prepared 1D testcase
parent
41f464a8
Pipeline
#149091
passed with stages
in 63 minutes and 48 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
mlmc/tests/TestMain.cpp
View file @
9c2c2ccc
...
...
@@ -37,8 +37,10 @@ public:
};
INSTANTIATE_TEST_SUITE_P
(
TestMainProgram
,
TestMainProgramElliptic
,
Values
(
// ConfigMap{{"Problem", "StochasticLaplace1D"}, {"epsilon", "0.01"}},
// ConfigMap{{"Problem", "StochasticLaplace1D"}, {"epsilon", "0.003"}},
// ConfigMap{{"Problem", "StochasticLaplace1D"},
// {"epsilon", "0.01"}, {"initLevels", "[5, 6, 7]"}},
// ConfigMap{{"Problem", "StochasticLaplace1D"},
// {"epsilon", "0.003"}, {"initLevels", "[5, 6, 7]"}},
ConfigMap
{{
"Problem"
,
"StochasticLaplace2D"
},
{
"epsilon"
,
"0.01"
}},
ConfigMap
{{
"Problem"
,
"StochasticLaplace2D"
},
{
"epsilon"
,
"0.003"
}},
ConfigMap
{{
"Problem"
,
"StochasticLaplace2DTest"
},
{
"epsilon"
,
"0.01"
}},
...
...
mlmc/tests/TestMain.hpp
View file @
9c2c2ccc
...
...
@@ -26,7 +26,7 @@ const ConfigMap DefaultEllipticConfigMap = {
{
"degree"
,
"1"
},
// ----- Multilevel Monte Carlo -----
{
"maxLevel"
,
"
7
"
},
{
"maxLevel"
,
"
8
"
},
{
"MCParallel"
,
"false"
},
{
"epsilon"
,
"0.0"
},
{
"mcOnly"
,
"false"
},
...
...
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