Skip to content

Commit

Permalink
doc - add rstr changes to release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylt committed Feb 10, 2024
1 parent 56c4846 commit 62c1cb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/sphinx/source/releasenotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ On this page we provide a summary of the main API changes, new features and exam

- Add `bool` field type for `CeedQFunctionContext` and related interfaces to use `bool` fields.
- `CEED_BASIS_COLLOCATED` removed; users should only use `CEED_BASIS_NONE`.
- Remove unneeded pointer for `CeedElemRestrictionGetELayout`.

### New features

- Add `CeedOperatorCreateAtPoints` which evaluates the `CeedQFunction` at arbitrary locations in each element, for use in Particle in Cell, Material Point Method, and similar methods.
- Add `CeedElemRestrictionGetLLayout` to provide L-vector layout for strided `CeedElemRestriction` created with `CEED_BACKEND_STRIDES`.

### Examples

Expand Down

0 comments on commit 62c1cb2

Please sign in to comment.