|
| 1 | +# 24.08 |
| 2 | + |
| 3 | + -- Catalyst support (#4011) |
| 4 | + |
| 5 | + -- Fix typos in FaceDivFree interior interpolation. (#4048) |
| 6 | + |
| 7 | + -- ParmParse: Read IntVect & RealVect from array (#4050) |
| 8 | + ParmParse: Fix assertion in new queryarr for IntVect & RealVect (#4051) |
| 9 | + |
| 10 | + -- IParser: Use long long int (#4046) |
| 11 | + |
| 12 | + -- ParmParse: Math expression support (#4032) |
| 13 | + |
| 14 | + -- AmrData: remove dependency on Fortran (#4049) |
| 15 | + |
| 16 | + -- Remove reliance on managed memory in HDF5 mesh IO (#4047) |
| 17 | + |
| 18 | + -- New Feature in MLEBNodeFDLaplacian: MultiFab sigma coefficient (#3968) |
| 19 | + |
| 20 | + -- Nodal Solver: Use multi-color Gauss-Seidel on GPU (#4043) |
| 21 | + |
| 22 | + -- Use reduction to compute min and max particle distances in NeighborParticles test. (#3212) |
| 23 | + |
| 24 | + -- ParmParse: Refactoring II (#4035) |
| 25 | + |
| 26 | + -- Fix deadlock for CUDA (#4044) |
| 27 | + |
| 28 | + -- ParmParse: Refactoring (#4031) |
| 29 | + |
| 30 | + -- MLMG: Keep ghost cell values in user's inputs (#4040) |
| 31 | + |
| 32 | + -- Geometry: Fix operator>> (#4042) |
| 33 | + |
| 34 | + -- FillPatch for Face Data: Fix Geometry used in creating mask (#4039) |
| 35 | + |
| 36 | + -- Parser: Allow dots in variable names (#4038) |
| 37 | + |
| 38 | + -- HDF5: Remove unnecessary casting (#4036) |
| 39 | + |
| 40 | + -- HDF5: Fix chunking warning (#4033) (#4034) |
| 41 | + |
| 42 | + -- New parameter amrex::init_snan (#4030) |
| 43 | + |
| 44 | + -- Change the default max_grid_size in 3D on GPU from 32 to 64 (#4029) |
| 45 | + |
| 46 | + -- GpuArray: add operator+= (#4028) |
| 47 | + |
| 48 | + -- FPE traps: Add functions for enabling and disabling FPE traps (#4025) |
| 49 | + |
| 50 | + -- HDF5: Correctly determine max_mfi_count (#4024) |
| 51 | + |
| 52 | + -- HDF5: expose ZLIB compression without SZ or ZFP flags (#4015) |
| 53 | + |
| 54 | + -- Hypre: Use Gpu::hypreSynchronize (#4022) |
| 55 | + |
| 56 | + -- AmrMesh: add const to a few functions (#4021) |
| 57 | + |
| 58 | + -- Convexify AMR data (#4013) |
| 59 | + |
| 60 | + -- Fix BottomSolver::bicgcg (#4020) |
| 61 | + |
| 62 | + -- Fix some warnings issued by Coverity (#4017) |
| 63 | + |
| 64 | + -- convert IndexType to IndexTypeND (#3988) |
| 65 | + |
| 66 | + -- Workaround MSVC issue in tupleToArray (#4000) |
| 67 | + |
1 | 68 | # 24.07
|
2 | 69 |
|
3 | 70 | -- HDF5: Correctly handle writing only some components when writing Particle (#4005)
|
|
0 commit comments