8000 Loading of data collections by najlkin · Pull Request #332 · GLVis/glvis · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Loading of data collections #332

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

Merged
merged 23 commits into from
Apr 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
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
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ Version 4.3.3 (development)
- Palettes can now also be specified with explicit alpha channels. See the
example file share/palettes-variable-opacity.txt.

- Added loading of data collections (VisIt, Sidre, FMS and Conduit) through
parameters '-visit', '-sidre', '-fms' and '-conduit' respectively. The name
of the field can be specified through '-g' or '-q' for a quadrature field.
Optionally, the cycle and protocol can be provided through 'dc-cycle' and
'dc-prot' parameters respectively. Note GLVis must be compiled with MFEM
configured with the associated libraries.

- Fixed a bug where discrete textures would not repeat.

- Added support for 1D/2D data (mesh and grid function) using scalar finite
Expand Down
Loading
Loading
0