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
8d0d3c19
Commit
8d0d3c19
authored
Oct 08, 2020
by
Kirill Terekhov
Browse files
tweaks to INNER_ILU2 and INNER_MPTILU2 solvers
parent
a3745b66
Changes
2
Hide whitespace changes
Inline
Side-by-side
Source/Solver/solver_inner/solver_ilu2/solver_ilu2.hpp
View file @
8d0d3c19
...
...
@@ -281,7 +281,7 @@ public:
}
// Compress row
//row_compr
j
=
RowIndeces
[
static_cast
<
INMOST_DATA_INTEGER_TYPE
>
(
vbeg
)
-
1
];
j
=
k
;
//
RowIndeces[static_cast<INMOST_DATA_INTEGER_TYPE>(vbeg) - 1];
//find minimum value in row
ldiag
=
0
;
while
(
j
!=
EOL
)
...
...
Source/Solver/solver_inner/solver_mptilu2/solver_mtilu2.cpp
View file @
8d0d3c19
...
...
@@ -504,7 +504,7 @@ void MTILU2_preconditioner::DumpMatrix(interval<INMOST_DATA_ENUM_TYPE, INMOST_DA
iu
.
set_interval_end
(
moend
);
ilu
[
mobeg
]
=
0
;
ir
[
mobeg
]
=
0
;
if
(
verbosity
)
if
(
verbosity
>
1
)
{
std
::
cout
<<
"Matrix overlap "
<<
mobeg
<<
".."
<<
moend
<<
std
::
endl
;
std
::
cout
<<
"Local vector part "
<<
vlocbeg
<<
".."
<<
vlocend
<<
std
::
endl
;
...
...
@@ -726,7 +726,7 @@ void MTILU2_preconditioner::DumpMatrix(interval<INMOST_DATA_ENUM_TYPE, INMOST_DA
}
// Compress row
//row_compr
j
=
RowIndeces
[
static_cast
<
INMOST_DATA_INTEGER_TYPE
>
(
vbeg
)
-
1
];
j
=
k
;
//
RowIndeces[static_cast<INMOST_DATA_INTEGER_TYPE>(vbeg)-1];
//find minimum value in row
ldiag
=
0
;
while
(
j
!=
EOL
)
...
...
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