|
| 1 | +# 24.01 |
| 2 | + |
| 3 | + -- MLMG: Use free functions instead of MF member functions (#3681) |
| 4 | + |
| 5 | + -- Add a few free functions for MLMG (#3680) |
| 6 | + |
| 7 | + -- Eliminating Matrix operations in MLMG CG bottom solver if initial vector is zero (#3668) |
| 8 | + |
| 9 | + -- Add a for loop that is unrolled at compile time (#3674) |
| 10 | + |
| 11 | + -- Add PTD version of getParticleCell (#3675) |
| 12 | + |
| 13 | + -- Improve ParIter docs (#3676) |
| 14 | + |
| 15 | + -- Fix CI for ROCm 6.0 (#3673) |
| 16 | + |
| 17 | + -- PureSoA IdCpu fixes (#3671) |
| 18 | + |
| 19 | + -- CMake: AMReX_PARALLEL_LINK_JOBS (#3628) |
| 20 | + |
| 21 | + -- Clang-Tidy in CI: Keep Going after Errors (#3667) |
| 22 | + |
| 23 | + -- Delete empty below comments on classes and functions (#3669) |
| 24 | + |
| 25 | + -- Documentation for Profiling: Hot Spots and Load Balance (#3622) |
| 26 | + |
| 27 | + -- Fix warnings in SortParticlesForDeposition (#3664) |
| 28 | + |
| 29 | + -- Fix Resize Issue of Fab with the Async Arena (#3663) |
| 30 | + |
| 31 | + -- Fix SuperParticle `push_back` (#3661) |
| 32 | + |
| 33 | + -- Pure SoA Particle: Separate Array for IdCPU (#3585) |
| 34 | + |
| 35 | + -- Limit the scope of gpu_rand_generator (#3659) |
| 36 | + |
| 37 | + -- Fix a typo in doxygen for NonLocalBC::FillBoundary (#3658) |
| 38 | + |
| 39 | + -- GNU Make: Fix name collision for aurora (#3656) |
| 40 | + |
| 41 | + -- two separate fixes -- particle_compare and ref_ratio=1 (#3655) |
| 42 | + |
| 43 | + -- Clarify documentation on setEBDirchlet() and fix link to AMReX-Hydro (#3652) |
| 44 | + |
| 45 | + -- Robustify the Cache Cleanup Scripts (#3650) |
| 46 | + |
| 47 | + -- Disable CodeQL scheduled jobs on forks (#3649) |
| 48 | + |
| 49 | + -- Work around compiler bug in nvcc 12.2 by using functor instead of lambda (#3653) |
| 50 | + |
1 | 51 | # 23.12 |
2 | 52 |
|
3 | 53 | -- solve_cg: avoid use of MF `z` (#3637) |
|
0 commit comments