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
bc9fc875
Commit
bc9fc875
authored
Jun 26, 2021
by
Gregor Olenik
Browse files
Add solver name to ldu solver output
parent
dd660916
Changes
1
Show whitespace changes
Inline
Side-by-side
common/common.H
View file @
bc9fc875
...
...
@@ -309,7 +309,8 @@ public:
// Implement
word
preconditionerName
(
this
->
controlDict_
.
lookup
(
"preconditioner"
));
SolverPerformance
<
Type
>
solverPerf
(
preconditionerName
,
SolverPerformance
<
Type
>
solverPerf
(
preconditionerName
+
this
->
get_device_executor_name
(),
this
->
fieldName_
);
std
::
vector
<
val_array
>
source_views
{};
...
...
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