Skip to content

Commit

Permalink
Disable XYDelaunay exodiff tests temporarily
Browse files Browse the repository at this point in the history
These aren't compatible with the fixed + improved exodiff behavior in
libMesh/libmesh#3572 - we'll need to regold them
this week when we do the next libMesh submodule update.

Refs #20192
  • Loading branch information
roystgnr committed Jun 12, 2023
1 parent d3441a2 commit cbb6157
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 24 deletions.
17 changes: 9 additions & 8 deletions test/tests/meshgenerators/circular_correction_generator/tests
Expand Up @@ -9,14 +9,15 @@
requirement = 'The system shall correct full circular boundaries radii to preserve areas.'
recover = false
[]
[partial_curve_rad]
type = 'Exodiff'
input = 'partial_circle_rad.i'
exodiff = 'partial_circle_rad_in.e'
cli_args = '--mesh-only'
requirement = 'The system shall correct partial circular boundaries radii to preserve areas by moving all the nodes in the radial direction.'
recover = false
[]
# Temporarily disabled for Exodiff-breaking triangulator upgrades
# [partial_curve_rad]
# type = 'Exodiff'
# input = 'partial_circle_rad.i'
# exodiff = 'partial_circle_rad_in.e'
# cli_args = '--mesh-only'
# requirement = 'The system shall correct partial circular boundaries radii to preserve areas by moving all the nodes in the radial direction.'
# recover = false
# []
[partial_curve_span]
type = 'Exodiff'
input = 'partial_circle_span.i'
Expand Down
34 changes: 18 additions & 16 deletions test/tests/meshgenerators/xy_delaunay_generator/tests
Expand Up @@ -68,14 +68,15 @@
recover = false
detail = "assigning user-provided hole boundary names"
[]
[stitching]
type = 'Exodiff'
input = 'xydelaunay_stitching.i'
cli_args = '--mesh-only'
exodiff = 'xydelaunay_stitching_in.e'
recover = false
detail = "selectively stitching 'hole' meshes into the final mesh"
[]
# Temporarily disabled for Exodiff-breaking triangulator upgrades
# [stitching]
# type = 'Exodiff'
# input = 'xydelaunay_stitching.i'
# cli_args = '--mesh-only'
# exodiff = 'xydelaunay_stitching_in.e'
# recover = false
# detail = "selectively stitching 'hole' meshes into the final mesh"
# []
[nested]
type = 'Exodiff'
input = 'xydelaunay_nested.i'
Expand All @@ -92,13 +93,14 @@
recover = false
detail = "with optional Laplacian mesh smoothing."
[]
[area_func]
type = 'Exodiff'
input = 'xydelaunay_area_func.i'
cli_args = '--mesh-only'
exodiff = 'xydelaunay_area_func_in.e'
recover = false
detail = "with optional non-uniform refinement."
[]
# Temporarily disabled for Exodiff-breaking triangulator upgrades
# [area_func]
# type = 'Exodiff'
# input = 'xydelaunay_area_func.i'
# cli_args = '--mesh-only'
# exodiff = 'xydelaunay_area_func_in.e'
# recover = false
# detail = "with optional non-uniform refinement."
# []
[]
[]

0 comments on commit cbb6157

Please sign in to comment.