File tree
5 files changed
+81
-30
lines changed- Common/include/basic_types
- SU2_CFD/src/drivers
- externals
- meson_scripts
5 files changed
+81
-30
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
61 | 65 |
| |
62 |
| - | |
| 66 | + | |
| 67 | + | |
63 | 68 |
| |
64 | 69 |
| |
65 | 70 |
| |
| |||
348 | 353 |
| |
349 | 354 |
| |
350 | 355 |
| |
351 |
| - | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
352 | 427 |
| |
353 | 428 |
| |
354 | 429 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
670 | 670 |
| |
671 | 671 |
| |
672 | 672 |
| |
673 |
| - | |
674 |
| - | |
675 |
| - | |
676 |
| - | |
677 |
| - | |
678 |
| - | |
679 |
| - | |
680 |
| - | |
681 |
| - | |
682 |
| - | |
683 |
| - | |
684 |
| - | |
685 |
| - | |
| 673 | + | |
686 | 674 |
| |
687 | 675 |
| |
688 | 676 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
305 | 305 |
| |
306 | 306 |
| |
307 | 307 |
| |
308 |
| - | |
309 |
| - | |
310 |
| - | |
311 |
| - | |
312 |
| - | |
313 |
| - | |
314 |
| - | |
315 |
| - | |
316 |
| - | |
317 |
| - | |
318 |
| - | |
319 |
| - | |
320 |
| - | |
| 308 | + | |
321 | 309 |
| |
322 | 310 |
| |
323 | 311 |
| |
|
- documentation/developer/simpleTape.cpp+2-1
- include/codi/expressions/real/binaryOperators.hpp+6-3
- include/codi/tapes/data/blockData.hpp+2-2
- include/codi/tapes/data/chunkedData.hpp+2-2
- include/codi/tapes/indices/linearIndexManager.hpp+5-1
- include/codi/tapes/indices/multiUseIndexManager.hpp+5-1
- include/codi/tapes/indices/parallelReuseIndexManager.hpp+4-1
- include/codi/tapes/indices/reuseIndexManager.hpp+6-2
- include/codi/tapes/indices/reuseIndexManagerBase.hpp+12-3
- include/codi/tapes/jacobianBaseTape.hpp+7-2
- include/codi/tapes/misc/tapeValues.hpp+108-19
- include/codi/tapes/primalValueBaseTape.hpp+2-2
- include/codi/tools/parallel/parallelToolbox.hpp+1-1
- include/codi/traits/adjointVectorTraits.hpp+57
- tests/general/include/tests/expressions/testOneArgumentExpr1.hpp+1-1
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