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 22.11 #3006

Merged
merged 1 commit into from
Nov 1, 2022
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
42 changes: 42 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,45 @@
# 22.11

-- MPI Reduce for ValLocPair (#3003)

-- `FabArray::isDefined` (#2997)

-- Make The_Device_Arena non-managed (#2998)

-- Add alias template Gpu::NonManagedDeviceVector (#2999)

-- Pre- and Post-interpolation hook interface (#2991)

-- Add user defined BC types (#2995)

-- Add BCRec::set for convenience (#2993)

-- ParallelFor with compile time optimization of kernels with run time parameters (#2954)

-- 2D RZ solver for WarpX: Arbitrary coefficient (#2986)

-- Runge-Kutta support for AMR (#2974)

-- Fourth-order interpolation from fine to coarse level (#2987)

-- Fix EB data inconsistency when fixing small cells and multiple cuts (#2943)

-- MFIter::Finalize (#2983, #2985, #2988)

-- Fix MLMG::getGradSolution & getFluxes for inhomogeneous Neumann and Robin BC (#2984)

-- MLLinOp::postSolve (#2981)

-- add templating for the cell bilinear interpolators (#2979)

-- FillPatcher class (#2972)

-- Remove sycl namespace alias (#2971)

-- Fix Tensor Solver BC (#2930)

-- Disable host device for macros for SYCL/DPC++ (#2969)

# 22.10

-- Solve an issue with particles async IO when having runtime added variables (#2966)
Expand Down