Skip to content
GitLab
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
Hide whitespace changes
Inline
Side-by-side
common/common.H
View file @
bc9fc875
...
...
@@ -309,8 +309,9 @@ public:
// Implement
word
preconditionerName
(
this
->
controlDict_
.
lookup
(
"preconditioner"
));
SolverPerformance
<
Type
>
solverPerf
(
preconditionerName
,
this
->
fieldName_
);
SolverPerformance
<
Type
>
solverPerf
(
preconditionerName
+
this
->
get_device_executor_name
(),
this
->
fieldName_
);
std
::
vector
<
val_array
>
source_views
{};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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