|
| 1 | +# 22.05 |
| 2 | + |
| 3 | + -- Update Required SUNDIALS version (#2743) |
| 4 | + |
| 5 | + -- EB: Geometry generation from STL file (#2728) |
| 6 | + |
| 7 | + -- Drop CUDA 9 support (#2736) |
| 8 | + |
| 9 | + -- Disable AsyncOut by default for HIP and DPC++ (#2735) |
| 10 | + |
| 11 | + -- Turn on managed memory by default in The_Arena for HIP (#2734) |
| 12 | + |
| 13 | + -- Update WarpX's MLEBNodeFDLaplacian for 2D RZ (#2733) |
| 14 | + |
| 15 | + -- Adding more recent Hypre APIs to initialize the library. (#2729) |
| 16 | + |
| 17 | + -- Allow the computation of neighbor lists between particles of different types. (#2727) |
| 18 | + |
| 19 | + -- Add option for face linear interpolater in fortran interface (#2726) |
| 20 | + |
| 21 | + -- Allow some EB code to handle single precision (#2723, #2719) |
| 22 | + |
| 23 | + -- Allow `FillBoundary` to cast messages from double to single precision. (#2708) |
| 24 | + |
| 25 | + -- Fix FluxRegister::SumReg for GPU builds (#2718) |
| 26 | + |
| 27 | + -- Swap hip lib and include ordering (#2717) |
| 28 | + |
| 29 | + -- Fix integer overflow warnings in FabConv (#2716) |
| 30 | + |
| 31 | + -- Make AsyncOut::Finish safe to call when async_out is not enabled. (#2715) |
| 32 | + |
| 33 | + -- flushParForInfo: remove erroneous assertion (#2712) |
| 34 | + |
| 35 | + -- Link particles in ghost cells to closest box (#2685) |
| 36 | + |
| 37 | + -- Generalize the type of lambdas that can be passed into ParticleReduce (#2697) |
| 38 | + |
| 39 | + -- Return non-zero if nans were found when using fnan. (#2704) |
| 40 | + |
| 41 | + -- Reorganize Make.package in Src/Particle (#2703) |
| 42 | + |
| 43 | + -- FillPatchUtil edge interpolater fix (#2701) |
| 44 | + |
| 45 | + -- Adds SUNDIALS integrator options for flexibility. (#2700) |
| 46 | + |
| 47 | + -- Only error if HDF5 is not parallel if MPI is enabled. (#2699) |
| 48 | + |
| 49 | + -- Make the ParticleReduce functions not rely on ParIter. (#2695) |
| 50 | + |
| 51 | + -- Semicoarsening in WarpX Linear Solvers (#2690) |
| 52 | + |
| 53 | + -- FillBoundaryAndSync (#2683) |
| 54 | + |
| 55 | + -- macOS: Fix Warning (ranlib, profiler) (#2688) |
| 56 | + |
1 | 57 | # 22.04 |
2 | 58 |
|
3 | 59 | -- Fix parser expressions (#2682) |
|
0 commit comments