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 15 commits into
base: main
Choose a base branch
from

Conversation

RomainBaville
Copy link

@RomainBaville RomainBaville commented Jun 20, 2025

This PR depends of the improve of the utils functions of geos-mesh #109

This PR add the possibility to fill a partial arrays with values
- the value to fill can be choose, defaults to nan
+ 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 fill in the same time but with the same value.

close #104

@RomainBaville RomainBaville marked this pull request as ready for review June 23, 2025 07:10
from geos.mesh.processing.FillPartialArrays import FillPartialArrays


@pytest.mark.parametrize( "onpoints, attributesList, value_test", [
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not defining multiple parameters instead of one tuple containing them all 3 ?

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