Skip to content

Commit

Permalink
20.08 (#1220)
Browse files Browse the repository at this point in the history
## Summary

Update CHANGES for 20.08

## Additional background

## Checklist

The proposed changes:
- [ ] fix a bug or incorrect behavior in AMReX
- [ ] add new capabilities to AMReX
- [ ] changes answers in the test suite to more than roundoff level
- [ ] are likely to significantly affect the results of downstream AMReX users
- [ ] are described in the proposed changes to the AMReX documentation, if appropriate
  • Loading branch information
WeiqunZhang committed Aug 1, 2020
1 parent 2dad6e2 commit 20d9b4a
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions CHANGES
@@ -1,3 +1,49 @@
# 20.08

-- New average_down_faces functions that take periodic boundary into account.

-- Update the documentation for Nsight.

-- Fix a bug with HDF5 boxcenter data.

-- New runtime parameter, `eb2.extend_domain_face`, that can be used to extraploate EB information
from domain faces.

-- New GNU Make options for GCC and Clang, `WARN_ALL` and `WARN_ERROR`. `WARN_ALL` turns on more
compiler warnings. `WARN_ERROR` turns warnings into errors.

-- Fix various compiler warnings.

-- Fix memory fragmentation issue with communication buffer.

-- Semi-coarsening support in linear solvers.

-- Fix virtual particle issues.

-- Capability to fuse GPU kernel launches.

-- Make ghost particles support soa data.

-- CMake: ability to export build tree.

-- Reset amrex_geometry_module initialization state when finalizing.

-- Remove Long version of Gatherv.

-- Optimization of TagBoxArray::collate.

-- CMake: fix missing PETSc setup in Config file.

-- BndryFunc for nodal data.

-- MLMG Hypre fix for singular problems.

-- Add particle copy filters.

-- Async output support for particles.

-- BackgroundThread class.

# 20.07

-- Nodal hypre solver now supports coarsening before hypre is called.
Expand Down

0 comments on commit 20d9b4a

Please sign in to comment.