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
iwr
amdis
Commits
5922103e
Commit
5922103e
authored
Jan 22, 2016
by
Naumann, Andreas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
linear solution times for info greater than 8
parent
f4315aa6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
AMDiS/src/solver/LinearSolver.h
AMDiS/src/solver/LinearSolver.h
+2
-0
No files found.
AMDiS/src/solver/LinearSolver.h
View file @
5922103e
...
...
@@ -197,9 +197,11 @@ namespace AMDiS {
initVector
(
mtl_b
,
b
,
*
super
::
mapper
);
INFO
(
self
::
getInfo
(),
8
)(
"fill MTL4 matrix needed %.5f seconds
\n
"
,
t
.
elapsed
());
t
.
reset
();
int
error
=
runner
.
solve
(
super
::
matrix
,
mtl_x
,
mtl_b
);
INFO
(
self
::
getInfo
(),
8
)(
"solve MTL4 matrix needed %.5f seconds
\n
"
,
t
.
elapsed
());
VecMap
<
SystemVector
,
Mapper
>
xVecMap
(
x
,
*
super
::
mapper
);
mtl_x
>>
xVecMap
;
...
...
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