Skip to content

Commit f27eb69

Browse files
authored
Update CHANGES for 24.12 (#4251)
1 parent c35aad2 commit f27eb69

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

CHANGES

+56
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,59 @@
1+
# 24.12
2+
3+
-- FFT::PoissonHybrid: Add solve() needed by ERF (#4250)
4+
5+
-- Add CMake option: AMReX_CUDA_OBJDIR_AS_TEMPDIR (#4246)
6+
7+
-- FFT::PoissonHybrid: Support non-periodic boundaries in x & y directions (#4247)
8+
9+
-- FFT Poisson Solver: Fill ghost cells in solve() function (#4244)
10+
11+
-- Update GMRES Comments (#4243)
12+
13+
-- Fix dangling-reference warnings for particle functions. (#4241)
14+
15+
-- Parser: Use malloc if Arena is not ready (#4240)
16+
17+
-- Add portable implementation of random numbers drawn from the Gamma distribution. (#4239)
18+
19+
-- Implementation of Bessel functions of second kind (yn) (#4234)
20+
21+
-- FFT: Optimization for single process (#4235)
22+
23+
-- VisMF::Read: Cache BoxArray and DistributionMapping (#4233)
24+
25+
-- FFT OpenBC Solver: more optimization (#4232)
26+
27+
-- FFT::PoissonHybrid: Add interfaces for user provided dz (#4229)
28+
29+
-- FFT OpenBC Solver: Communication optimization (#4230)
30+
31+
-- Add local FFT (#4224)
32+
33+
-- FFT: Add new domain decomposition strategy (#4221)
34+
35+
-- Skip some CIs if only Docs/ has changed (#4197)
36+
37+
-- Replace blockDim.x with compile time constant when possible (#4198)
38+
39+
-- FFT: OpenBC Solver (#4217)
40+
41+
-- STL: Make the fill(MultiFab) function work with non-nodal types (#4207)
42+
43+
-- Remove repeated norm_inf calculation in bicgsolver. (#4205)
44+
45+
-- Initial and final function stacks: Use std::function (#4218)
46+
47+
-- comply with C++ defect report on user-defined literals (#4215)
48+
49+
-- Fix a bug in EB2::Level::fillLevelSet (#4208)
50+
51+
-- HDF5: Fix missing header in GNU Make (#4213)
52+
53+
-- FFT Poisson Solver: Neumann and Dirichlet Boundaries (#4202)
54+
55+
-- Remove SWFFT and HPGMG (#4211)
56+
157
# 24.11
258

359
-- Add option to do stable redistribute with GPUs (#4200)

0 commit comments

Comments
 (0)