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
- Added `refinement_level` option to Relay Extract. When used this will refine high order meshes to a low order representation and save the low order result as the extract data.
14
20
- Added parameters to control HDF5 compression options to the Relay Extract.
15
21
- Added check to make sure all domain IDs are unique
16
22
- Added a `vtk` extract that saves each mesh domain to a legacy vtk file grouped, with all domain data grouped by a `.visit` file.
23
+
- Added particle advection for streamline and related rendering support.
17
24
- Added WarpX Streamline filter that uses charged particles.
18
25
- Added seed population options for particle advection: point, point list, line, and box
26
+
- Added more Ascent tutorial examples
27
+
- Added support for implicit points style Blueprint input meshes
28
+
- Added actions for shell commands and simulation code function callbacks
19
29
- Added a `cylinder` option to the clip filter.
30
+
- Added `box`, `plane`, `cylinder`, and `sphere` options to the Threshold filter, enabling sub selecting a mesh spatially.
20
31
21
32
### Changed
22
33
- Changed the Data Binning filter to accept a `reduction_field` parameter (instead of `var`), and similarly the axis parameters to take `field` (instead of `var`). The `var` style parameters are still accepted, but deprecated and will be removed in a future release.
23
34
- Changed the Streamline and WarpXStreamline filters to apply the VTK-m Tube filter to their outputs, allowing for the results to be rendered.
35
+
- Updated CMake Python build infrastructure to use
@@ -38,7 +53,7 @@ and this project aspires to adhere to [Semantic Versioning](https://semver.org/s
38
53
- Added C++ `Ascent::info()` method that returns a reference to execution info in addition the existing info() method that provides copy out semantics.
* Added ``refinement_level`` option to Relay Extract. When used this will refine high order meshes to a low order representation and save the low order result as the extract data.
53
+
* Added parameters to control HDF5 compression options to the Relay Extract.
54
+
* Added check to make sure all domain IDs are unique
55
+
* Added a ``vtk`` extract that saves each mesh domain to a legacy vtk file grouped, with all domain data grouped by a ``.visit`` file.
56
+
* Added particle advection for streamline and related rendering support.
57
+
* Added WarpX Streamline filter that uses charged particles.
58
+
* Added seed population options for particle advection: point, point list, line, and box
59
+
* Added more Ascent tutorial examples
60
+
* Added support for implicit points style Blueprint input meshes
61
+
* Added actions for shell commands and simulation code function callbacks
62
+
* Added ``box``, ``plane``, ``cylinder``, and ``sphere`` options to the Threshold filter, enabling sub selecting a mesh spatially.
63
+
64
+
Changed
65
+
~~~~~~~
66
+
67
+
* Changed the Data Binning filter to accept a ``reduction_field`` parameter (instead of ``var``), and similarly the axis parameters to take ``field`` (instead of ``var``). The ``var`` style parameters are still accepted, but deprecated and will be removed in a future release.
68
+
* Changed the Streamline and WarpXStreamline filters to apply the VTK-m Tube filter to their outputs, allowing for the results to be rendered.
69
+
* Updated CMake Python build infrastructure to use
0 commit comments