Skip to content

Commit 5a027bf

Browse files
authored
Merge pull request #31885 from GiudGiud/PR_distrib_MG
Restrict distributed rectilinear MG to the element types it actually supports
2 parents 7019931 + db0f1d5 commit 5a027bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

framework/src/meshgenerators/DistributedRectilinearMeshGenerator.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ DistributedRectilinearMeshGenerator::validParams()
8282
params.addParam<MooseEnum>(
8383
"partition", partition, "Which method (graph linear square) use to partition mesh");
8484

85-
MooseEnum elem_types(LIST_GEOM_ELEM); // no default
85+
MooseEnum elem_types("EDGE2 QUAD4 HEX8"); // no default
8686
params.addParam<MooseEnum>("elem_type",
8787
elem_types,
8888
"The type of element from libMesh to "

modules/doc/content/training/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
!style! halign=left
44
Upcoming MOOSE related training in chronological order:
55

6-
- MOOSE Framework Fundamentals (2026 January 6-7, Rensselaer Polytechnic Institute)
6+
- [MOOSE Framework Fundamentals](https://ncrcaims.inl.gov/Identity/Account/TrainingRegistration) (2026 January 6-7, Rensselaer Polytechnic Institute)
77

8-
- BISON Fuels Performance (2026 January 8-9, Rensselaer Polytechnic Institute)
8+
- [BISON Fuels Performance](https://ncrcaims.inl.gov/Identity/Account/TrainingRegistration) (2026 January 8-9, Rensselaer Polytechnic Institute)
99

1010
- MOOSE Modeling and Simulation User Training (2026 April 16th, Texas A&M)
1111

0 commit comments

Comments
 (0)