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
8417788c
Commit
8417788c
authored
Dec 13, 2019
by
niklas.baumgarten
Browse files
..
parent
6c869cdd
Changes
1
Hide whitespace changes
Inline
Side-by-side
mlmc/src/MultilevelMonteCarlo.h
View file @
8417788c
...
...
@@ -3,11 +3,11 @@
#include "MonteCarloLogger.h"
#include "mc/MonteCarloElliptic.h"
#include "mc/MonteCarloTransport.h"
//
#include "mc/MonteCarloTransport.h"
class
MultilevelMonteCarlo
{
public:
int
verbose
=
0
,
plotting
=
0
;
int
plotting
=
0
;
MultilevelMonteCarloLogger
*
logger
;
int
Lmax
,
pLevel
;
...
...
@@ -34,8 +34,7 @@ public:
graphs
(
graphs
),
meshes
(
meshes
),
Lmax
(
meshes
->
Level
()),
pLevel
(
meshes
->
pLevel
())
{
ReadConfig
(
Settings
,
"MLMCVerbose"
,
verbose
);
ReadConfig
(
Settings
,
"MLMCPlotting"
,
plotting
);
config
.
get
(
"MLMCPlotting"
,
plotting
);
logger
=
new
MultilevelMonteCarloLogger
();
...
...
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