|
| 1 | +# 22.06 |
| 2 | + |
| 3 | + -- Fix solvability issue in the nodal solver RAP approach (#2783, #2801) |
| 4 | + |
| 5 | + -- Profiler Sync Timers (#2784) |
| 6 | + |
| 7 | + -- Implement Serial ParallelDescriptor::Gather (#2793) |
| 8 | + |
| 9 | + -- Renamed new internal class variables using m_ convention to fix compiler warnings in debug mode. (#2790) |
| 10 | + |
| 11 | + -- Make IntVectFromLocation const (#2789) |
| 12 | + |
| 13 | + -- make sure m_particles is sized properly when numLocalTilesAtLevel is called (#2782) |
| 14 | + |
| 15 | + -- Fix for small cells (#2781) |
| 16 | + |
| 17 | + -- Add some timestep controls to the AMReX TimeIntegrator class for its integrate() driver function. (#2780) |
| 18 | + |
| 19 | + -- Fix the bug in the CMake build with AMReX_BASE_PROFILE. (#2774) |
| 20 | + |
| 21 | + -- configure value of AMReX_GPU_RDC flag for use in cmake find_package(AMReX ...) (#2770) |
| 22 | + |
| 23 | + -- Add an optional volume weighting to AMRErrorTag (#2772) |
| 24 | + |
| 25 | + -- Fix: AmrCore Move (#2773) |
| 26 | + |
| 27 | + -- Update particle << operator after changes to id/cpu (#2769) |
| 28 | + |
| 29 | + -- this updates to recent Hypre API changes (#2765) |
| 30 | + |
| 31 | + -- multilevel version of writeplotfiletoascii (#2742) |
| 32 | + |
| 33 | + -- Avoid the use of null stream (#2754) |
| 34 | + |
| 35 | + -- add scomp and ncomp arguments to IntegratorOps functions. (#2759) |
| 36 | + |
| 37 | + -- Add HDF5 H5Z-ZFP support in CMake (#2753) |
| 38 | + |
| 39 | + -- CUDA On Cray: More Robust w/o Wrapper (#2757) |
| 40 | + |
| 41 | + -- Reimplement amrex::min and max to Work around an nvcc bug (#2756) |
| 42 | + |
| 43 | + -- Revert "Turn on managed memory by default in The_Arena for HIP (#2734)" (#2752) |
| 44 | + |
| 45 | + -- Add methods for resetting the ParGDB of a ParticleContainer (#2732) |
| 46 | + |
| 47 | + -- Switch nvtxRangeStart to nvtxRangePush (#2746) |
| 48 | + |
| 49 | + -- Eb flow diffusive solve (#2741) |
| 50 | + |
1 | 51 | # 22.05
|
2 | 52 |
|
3 | 53 | -- Update Required SUNDIALS version (#2743)
|
|
0 commit comments