Skip to content
Snippets Groups Projects
  1. Sep 28, 2023
  2. Sep 27, 2023
  3. Sep 26, 2023
  4. Sep 25, 2023
    • Florian Maurin's avatar
      vtkUnstructuredGridGeometryFilter now supports degenerate cells · fbd1492f
      Florian Maurin authored
      Degenerate cells are cells for which one edge or face is collapsed.
      It means that a single cell contains duplicated ids.
      In vtkUnstructuredGridGeometryFilter::InsertFace, the index of the
      smallest point cell id was used to positionned a cell relative to
      another one. But if the point is not unique, we will have multiple
      indices, and we can't use these indices for relative positioning.
      So instead of using the smallest point id, we use the smallest
      unique point id.
      fbd1492f
Loading