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
c116980f
Commit
c116980f
authored
Aug 26, 2019
by
niklas.baumgarten
Browse files
refactoring configs
parent
5866fa54
Changes
3
Hide whitespace changes
Inline
Side-by-side
mlmc/conf/elliptic.conf
View file @
c116980f
#Problem = StochasticProblem1D
Problem
=
StochasticProblem2D
#Mesh = Line
Mesh
=
UnitSquare
Discretization
=
linear
#Discretization = serendipity
#Discretization = quadratic
Distribution
=
RCB
LinearSolver
=
GMRES
...
...
mlmc/conf/mlmc.conf
View file @
c116980f
#----- ConvergenceTest -----#
#Experiment = ConvergenceTest
#l_mc = 3
#L_mc = 7
#M = 10
Model
=
LinearFEM
#Model = QuadraticFEM
#Model = MixedFEM
#Model = HybridFEM
#Model = DGFEM
Problem
=
StochasticLaplace1D
#Problem = StochasticLaplace2D
StochasticField
=
LogNormal
#StochasticField = Gaussian
#
----- MLMC
Experiment
-----#
#Experiment
= ConvergenceTest
Experiment
=
MLMCExperiment
epsilon
=
0
.
01
#Experiment = MLMCOverEpsilon
#l_init = 3 4 5 6 7
l_init
=
3
4
5
#M_init = 20 20 20 20 20
M_init
=
40
20
10
Lmax
=
8
#----- MLMCExperimentOverEpsilon-----#
#Experiment = MLMCExperimentOverEpsilon
#SubroutineEstimator = MonteCarloElliptic
#epsilon = 0.5 0.3 0.1
#l_init = 3 4 5
#M_init = 40 20 5
#Lmax = 9
epsilon
=
0
.
1
epsilon_lst
=
0
.
01
0
.
005
0
.
001
#----- General Settings -----#
plevel
=
1
plevel
=
2
functional
=
L2
#functional = Energy
#funcitonal = H1
...
...
@@ -28,9 +31,10 @@ functional = L2
MCVerbose
=
0
MLMCVerbose
=
0
MCPlotting
=
0
MCPlotting
=
3
MLMCPlotting
=
0
vtkplot
=
1
gnuplot
=
1
mlmc/conf/stochfield.conf
View file @
c116980f
#StochasticFields = Gaussian
StochasticFields
=
LogNormal
mean
=
1
.
0
sigma
=
1
.
0
norm_p
=
2
...
...
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