Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Kirill Terekhov
INMOST
Commits
d887be83
Commit
d887be83
authored
Feb 28, 2017
by
Dmitry Bagaev
Committed by
GitHub
Feb 28, 2017
Browse files
Merge pull request #28 from bvdmitri/fixfc2
Small fix for previous merge
parents
10142457
243195a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/Solver/solver_fcbiilu2/SolverFCBIILU2.cpp
View file @
d887be83
...
...
@@ -122,6 +122,7 @@ namespace INMOST {
}
MatrixFinalizeFcbiilu2
(
matrix_data
);
SolverSetMatrixFcbiilu2
(
solver_data
,
matrix_data
,
modified_pattern
,
OldPreconditioner
);
time_prec
=
solver_data
->
dstat
[
7
];
}
bool
SolverFCBIILU2
::
Solve
(
INMOST
::
Sparse
::
Vector
&
RHS
,
INMOST
::
Sparse
::
Vector
&
SOL
)
{
...
...
@@ -143,7 +144,6 @@ namespace INMOST {
bool
result
=
SolverSolveFcbiilu2
(
solver_data
,
rhs_data
,
solution_data
);
if
(
result
)
VectorLoadFcbiilu2
(
solution_data
,
&
SOL
[
vbeg
]);
iter_time
=
solver_data
->
dstat
[
9
];
time_prec
=
solver_data
->
dstat
[
7
];
return
result
;
}
...
...
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