Skip to content

Commit

Permalink
Add testing for no-merge feature
Browse files Browse the repository at this point in the history
  • Loading branch information
GiudGiud committed May 23, 2024
1 parent 00ce18a commit fe8d30d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
26 changes: 24 additions & 2 deletions test/tests/meshgenerators/combiner_generator/tests
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,29 @@
cli_args = '--mesh-only'
recover = false

detail = 'while keeping name(s) of sidesets intact.'
detail = 'while keeping name(s) of sidesets intact, and'
[]

[no_merge_subdomains]
type = 'Exodiff'
input = 'combiner_merge_names.i'
cli_args = 'Mesh/Combine/avoid_merging_subdomains=true --mesh-only no_merge_blocks.e'
exodiff = 'no_merge_blocks.e'
recover = false
exodiff_opts = '-pedantic'

detail = 'not merging subdomains, and'
[]

[no_merge_boundaries]
type = 'Exodiff'
input = 'combiner_merge_names.i'
cli_args = 'Mesh/Top_Block/boundary_id_offset=0 Mesh/Combine/avoid_merging_boundaries=true --mesh-only no_merge_boundaries.e'
exodiff = 'no_merge_boundaries.e'
recover = false
exodiff_opts = '-pedantic'

detail = 'not merging boundaries.'
[]
[]

Expand Down Expand Up @@ -100,4 +122,4 @@
detail = 'the number of meshes and the number of positions in the file is mismatched.'
[]
[]
[]
[]

0 comments on commit fe8d30d

Please sign in to comment.