-
- Downloads
Adding in a new filter to compute cell sizes.
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.
Showing
- Filters/Verdict/CMakeLists.txt 1 addition, 0 deletionsFilters/Verdict/CMakeLists.txt
- Filters/Verdict/Testing/Cxx/CMakeLists.txt 1 addition, 0 deletionsFilters/Verdict/Testing/Cxx/CMakeLists.txt
- Filters/Verdict/Testing/Cxx/CellSizeFilter.cxx 60 additions, 0 deletionsFilters/Verdict/Testing/Cxx/CellSizeFilter.cxx
- Filters/Verdict/vtkCellSizeFilter.cxx 515 additions, 0 deletionsFilters/Verdict/vtkCellSizeFilter.cxx
- Filters/Verdict/vtkCellSizeFilter.h 129 additions, 0 deletionsFilters/Verdict/vtkCellSizeFilter.h
- Wrapping/Python/vtk/numpy_interface/internal_algorithms.py 25 additions, 2 deletionsWrapping/Python/vtk/numpy_interface/internal_algorithms.py
Loading
Please register or sign in to comment