Skip to content

Commit

Permalink
Update failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
shikhar413 committed Feb 12, 2025
1 parent 3701321 commit 6dae246
Show file tree
Hide file tree
Showing 17 changed files with 2 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
Mesh/pattern/duct_block_ids=2000
Mesh/pattern/duct_block_names="duct_block"
Mesh/pattern/uniform_mesh_on_sides=true
Mesh/pattern/create_interface_boundaries=false
--mesh-only "patterned_sq_no_interface.e"'
requirement = 'The system shall stitch square meshes to form a large mesh with square boundary and without interface boundaries defined.'
recover = false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
Mesh/pattern/duct_block_ids=30
Mesh/pattern/duct_block_names="duct_block"
Mesh/pattern/uniform_mesh_on_sides=true
Mesh/pattern/create_interface_boundaries=false
--mesh-only "patterned_hex_no_interface.e"'
requirement ='The system shall stitch hexagon meshes to form a large mesh with hexagon boundary and without interface boundaries defined.'
recover = false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
background_intervals = 2
hexagon_size = ${fparse 40.0/sqrt(3.0)}
ring_offset = 0.6
azimuthal_interval_style = equal_length
assembly_orientation = pin_up
[]
[pattern]
Expand Down
3 changes: 0 additions & 3 deletions modules/thermal_hydraulics/test/tests/misc/mesh_only/test.i
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@

[hs1]
type = HeatStructurePlate
fp = eos
position = '0 0 0'
orientation = '1 0 0'
n_elems = 10
Expand All @@ -79,7 +78,6 @@

[hs2]
type = HeatStructurePlate
fp = eos
position = '0 0 0'
orientation = '0 1 0'
n_elems = 10
Expand All @@ -106,7 +104,6 @@

[hs3]
type = HeatStructurePlate
fp = eos
position = '0 0 0'
orientation = '0 0 1'
n_elems = 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
heights = '1 2 3'
num_layers = '1 2 3'
direction = '0 0 1'
bottom_sideset = '4'
top_sideset = '5'
subdomain_swaps = '0 1;
0 2;
0 3'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
dim = 2
nx = 2
ny = 2
parallel_type = replicated
[]

[./nodeset]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
dim = 2
nx = 2
ny = 2
parallel_type = replicated
[]

[./nodeset]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
[./fmg]
type = FileMeshGenerator
file = coh3D_3Blocks.e
parallel_type = replicated
[]

[./breakmesh]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
input = delete
# all qualify
combinatorial_geometry = 'z < 1e6'
# only the old top boundary meets this
include_external_sides_only = true
normal = '0 1 0'
new_sideset_name = top
[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
ny = 10
xmax = 1
ymax = 1
uniform_refine = 2
[]

[subdomains]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
[Mesh]
[Mesh]
[poly]
type = PolyLineMeshGenerator
points = '-1.0 0.0 0.0
1.0 1.0 1.0
1.0 2.0 3.0'
num_edges_between_points = 4
bcid0 = 123
bcid1 = 456
[]
[]
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
[external_only]
type = 'Exodiff'
input = 'external_only.i'
cli_args = 'Mesh/interface/external_only=true --mesh-only'
cli_args = '--mesh-only'
exodiff = 'external_only_in.e'
recover = false

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
dim = 2
nx = 10
ny = 10
parallel_type = replicated
[]

[./createNewSidesetOne]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
dim = 2
nx = 10
ny = 10
parallel_type = replicated
[]

[./createNewSidesetOne]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
clear_stitched_boundary_ids = true
stitch_boundaries_pairs = 'right left;
right left'
parallel_type = 'replicated'
merge_boundaries_with_same_name = false
[]
[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
clear_stitched_boundary_ids = true
stitch_boundaries_pairs = 'right left;
right left'
parallel_type = 'replicated'
[]
[]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
x_tiles = 2
y_tiles = 2
z_tiles = 2

# You can only run this test with ReplicatedMesh because the underlying
# algorithm, stitch_meshes(), only works with ReplicatedMesh.
parallel_type = replicated
[]
[]

Expand Down

0 comments on commit 6dae246

Please sign in to comment.