Skip to content

Commit

Permalink
Add test input file for the warning. (idaholab#28049)
Browse files Browse the repository at this point in the history
  • Loading branch information
grmnptr committed Jul 16, 2024
1 parent 64b710f commit 0f4ff5c
Showing 1 changed file with 32 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[Mesh]
[fmg_left]
type = FileMeshGenerator
file = left.e
[]

[fmg_center]
type = FileMeshGenerator
file = center.e
[]

[rename_center]
type = RenameBoundaryGenerator
input = fmg_center
old_boundary = 'right'
new_boundary = 'bazinga'
[]

[smg]
type = StitchedMeshGenerator
inputs = 'fmg_left rename_center'
clear_stitched_boundary_ids = true
stitch_boundaries_pairs = 'right left;'
parallel_type = 'replicated'
prevent_boundary_ids_overlap = false
merge_boundaries_with_same_name = false
[]
[]

[Outputs]
exodus = true
[]

0 comments on commit 0f4ff5c

Please sign in to comment.