-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
C: MeshingMeshGenerator system, mesh loadingMeshGenerator system, mesh loadingT: taskAn enhancement to the software.An enhancement to the software.
Description
Motivation
When 'flooding' elements (see the new SurfaceMeshGeneratorBase flood operation introduced in #32390), it's quite natural to use subdomains to limit the extent of the flooding operations.
But right now we essentially mostly have an "analytic" / parsed expression way of setting subdomain IDs.
It would be better to have more options such as:
- do a first round of 'flooding' to assign subdomain IDs
- use the partitioner to assign subdomain IDs
- ...
if any other technique comes to mind? Please let us know here
Design
Add a SubdomainsFromPartitionerGenerator
Add a flooding MG that can assign subdomains
Impact
More flexibility in mesh generation
Support ongoing research projects
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C: MeshingMeshGenerator system, mesh loadingMeshGenerator system, mesh loadingT: taskAn enhancement to the software.An enhancement to the software.