-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28545 from miaoyinb/QuadraticSplit
Enable quadratic elements in AzimuthalBlockSplitGenerator
- Loading branch information
Showing
6 changed files
with
219 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 changes: 39 additions & 0 deletions
39
modules/reactor/test/tests/meshgenerators/azimuthal_block_split_generator/err_mixed_order.i
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
[Mesh] | ||
# The element order check is after the replicated mesh check | ||
# So we enforce the replicated mesh here | ||
parallel_type = REPLICATED | ||
[gmg1] | ||
type = GeneratedMeshGenerator | ||
dim = 2 | ||
elem_type = QUAD4 | ||
subdomain_ids = 1 | ||
[] | ||
[gmg2] | ||
type = GeneratedMeshGenerator | ||
dim = 2 | ||
xmin = 2 | ||
xmax = 3 | ||
elem_type = QUAD8 | ||
subdomain_ids = 2 | ||
[] | ||
[cmbn] | ||
type = CombinerGenerator | ||
inputs = 'gmg1 gmg2' | ||
[] | ||
[metadata] | ||
type = AddMetaDataGenerator | ||
input = cmbn | ||
uint_vector_metadata_names = 'num_sectors_per_side_meta' | ||
uint_vector_metadata_values = '2 2 2 2' | ||
[] | ||
[cd_azi_define] | ||
type = AzimuthalBlockSplitGenerator | ||
input = metadata | ||
start_angle = 280 | ||
angle_range = 100 | ||
old_blocks = '10 15 20' | ||
new_block_ids = '100 150 200' | ||
new_block_names = 'center_tri_new center_new cd_ring_new' | ||
preserve_volumes = true | ||
[] | ||
[] |
Binary file added
BIN
+20.1 KB
...ts/meshgenerators/azimuthal_block_split_generator/gold/azi_block_id_mod_id_in_quadratic.e
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters