You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ Rust users can include libCEED via `Cargo.toml`:
122
122
123
123
```toml
124
124
[dependencies]
125
-
libceed = "0.11.0"
125
+
libceed = "0.12.0"
126
126
```
127
127
128
128
See the [Cargo documentation](https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#specifying-dependencies-from-git-repositories) for details.
- Added Sycl backends `/gpu/sycl/ref`, `/gpu/sycl/shared`, and `/gpu/sycl/gen`.
21
31
- Added {c:func}`CeedBasisApplyAtPoints` for evaluation of values and derivatives at arbitrary points inside elements.
22
32
- Added support for non-tensor $H(\text{curl})$ finite element spaces with {c:func}`CeedBasisCreateHcurl`.
23
33
- Added {c:func}`CeedElemRestrictionCreateCurlOriented`, similar to {c:func}`CeedElemRestrictionCreateOriented`, for element restrictions requiring more general element transformations such as those for high-order $H(\text{curl})$ spaces on tetrahedra (see [https://dl.acm.org/doi/pdf/10.1145/3524456](https://dl.acm.org/doi/pdf/10.1145/3524456)).
@@ -26,10 +36,24 @@ For example, `CeedOperatorContextGetFieldLabel` was renamed to `CeedOperatorGetC
26
36
27
37
### Examples
28
38
39
+
- Add `DMSwarm` example demonstrating interpolation from background mesh to swarm points and projection from swarm points to background mesh.
40
+
29
41
#### {ref}`example-petsc-bps`
30
42
31
43
- Requires PETSc version 3.19 or later.
32
44
45
+
#### {ref}`example-petsc-navier-stokes`
46
+
47
+
- Updated restart and checkpointing interface.
48
+
- Add data-driven subgrid-stress model.
49
+
- Add differential filtering of solution.
50
+
- Add turbulence statistics collection over spanwise-symmetric geometries.
51
+
- Add Taylor-Green vortex initial condition.
52
+
- Add Riemann-based outflow boundary conditions.
53
+
- Added vortex shedding and flow past cylinder example, including calculations for lift, drag, and heat transfer.
0 commit comments