Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Praetorius, Simon
dune-amdis
Commits
66b36ca0
Commit
66b36ca0
authored
Mar 08, 2019
by
Praetorius, Simon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo in parameter key for absolute solver tolerance
parent
138c15d3
Pipeline
#1784
passed with stage
in 31 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/amdis/linearalgebra/SolverInfo.hpp
src/amdis/linearalgebra/SolverInfo.hpp
+1
-1
No files found.
src/amdis/linearalgebra/SolverInfo.hpp
View file @
66b36ca0
...
...
@@ -22,7 +22,7 @@ namespace AMDiS
explicit
SolverInfo
(
std
::
string
const
&
prefix
)
:
prefix_
(
prefix
)
{
Parameters
::
get
(
prefix
+
"->abolute tolerance"
,
aTol_
);
Parameters
::
get
(
prefix
+
"->ab
s
olute tolerance"
,
aTol_
);
Parameters
::
get
(
prefix
+
"->relative tolerance"
,
rTol_
);
Parameters
::
get
(
prefix
+
"->info"
,
info_
);
Parameters
::
get
(
prefix
+
"->break if tolerance not reached"
,
breakTolNotReached_
);
...
...
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