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
9b9882ed
Commit
9b9882ed
authored
May 14, 2021
by
niklas.baumgarten
Browse files
fixed cmake and test struct
parent
25f82b20
Pipeline
#149479
failed with stages
in 14 minutes and 47 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
mlmc/tests/CMakeLists.txt
View file @
9b9882ed
...
...
@@ -26,6 +26,6 @@ add_mpp_test(pdesolver/TestPDESolver PDESOLVER)
add_mpi_test
(
TestMain MONTECARLO
)
add_mpi_test
(
generators/TestSPRNG5 MONTECARLO
)
add_mpi_test
(
estimators/TestMonteCarlo MONTECARLO
)
add_mpi_test
(
estimators/Test
Elliptic
MultilevelMonteCarlo MONTECARLO
)
add_mpi_test
(
estimators/TestMultilevelMonteCarlo MONTECARLO
)
add_mpi_test
(
pdesolver/TestPDESolver PDESOLVER
)
add_mpi_test
(
estimators/datastructure/TestWelfordAggregate MONTECARLO
)
\ No newline at end of file
mlmc/tests/estimators/TestMonteCarlo.cpp
View file @
9b9882ed
...
...
@@ -15,12 +15,9 @@
*/
INSTANTIATE_TEST_SUITE_P
(
TestMonteCarlo
,
TestMonteCarlo
,
Values
(
TestParams
{
"StochasticDummyScalarGeneratorProblem"
,
"GeneratorValue"
,
"DummyPDESolver"
,
0.0
,
0.0
,
1.0
,
1.0
},
TestParams
{
"StochasticLaplace2DTest"
,
"L2"
,
"LagrangeElliptic"
,
0.579087
,
0.579087
,
2.694804e-05
,
2.694804e-05
},
TestParams
{
"StochasticLaplace2DTest"
,
"Outflow"
,
"HybridElliptic"
,
1.0
,
1.0
,
2.694804e-05
,
2.694804e-05
}
TestParams
{
"StochasticDummyScalarGeneratorProblem"
,
"GeneratorValue"
,
"DummyPDESolver"
},
TestParams
{
"StochasticLaplace2DTest"
,
"L2"
,
"LagrangeElliptic"
},
TestParams
{
"StochasticLaplace2DTest"
,
"Outflow"
,
"HybridElliptic"
}
));
TEST_P
(
TestMonteCarlo
,
TestMethodOnlyFine
)
{
...
...
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