Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions framework/src/meshgenerators/AdvancedExtruderGenerator.C
Original file line number Diff line number Diff line change
Expand Up @@ -491,10 +491,12 @@ AdvancedExtruderGenerator::generate()
boundary_info.add_node(new_node, ids_to_copy);
else
for (const auto & id_to_copy : ids_to_copy)
{
boundary_info.add_node(new_node,
_boundary_swap_pairs[e].count(id_to_copy)
? _boundary_swap_pairs[e][id_to_copy]
: id_to_copy);
}

old_distance = current_distance;
current_node_layer++;
Expand Down
Binary file modified test/tests/mesh/named_entities/named_entities.e
Binary file not shown.
20 changes: 10 additions & 10 deletions test/tests/mesh/named_entities/named_entities.xda
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ left_side top_right right_side
23 5 3
2 # nodeset id to name map
2 # vector length
1 2
1 3
2 # vector length
left_nodes right_nodes
18 # number of nodesets
Expand All @@ -139,12 +139,12 @@ left_nodes right_nodes
12 1
13 1
16 1
54 2
55 2
56 2
57 2
58 2
59 2
60 2
61 2
62 2
54 3
55 3
56 3
57 3
58 3
59 3
60 3
61 3
62 3
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
requirement = 'The system shall be able to retain and swap boundary ids during extrusion.'
design = 'AdvancedExtruderGenerator.md'
issues = '#21852'
skip = 'Pending libmesh PR #4121 being merged'
[]
[helicoidal]
type = Exodiff
Expand Down