File tree
6 files changed
+41
-19
lines changed- Common/include
- SU2_CFD/src/drivers
- externals
- meson_scripts
6 files changed
+41
-19
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
98 | 98 |
| |
99 | 99 |
| |
100 | 100 |
| |
101 |
| - | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
102 | 106 |
| |
103 |
| - | |
104 |
| - | |
105 |
| - | |
106 |
| - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
107 | 113 |
| |
108 |
| - | |
| 114 | + | |
109 | 115 |
| |
110 | 116 |
| |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
111 | 122 |
| |
112 | 123 |
| |
113 | 124 |
| |
114 |
| - | |
115 | 125 |
| |
116 | 126 |
| |
117 | 127 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
786 | 786 |
| |
787 | 787 |
| |
788 | 788 |
| |
789 |
| - | |
| 789 | + | |
790 | 790 |
| |
791 |
| - | |
| 791 | + | |
792 | 792 |
| |
793 | 793 |
| |
794 | 794 |
| |
|
- .clang-format+1
- cmake/codipack-config.cmake+1
- include/codi/config.h+29
- include/codi/tapes/jacobianBaseTape.hpp+4-4
- include/codi/tapes/jacobianLinearTape.hpp+4-4
- include/codi/tapes/jacobianReuseTape.hpp+2-2
- include/codi/tapes/primalValueBaseTape.hpp+4-4
- include/codi/tapes/primalValueLinearTape.hpp+6-6
- include/codi/tapes/primalValueReuseTape.hpp+3-3
- include/codi/tools/algorithms.hpp+2-2
- include/codi/tools/helpers/externalFunctionHelper.hpp+175-61
- include/codi/tools/helpers/openMPExternalFunctionHelper.hpp-520
- include/codi/tools/parallel/openmp/codiOpenMP.hpp+7-3
- include/codi/tools/parallel/openmp/openMPSynchronization.hpp+65
- include/codi/tools/parallel/parallelToolbox.hpp+8-2
- include/codi/tools/parallel/readWriteMutex.hpp+6-3
- include/codi/tools/parallel/synchronizationInterface.hpp+75
- include/codi/tools/parallel/threadInformationInterface.hpp+16
+19-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
80 |
| - | |
81 |
| - | |
82 |
| - | |
83 |
| - | |
84 |
| - | |
85 |
| - | |
86 |
| - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
87 | 99 |
| |
88 | 100 |
| |
89 | 101 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
58 |
| - | |
| 58 | + | |
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
|
0 commit comments