Draft: optimize UP c++ code
1 unresolved thread
1 unresolved thread
Compare changes
Files
2+ 35
− 106
@@ -76,40 +76,39 @@ namespace {
@@ -128,12 +127,10 @@ namespace {
@@ -390,93 +387,25 @@ namespace {
The current UP C++ code contains too much hard code, which could be implemented using loops instead. This MR is trying to optimize the existing C++ code without changing the geometry. Here, I have made a template based modification, and Xiaomin will handle the next steps.
Validated by