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
568975e5
Commit
568975e5
authored
Apr 13, 2021
by
niklas.baumgarten
Browse files
added todo
parent
f071e4b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
mlmc/tests/TestMain.hpp
View file @
568975e5
...
...
@@ -7,6 +7,18 @@
using
ConfigMap
=
std
::
map
<
std
::
string
,
std
::
string
>
;
/*
*
* Todo
* 1D
* kwargs={"GeneratorPlotting": 1,
"PDESolverPlotting": 1,
"Problem": "StochasticLaplace1D",
"initLevels": [5, 6, 7]}
mpp.run(4, config="mlmc_elliptic", kwargs=kwargs)
*
*/
const
ConfigMap
DefaultEllipticConfigMap
=
{
// ----- Problem Settings -----
...
...
@@ -89,7 +101,7 @@ const ConfigMap DefaultTransportConfigMap = {
// ----- Verbose -----
{
"MCVerbose"
,
"1"
},
{
"PDEVerbose"
,
"
1
"
},
{
"PDEVerbose"
,
"
0
"
},
{
"MLMCVerbose"
,
"1"
},
{
"MainVerbose"
,
"1"
},
{
"MeshVerbose"
,
"1"
},
...
...
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