-
- Downloads
Integrate prismatic Lagrange elements into filters.
Make the dataset surface and unstructured-grid geometry filters process Lagrange elements properly. Note that the unstructured-grid geometry filter does not handle arbitrary-order elements; because it has a hardcoded maximum number of points for indexing "surfels" (bounding surfaces of 3-d cells), it can handle at most order 4 quadrilaterals. This also fixes some issues with the hex and quad cells.
Showing
- Common/DataModel/vtkLagrangeHexahedron.cxx 3 additions, 16 deletionsCommon/DataModel/vtkLagrangeHexahedron.cxx
- Common/DataModel/vtkLagrangeInterpolation.cxx 9 additions, 9 deletionsCommon/DataModel/vtkLagrangeInterpolation.cxx
- Common/DataModel/vtkLagrangeQuadrilateral.cxx 6 additions, 22 deletionsCommon/DataModel/vtkLagrangeQuadrilateral.cxx
- Filters/Geometry/vtkDataSetSurfaceFilter.cxx 6 additions, 1 deletionFilters/Geometry/vtkDataSetSurfaceFilter.cxx
- Filters/Geometry/vtkUnstructuredGridGeometryFilter.cxx 23 additions, 2 deletionsFilters/Geometry/vtkUnstructuredGridGeometryFilter.cxx
Loading
Please register or sign in to comment