Skip to content

Commit

Permalink
Updating Relaese notes for VVI PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavis36 committed Sep 13, 2024
1 parent b57181b commit d4cada3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ Version vYYYY.MM.p -- Release date YYYY-MM-DD
Notable changes include:

* New features / API changes:
* Value-View Interface for wrapping comlex classes in a GPU compatible Interface.
* Enabled w/ `SPHERAL_ENABLE_VVI=On`.
* Example executables demonstrating :
* Basic class w/ ManagedVector member.
* CRTP pattern.
* `Spheral::Field` like structure w/ an abstract inferface base class.
* VVI Implmenetation of `Spheral::QuadraticInterpolator`.
* CTest unit tests for `QuadraticInterpolator` and `Field`.
* CTest runs during GitlabCI build stage.
* MPI variables are now wrapped as
```
SPHERAL_OP_SUM, SPHERAL_OP_MAX, SPHERAL_OP_MIN
Expand Down

0 comments on commit d4cada3

Please sign in to comment.