Implementation of vtkTriQuadraticPyramid cell
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.
Merge request reports
Activity
requested review from @dcthomp
Errors:
- commit b6fdab92 is not allowed because the following files are not formatted according to the 'clang-format' check:
Common/DataModel/vtkBiQuadraticPyramid.cxx
,Common/DataModel/vtkUnstructuredGrid.cxx
. Post a comment ending in the lineDo: reformat
to rewrite the MR source branch automatically.
Warnings:
- please consider adding a changelog entry in a file ending with
.md
inDocumentation/release/dev
. - the merge request is marked as a work-in-progress.
The warnings do not need to be fixed, but it is recommended to do so.
Please rewrite commits to fix the errors listed above (adding fixup commits will not resolve the errors) and force-push the branch again to update the merge request.
- commit b6fdab92 is not allowed because the following files are not formatted according to the 'clang-format' check:
added 1 commit
- 62bede90 - Initial implementation of vtkBiQuadraticPyramid
added 4 commits
-
62bede90...f3d8acde - 2 commits from branch
vtk:master
- 7cb6fa30 - Reorganize functions to match vtkPyramid order
- 52959037 - Implementation of vtkBiQuadraticPyramid
-
62bede90...f3d8acde - 2 commits from branch
added 13 commits
-
f4baf15c...238f5e6b - 11 commits from branch
vtk:master
- 02a52988 - Reorganize functions to match vtkPyramid order
- 88017079 - Implementation of vtkBiQuadraticPyramid
-
f4baf15c...238f5e6b - 11 commits from branch
added 11 commits
-
88017079...535f7ef0 - 8 commits from branch
vtk:master
- 6ea8c462 - Reorganize functions to match vtkPyramid order
- cc11e284 - Implementation of vtkBiQuadraticPyramid
- 96d6da62 - asdfasdfasdf
Toggle commit list-
88017079...535f7ef0 - 8 commits from branch
added 2 commits
added 21 commits
-
4b9c4043...8eae2857 - 18 commits from branch
vtk:master
- cb40b3da - Reorganize functions to match vtkPyramid order
- 15135a95 - Implementation of vtkBiQuadraticPyramid
- 4da86464 - Add changelog
Toggle commit list-
4b9c4043...8eae2857 - 18 commits from branch
Errors:
- commit 15135a95 is not allowed because the following files are not formatted according to the 'clang-format' check:
Common/DataModel/vtkBiQuadraticPyramid.cxx
. Post a comment ending in the lineDo: reformat
to rewrite the MR source branch automatically.
Warnings:
- the merge request is marked as a work-in-progress.
The warnings do not need to be fixed, but it is recommended to do so.
Please rewrite commits to fix the errors listed above (adding fixup commits will not resolve the errors) and force-push the branch again to update the merge request.
- commit 15135a95 is not allowed because the following files are not formatted according to the 'clang-format' check:
added 6 commits
- 1e14e64a - Implementation of vtkBiQuadraticPyramid
- d9c87a25 - Add changelog
- 29804790 - Update vtkCellValidator filter to include vtkBiQuadraticPyramid
- e7cbcd7d - Update vtkUnstructuredGridGeometryFilter to include vtkBiQuadraticPyramid
- 53bb480c - Add contour test for vtkBiQuadraticPyramid
- 53de67fb - Add clip test for vtkBiQuadraticPyramid
Toggle commit listErrors:
- commit 1e14e64a is not allowed because the following files are not formatted according to the 'clang-format' check:
Common/DataModel/vtkBiQuadraticPyramid.cxx
. Post a comment ending in the lineDo: reformat
to rewrite the MR source branch automatically.
Warnings:
- the merge request is marked as a work-in-progress.
The warnings do not need to be fixed, but it is recommended to do so.
Please rewrite commits to fix the errors listed above (adding fixup commits will not resolve the errors) and force-push the branch again to update the merge request.
- commit 1e14e64a is not allowed because the following files are not formatted according to the 'clang-format' check:
added 6 commits
- 027ba733 - Implementation of vtkBiQuadraticPyramid
- 54900d59 - Add changelog
- 35985fc5 - Update vtkCellValidator filter to include vtkBiQuadraticPyramid
- 40647b9b - Update vtkUnstructuredGridGeometryFilter to include vtkBiQuadraticPyramid
- 63db3839 - Add contour test for vtkBiQuadraticPyramid
- 5d169ccd - Add clip test for vtkBiQuadraticPyramid
Toggle commit listadded 25 commits
-
5d169ccd...ec682399 - 17 commits from branch
vtk:master
- 9f03e0ef - Reorganize functions to match vtkPyramid order
- 5f82d8bc - Implementation of vtkBiQuadraticPyramid
- c4f1105a - Add changelog
- d0b850b5 - Update vtkCellValidator filter to include vtkBiQuadraticPyramid
- 8887c915 - Update vtkUnstructuredGridGeometryFilter to include vtkBiQuadraticPyramid
- 8b044622 - Add contour test for vtkBiQuadraticPyramid
- 5034bdfb - Add clip test for vtkBiQuadraticPyramid
- 78baf9b7 - Add extract edges test for vtkBiQuadraticPyramid
Toggle commit list-
5d169ccd...ec682399 - 17 commits from branch
added 8 commits
- df216a0f - Reorder vtkQuadraticPyramid's functions to match vtkPyramid's order
- 100eb7e8 - Implementation of vtkBiQuadraticPyramid
- 45a6d13a - Add changelog
- 38fbbc19 - Update vtkCellValidator filter to include vtkBiQuadraticPyramid
- 05218a1b - Update vtkUnstructuredGridGeometryFilter to include vtkBiQuadraticPyramid
- 9c76877a - Add contour test for vtkBiQuadraticPyramid
- 6c687a3b - Add clip test for vtkBiQuadraticPyramid
- 7026ffd3 - Add extract edges test for vtkBiQuadraticPyramid
Toggle commit listadded 1 commit
- c913741f - Add vtkCellValidator test for vtkBiQuadraticPyramid
added 1 commit
- eb10159a - Add vtkUnstructuredGridGeometryFilter test for vtkBiQuadraticPyramid
added 4 commits
Toggle commit listErrors:
- commit 2164837f is not allowed because the following files are not formatted according to the 'clang-format' check:
Common/DataModel/Testing/Cxx/quadraticIntersection.cxx
. Post a comment ending in the lineDo: reformat
to rewrite the MR source branch automatically.
Warnings:
- the merge request is marked as a work-in-progress.
The warnings do not need to be fixed, but it is recommended to do so.
Please rewrite commits to fix the errors listed above (adding fixup commits will not resolve the errors) and force-push the branch again to update the merge request.
- commit 2164837f is not allowed because the following files are not formatted according to the 'clang-format' check:
added 1 commit
- 80b665e7 - Add quadraticIntersection test for vtkBiQuadraticPyramid
added 1 commit
- 325a61c0 - Add quadraticIntersection test for vtkBiQuadraticPyramid
Errors:
- commit 325a61c0 is not allowed because the following files are not formatted according to the 'clang-format' check:
Common/DataModel/Testing/Cxx/quadraticIntersection.cxx
. Post a comment ending in the lineDo: reformat
to rewrite the MR source branch automatically.
Warnings:
- the merge request is marked as a work-in-progress.
The warnings do not need to be fixed, but it is recommended to do so.
Please rewrite commits to fix the errors listed above (adding fixup commits will not resolve the errors) and force-push the branch again to update the merge request.
- commit 325a61c0 is not allowed because the following files are not formatted according to the 'clang-format' check: