Skip to content

feat: add FillPartialArrays vtk filter and paraview plugin #105

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

Open
wants to merge 65 commits into
base: main
Choose a base branch
from

Conversation

RomainBaville
Copy link
Contributor

@RomainBaville RomainBaville commented Jun 20, 2025

This PR add the possibility to fill a partial arrays with values

  • the filling value can be chosen for each component
    • The default value is nan for float data, -1 for int data and 0 for uint data.
    • Modifications of the functions FillPartialAttributes and FillAllPartialAtributes to add the possibility of choosing the value
    • Modifications of the tests of the functions FillPartialAttributes and FillAllPartialAtributes
  • several attributes can be filled at the same time.

close #104

@RomainBaville RomainBaville marked this pull request as ready for review June 23, 2025 07:10
@RomainBaville RomainBaville changed the base branch from main to RomainBaville/feature/update_geos-mesh_utils August 6, 2025 16:35
Base automatically changed from RomainBaville/feature/update_geos-mesh_utils to main August 6, 2025 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create vtk filter in geos-mesh and its associated pv plugin in geos-pv to fill partial arrays
2 participants