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 release notes #293

Merged
merged 2 commits into from
Mar 8, 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
10 changes: 9 additions & 1 deletion doc/release_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,21 @@ This is the upcoming release with lots of small additions throughout.
- Fix the warnings while generating documentation for p4est_connectivity.h.
- Fix the warnings while generating documentation for p8est_connectivity.h.
- Add more explicit documentation to the p?est_connectivity.h files.
- Fix the warnings while generating documentation for p4est_mesh.h.
- Fix the warnings while generating documentation for p8est_mesh.h.
- Add more explicit documentation to the p?est_mesh.h files.

### Functionality

- Add two connectivities (2d bowtie and 3d drop) to stress the balance demo.
- Add a new 3d connectivity (drop) into the simple example.
- Add three 2d connectivities (circle, drop and bowtie) into simple.
- Integrate updated MPI I/O wrappers and CMake logic in libsc
- Integrate updated MPI I/O wrappers and CMake logic in libsc.
- Reset quadrant data size to 0 in p{4,8}est_wrap_new_p4est.
- Add search_partition_gfp operating without a gfq array.
- Add a parameter struct for the p{4,8}est_wrap_t.
- Add a parameter struct for the p{4,8}est_mesh_t.
- Add an option to store edge-hanging corner neighbors in the mesh.

## 2.8.5

Expand Down
Loading