From b7c1e4fc6d38ee9340331ce30a24dd84f79b9ee2 Mon Sep 17 00:00:00 2001 From: Weiqun Zhang Date: Tue, 1 Oct 2019 06:47:12 -0700 Subject: [PATCH] update CHANGES --- CHANGES | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGES b/CHANGES index 1896ad9462..5ec106eda4 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,21 @@ +# 19.10 + + -- Add inhomogeneous Neumann BC to MLMG for convenience. + + -- Fix a corner case of tensor solver. + + -- Various fixes for single precision and particle real. + + -- Add amrex::Long that has a size of 8. + + -- Add int8_t support in typecheck. + + -- C++ user literal _rt for amrex::Real and _prt for + amrex::ParticleReal. + + -- EB MAC projector now requires the user to specify whether the + face velocities are defined on face centers or centroids. + # 19.09 -- First pass of Sr/EB on GPU.