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.09 #4122

Merged
merged 1 commit into from
Sep 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
61 changes: 61 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,64 @@
# 24.09

-- Curl Curl Solver: Option to use PCG instead of LU (#3812)

-- Support for multiple periods in FillBoundary and ParallelCopy (#4106)

-- ParmParse::prettyPrintTable (#4101)

-- TinyProfiler:: Add more runtime parameters (#4100)

-- Fix start_comp offset in tracer particle routines (#4098)

-- ParmParse: queryarrWithParser (#4073)

-- Add Geometry::RoundoffLo and RoundoffHi functions (#4097)

-- Fortran BoxArray: Add nboxes function returning the number of boxes. (#4096)

-- Time integrator interface updates (#4088)

-- Fix a bug in ParmParse::remove (#4093)

-- Add Jacobi smoother to ABecLaplacian and Poisson (#4091)

-- Multi-level Hypre: Fix periodic boundary bug (#4090)

-- Multi-level Hypre: Fix bugs (#4089)

-- Add overload for `getParticleCell` that returns local cell index (#4081)

-- MLEBNodeFDLaplacian: Make it work with AMREX_USE_EB but with no EB (#4083)
MLEBNodeFDLaplacian: Regression (#4085)

-- AMREX_ENUM and ParmParse support for enum class (#4069)

-- BLBackTrace: Check for `addr2line` in path first (#4079)

-- Make sure ChopGrids does not violate refinement ratio. (#4078)

-- GPU Device Variable on Intel GPUs (#4056)

-- ParallelFor with BoxND (#4052)

-- fix compilation of the Richardson tool (#4072)

-- HDF5: Update BLProfile Name (#4071)

-- Bins: Index Type `int` (#3684)

-- Conduit: Fix SoA Particle (#4065)

-- Plotfile Particles: Fix Error Message (#4068)

-- CI: Fix Catalyst CMAKE_PREFIX_PATH (#4067)

-- Use NVTX3 to avoid conflict with cub in CUDA 12.6 (#4064)

-- Convert Box to BoxND (#4016)

-- Use long long for IParser value_t in ParmParse (#4059)

# 24.08

-- Catalyst support (#4011)
Expand Down
Loading