Skip to content

Adding in a new filter to compute cell sizes.

Andrew Bauer requested to merge acbauer/vtk:python_volume_calc into master

Previously Verdict was used to compute cell sizes but it only handled triangles, quads, tets and hexes. Adding a new filter to compute cell sizes and having the volume() method in algorithms.py to use that instead.

Merge request reports