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
ca2db890
Commit
ca2db890
authored
Feb 04, 2015
by
Kirill Terekhov
Browse files
Fixed MatSolve example help
parent
f054efea
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/MatSolve/main.cpp
View file @
ca2db890
...
...
@@ -15,7 +15,7 @@ int main(int argc, char ** argv)
int
rank
,
procs
;
if
(
argc
<
3
)
{
std
::
cout
<<
"Usage: "
<<
argv
[
0
]
<<
" method_number<0:INNER_ILU2,1:INNER_MLILUC,2:
ANI,3:
PETSc,
4
:Trilinos_Aztec,
5
:Trilinos_Belos,
6
:Trilinos_Ifpack,
7
:Trilinos_ML> matrix.mtx [right_hand_side.rhs] [solver_options.txt]"
<<
std
::
endl
;
std
::
cout
<<
"Usage: "
<<
argv
[
0
]
<<
" method_number<0:INNER_ILU2,1:INNER_MLILUC,2:PETSc,
3
:Trilinos_Aztec,
4
:Trilinos_Belos,
5
:Trilinos_Ifpack,
6
:Trilinos_ML
,7:ANI
> matrix.mtx [right_hand_side.rhs] [solver_options.txt]"
<<
std
::
endl
;
return
-
1
;
}
Solver
::
Type
type
;
...
...
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