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
02459c00
Commit
02459c00
authored
Mar 12, 2020
by
niklas.baumgarten
Browse files
fixed factor
parent
03725fff
Changes
1
Hide whitespace changes
Inline
Side-by-side
mlmc/src/MultilevelMonteCarlo.C
View file @
02459c00
...
...
@@ -57,7 +57,7 @@ void MultilevelMonteCarlo::Method(const double eps) {
updateSampleAmount
(
eps
);
if
(
checkForNewLevel
())
{
estimateNumericalError
();
if
(
numErr
>
eps
)
{
if
(
numErr
>
eps
/
2
)
{
appendLevel
(
eps
);
}
else
{
estimateStatisticalError
();
...
...
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