Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
gregor.olenik
OGL
Commits
746fc5c1
Commit
746fc5c1
authored
Apr 14, 2021
by
Gregor Olenik
Browse files
Rename controlDict_ member variable to dictionary_
parent
7133552b
Changes
1
Hide whitespace changes
Inline
Side-by-side
lduMatrix/GKOCG/GKOCG.H
View file @
746fc5c1
...
...
@@ -43,10 +43,10 @@ private:
const
label
blockSize_
;
public:
GKOCGFactory
(
const
dictionary
&
controlDict
_
)
GKOCGFactory
(
const
dictionary
&
dictionary
_
)
:
preconditioner_
(
controlDict
_
.
lookupOrDefault
(
"preconditioner"
,
word
(
"none"
))),
blockSize_
(
controlDict
_
.
lookupOrDefault
(
"maxBlockSize"
,
label
(
16
))){};
dictionary
_
.
lookupOrDefault
(
"preconditioner"
,
word
(
"none"
))),
blockSize_
(
dictionary
_
.
lookupOrDefault
(
"maxBlockSize"
,
label
(
16
))){};
std
::
unique_ptr
<
gko
::
solver
::
Cg
<
double
>::
Factory
,
std
::
default_delete
<
gko
::
solver
::
Cg
<
double
>::
Factory
>>
...
...
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