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
dd660916
Commit
dd660916
authored
Jun 21, 2021
by
Gregor Olenik
Browse files
Add executor name to solver output
parent
afe874cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/common.H
View file @
dd660916
...
...
@@ -358,7 +358,8 @@ public:
// --- Setup class containing solver performance data
solverPerformance
solverPerf
(
lduMatrix
::
preconditioner
::
getName
(
this
->
controlDict_
)
+
typeName
,
lduMatrix
::
preconditioner
::
getName
(
this
->
controlDict_
)
+
this
->
get_device_executor_name
()
+
typeName
,
this
->
fieldName
());
...
...
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