Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CHANGES for 24.12 #4251

Merged
merged 1 commit into from
Dec 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 56 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,59 @@
# 24.12

-- FFT::PoissonHybrid: Add solve() needed by ERF (#4250)

-- Add CMake option: AMReX_CUDA_OBJDIR_AS_TEMPDIR (#4246)

-- FFT::PoissonHybrid: Support non-periodic boundaries in x & y directions (#4247)

-- FFT Poisson Solver: Fill ghost cells in solve() function (#4244)

-- Update GMRES Comments (#4243)

-- Fix dangling-reference warnings for particle functions. (#4241)

-- Parser: Use malloc if Arena is not ready (#4240)

-- Add portable implementation of random numbers drawn from the Gamma distribution. (#4239)

-- Implementation of Bessel functions of second kind (yn) (#4234)

-- FFT: Optimization for single process (#4235)

-- VisMF::Read: Cache BoxArray and DistributionMapping (#4233)

-- FFT OpenBC Solver: more optimization (#4232)

-- FFT::PoissonHybrid: Add interfaces for user provided dz (#4229)

-- FFT OpenBC Solver: Communication optimization (#4230)

-- Add local FFT (#4224)

-- FFT: Add new domain decomposition strategy (#4221)

-- Skip some CIs if only Docs/ has changed (#4197)

-- Replace blockDim.x with compile time constant when possible (#4198)

-- FFT: OpenBC Solver (#4217)

-- STL: Make the fill(MultiFab) function work with non-nodal types (#4207)

-- Remove repeated norm_inf calculation in bicgsolver. (#4205)

-- Initial and final function stacks: Use std::function (#4218)

-- comply with C++ defect report on user-defined literals (#4215)

-- Fix a bug in EB2::Level::fillLevelSet (#4208)

-- HDF5: Fix missing header in GNU Make (#4213)

-- FFT Poisson Solver: Neumann and Dirichlet Boundaries (#4202)

-- Remove SWFFT and HPGMG (#4211)

# 24.11

-- Add option to do stable redistribute with GPUs (#4200)
Expand Down
Loading