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
24ee22d3
Commit
24ee22d3
authored
May 17, 2021
by
niklas.baumgarten
Browse files
defined test cases
parent
8ed291a5
Pipeline
#149946
failed with stages
in 14 minutes and 29 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
mlmc/tests/estimators/TestMultilevelMonteCarlo.cpp
View file @
24ee22d3
#include "TestMultilevelMonteCarlo.hpp"
INSTANTIATE_TEST_SUITE_P
(
TestMultilevelMonteCarlo
,
TestMultilevelMonteCarloWithoutEpsilon
,
Values
(
TestParams
{
"StochasticDummyScalarGeneratorProblem"
,
"GeneratorValue"
,
"DummyPDESolver"
},
TestParams
{
"StochasticLaplace2DTest"
,
"L2"
,
"LagrangeElliptic"
},
TestParams
{
"StochasticLaplace2DTest"
,
"Outflow"
,
"HybridElliptic"
}
));
INSTANTIATE_TEST_SUITE_P
(
TestMultilevelMonteCarlo
,
TestMultilevelMonteCarloWithEpsilon
,
Values
(
TestParams
{
"StochasticLaplace1D"
,
"L2"
,
"LagrangeElliptic"
},
//
TestParams{"StochasticLaplace1D", "L2", "LagrangeElliptic"},
TestParams
{
"StochasticLaplace2D"
,
"L2"
,
"LagrangeElliptic"
}
));
...
...
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