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
The integrate_data filter was added in #2790 and aims to integrate a variable over a surface or a volume.
Oftentimes, we want to study the cumulative evolution of that integral over multiple slices of that surface or volume to see the contribution of each segment to this integral. I've attached a rough implementation and screenshots to better illustrate the idea.
I am thinking this could be added as a integrate_data_along_axis or plot_integrated_data_along_axis filter (which would show the matplotlib plot similar to plot_over_line).
I am not sure whether these filters would fit within the scope of PyVista or not, let me know.
Links to VTK Documentation, Examples, or Class Definitions.
Describe the feature you would like to be added.
The
integrate_data
filter was added in #2790 and aims to integrate a variable over a surface or a volume.Oftentimes, we want to study the cumulative evolution of that integral over multiple slices of that surface or volume to see the contribution of each segment to this integral. I've attached a rough implementation and screenshots to better illustrate the idea.
I am thinking this could be added as a
integrate_data_along_axis
orplot_integrated_data_along_axis
filter (which would show thematplotlib
plot similar toplot_over_line
).I am not sure whether these filters would fit within the scope of PyVista or not, let me know.
Links to VTK Documentation, Examples, or Class Definitions.
No response
Pseudocode or Screenshots
The text was updated successfully, but these errors were encountered: