Skip to content

Implementation of vtkTriQuadraticPyramid cell

Spiros Tsalikis requested to merge spiros.tsalikis/vtk:19-node-pyramid into master

The purpose of this MR is to implement the vtkCell API of the 19-node-pyramid cell named vtkTriQuadraticPyramid.

Along with the addition of this API, several filters, readers and tests will be updated to incorporate vtkTriQuadraticPyramid.

Filters:

  • vtkCellValidator
  • vtkUnstructuredGridGeometryFilter
  • vtkReflectionFilter
  • vtkBoxClipDataset
  • vtkCellTypeSource

Readers:

  • vtkIossReader

Tests:

  • contourQuadraticCells
  • clipQuadraticCells
  • ExtractEdgesQuadraticCells
  • TestCellValidator
  • TestUnstructuredGridGeometryFilter
  • UnitTestCells
  • quadCellConsistency
  • quadraticIntersection
  • quadraticEvaluation
  • TestInterpolationDerivs
  • TestInterpolationFunctions
  • TestHigherOrderCell
  • UnitTestDataSetSurfaceFilter
  • TestGenericCell
  • TestCellTypeSource

This MR required the following MRs to be fully complete:

Once this MR is merged, paraview/paraview!5152 (merged) can follow.

Edited by Spiros Tsalikis

Merge request reports