Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Mpp
MLUQ
Commits
268f5ef8
Commit
268f5ef8
authored
May 12, 2021
by
niklas.baumgarten
Browse files
updated ref
parent
ca3e399a
Pipeline
#149234
failed with stages
in 17 minutes and 54 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
mlmc/tests/CMakeLists.txt
View file @
268f5ef8
...
...
@@ -27,6 +27,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/TestMultilevelMonteCarlo MONTECARLO
)
add_mpi_test
(
estimators/Test
Elliptic
MultilevelMonteCarlo MONTECARLO
)
add_mpi_test
(
pdesolver/TestPDESolver PDESOLVER
)
add_mpi_test
(
estimators/datastructure/TestWelfordAggregate MONTECARLO
)
\ No newline at end of file
mlmc/tests/estimators/TestMultilevelMonteCarlo.cpp
→
mlmc/tests/estimators/Test
Elliptic
MultilevelMonteCarlo.cpp
View file @
268f5ef8
#include
"TestMultilevelMonteCarlo.hpp"
#include
"Test
Elliptic
MultilevelMonteCarlo.hpp"
int
main
(
int
argc
,
char
**
argv
)
{
return
MppTest
(
MppTestBuilder
(
argc
,
argv
).
WithConfigEntry
(
"MCVerbose"
,
1
).
WithConfigEntry
(
"MLMCVerbose"
,
1
).
WithConfigEntry
(
"MainVerbose"
,
1
).
WithConfigEntry
(
"MeshVerbose"
,
1
).
WithConfigEntry
(
"ConfigVerbose"
,
0
).
WithConfigEntry
(
"LinearVerbose"
,
0
).
WithConfigEntry
(
"NewtonVerbose"
,
0
).
WithConfigEntry
(
"PDESolverVerbose"
,
1
).
WithConfigEntry
(
"Model"
,
"LagrangeElliptic"
).
WithConfigEntry
(
"Quantity"
,
"L2"
).
WithConfigEntry
(
"degree"
,
1
).
WithConfigEntry
(
"maxLevel"
,
8
).
WithConfigEntry
(
"MCParallel"
,
false
).
WithConfigEntry
(
"mcOnly"
,
false
).
WithConfigEntry
(
"epsilon"
,
0.0
).
WithConfigEntry
(
"initLevels"
,
"[3, 4, 5]"
).
WithConfigEntry
(
"initSampleAmount"
,
"[12, 6, 3]"
).
WithConfigEntry
(
"StochasticField"
,
"LogNormal"
).
WithConfigEntry
(
"lambda"
,
"[0.15, 0.15]"
).
WithConfigEntry
(
"Mean"
,
0.0
).
WithConfigEntry
(
"sigma"
,
1.0
).
WithConfigEntry
(
"smoothing"
,
1.8
).
WithConfigEntry
(
"PDESolverPlotting"
,
1
).
WithConfigEntry
(
"GeneratorVerbose"
,
0
).
WithConfigEntry
(
"PDESolverVerbose"
,
1
).
WithConfigEntry
(
"NewtonVerbose"
,
0
).
WithConfigEntry
(
"LinearVerbose"
,
0
).
WithConfigEntry
(
"ConfigVerbose"
,
0
).
WithConfigEntry
(
"MeshVerbose"
,
1
).
WithConfigEntry
(
"MainVerbose"
,
1
).
WithConfigEntry
(
"MLMCVerbose"
,
1
).
WithConfigEntry
(
"MCVerbose"
,
1
).
WithScreenLogging
().
WithPPM
()
).
RUN_ALL_MPP_TESTS
();
...
...
mlmc/tests/estimators/TestEllipticMultilevelMonteCarlo.hpp
0 → 100644
View file @
268f5ef8
#ifndef TESTELLIPTICMULTILEVELMONTECARLO_HPP
#define TESTELLIPTICMULTILEVELMONTECARLO_HPP
#include
"TestEnvironment.hpp"
class
TestEllipticMultilevelMonteCarlo
{
};
#endif //TESTELLIPTICMULTILEVELMONTECARLO_HPP
mlmc/tests/estimators/TestMultilevelMonteCarlo.hpp
deleted
100644 → 0
View file @
ca3e399a
#ifndef TESTMULTILEVELMONTECARLO_HPP
#define TESTMULTILEVELMONTECARLO_HPP
#include
"TestEnvironment.hpp"
class
TestMultilevelMonteCarlo
{
};
#endif //TESTMULTILEVELMONTECARLO_HPP
mpp
@
e9fe4544
Compare
71382f55
...
e9fe4544
Subproject commit
71382f55569ac6077031fc25dc67ded8f0e790d3
Subproject commit
e9fe4544728f0bc3dcf7f36a4f4886be69810e4f
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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