Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MoReFEM
CoreLibrary
MoReFEM
Commits
e831ac8c
Commit
e831ac8c
authored
Nov 02, 2015
by
GILLES Sebastien
Browse files
#729
ThirdParty/Snes: fix Gmres.
parent
6f93b23f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Sources/ThirdParty/Wrappers/Petsc/Solver/Instantiations/Gmres.cpp
View file @
e831ac8c
...
...
@@ -27,7 +27,7 @@ namespace HappyHeart
Gmres
::
Gmres
(
unsigned
int
restart
)
:
parent
(
solver_type
::
direct
),
:
parent
(
solver_type
::
iterative
),
restart_
(
static_cast
<
PetscInt
>
(
restart
))
{
}
...
...
Write
Preview
Supports
Markdown
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