Skip to content
Snippets Groups Projects
  1. Jul 02, 2015
  2. Jul 01, 2015
  3. Jun 30, 2015
    • Bill Lorensen's avatar
      Merge topic 'UnitTestCells' · a8a43d4a
      Bill Lorensen authored and Kitware Robot's avatar Kitware Robot committed
      
      8044bf4e ENH: Unit Test for Linear, Quadratic and BiQuadratic Cells
      
      Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
      Reviewed-by: default avatarBerk Geveci <berk.geveci@kitware.com>
      Merge-request: !338
      a8a43d4a
    • Bill Lorensen's avatar
      ENH: Unit Test for Linear, Quadratic and BiQuadratic Cells · 8044bf4e
      Bill Lorensen authored
      Test all of the Cell API for Linear, Quadratic and BiQuadratic cells
      (except for clipping and contouring). Attempt to numerically validate
      tested methods.
      
      This Unit Test has uncovered the following errors and/or
      inconsistencies:
      
      DOC: Cells that use Newton's method to find coordinates did not
      consistently report a bad determinant. All cells now use
      vtkDebugMacro.
      
      BUG: Polygon
      Intersection test failed for points on vertices and edges
      
      BUG: Polyhedron
      Intersection test failed for points on vertices, edges and faces
      
      BUG: Pyramid
      Wrong pcoords for apex.
      
      BUG: QuadraticPyramid
      Missing test for apex singularity when finding position
      
      ENH: QuadraticPyramid
      Improved shape functions
      
      BUG: QuadraticTriangle
      Derivatives() method was changing input pcoords.
      EvaluatePosition set pcoord[2] to wrong value.
      
      BUG: BiQuadraticTriangle
      EvaluatePosition method set pcoord[2] to wrong value.
      
      DOC: BiQuadraticQuadraticHexahedron
      Reported error for divergence of newton's method. Most cells do
      not do this
      
      DOC: TriQuadraticHexahedron
      Reported error for divergence of newton's method. Most cells do
      not do this
      
      BUG: QuadraticPolygon
      Derivatives() method was changing input pcoords.
      
      DOC: QuadraticQuad
      Copy/paste error describing pcoord transformation
      Reported error for divergence of newton's method. Most cells do
      not do this
      8044bf4e
  4. Jun 29, 2015
  5. Jun 26, 2015
  6. Jun 25, 2015
  7. Jun 24, 2015
  8. Jun 23, 2015
  9. Jun 22, 2015
Loading