From 49499fb36839461460e53278a1d299a20d726c30 Mon Sep 17 00:00:00 2001 From: Weiqun Zhang Date: Fri, 1 Nov 2019 07:54:09 -0700 Subject: [PATCH] update CHANGES --- CHANGES | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CHANGES b/CHANGES index 5ec106eda46..029be418a82 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,29 @@ +# 19.11 + + -- AmrCore::regrid will now simply return instead of abort if the + base level is already the maximal level. + + -- Add NodalProjector that wraps MLMG for convenience. + + -- Enforce in AmrCore that blocking factor must be a power of 2. + + -- Add support to write plotfile in HDF4 format. + + -- FabArray's Reduce functions can now take lambda working on Array4 + in addition of FAB. + + -- Add AMREX_REAL_MIN, AMREX_REAL_MAX and AMREX_REAL_LOWEST for + convenience. + + -- GPU launch functions and macros are now safe with empty boxes. + + -- Remove FabView from BaseFab. + + -- Avoid race conditions in GPU reduction code called multiple + times. + + -- MLMG tensor solver is fixed for AMR. + # 19.10 -- Add inhomogeneous Neumann BC to MLMG for convenience.