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
6606b213
Commit
6606b213
authored
Jan 16, 2020
by
niklas.baumgarten
Browse files
parallel runnable
parent
d62fc736
Changes
2
Hide whitespace changes
Inline
Side-by-side
mlmc/conf/mlmc.conf
View file @
6606b213
...
...
@@ -18,12 +18,12 @@ Problem = StochasticPollution2D
StochasticField
=
LogNormal
#StochasticField = Gaussian
Experiment
=
ConvergenceTest
#
Experiment = MLMCExperiment
#
Experiment = ConvergenceTest
Experiment
=
MLMCExperiment
#Experiment = MLMCOverEpsilon
initLevels
=
3
,
4
initSampleAmount
=
0
,
1
initLevels
=
3
,
4
,
5
initSampleAmount
=
1
0
,
5
,
2
#l_init = 3, 4, 5
#M_init = 45, 15, 5
...
...
mlmc/src/stochastics/HybridFluxGenerator.C
View file @
6606b213
...
...
@@ -25,7 +25,7 @@ void HybridFluxGenerator2D::GetFineSample(Vector &fineField) {
assemble
.
problem
->
LoadNewSample
(
&
perm
);
Preconditioner
*
pc
=
GetPC
(
faceMatrixGraph
,
assemble
,
"
LIB_PS
"
);
Preconditioner
*
pc
=
GetPC
(
faceMatrixGraph
,
assemble
,
"
SuperLU
"
);
Solver
solver
(
pc
,
"GMRES"
);
...
...
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