Skip to content

Add a ParaView plugin#29

Merged
henry2004y merged 3 commits into
mainfrom
paraview-plugin
May 14, 2025
Merged

Add a ParaView plugin#29
henry2004y merged 3 commits into
mainfrom
paraview-plugin

Conversation

@henry2004y

@henry2004y henry2004y commented May 14, 2025

Copy link
Copy Markdown
Owner

This PR adds a ParaView customized Python plugin for loading IDL type *.out files.

  • All variables are loaded currently. We may consider lazy loading in the future.
  • Vector variables are automatically identified as vectors. Pressure tensors are identified as a 6 component vector.
  • *.outs files are not handled currently.
  • If this is indeed useful, maybe we can consider submit a PR to the ParaView repository to add the plugin to a native build.

@codecov

codecov Bot commented May 14, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 55.57%. Comparing base (d821577) to head (cf02e24).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #29   +/-   ##
=======================================
  Coverage   55.57%   55.57%           
=======================================
  Files          12       12           
  Lines        1686     1686           
=======================================
  Hits          937      937           
  Misses        749      749           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@henry2004y henry2004y merged commit a898644 into main May 14, 2025
3 checks passed
@henry2004y henry2004y deleted the paraview-plugin branch May 14, 2025 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant