-
### Motivation
In an attempt to create a system that can create a Constructive Solid Geometry (CSG)-based mesh output, a number of changes are proposed to the existing mesh generator system.. The fol…
-
Hi,
We have several questions on the code structuring and function functionality inconsistencies:
---
## Pattern-based methods
### General/Noise Generation
### 1.
In some environment …
-
### Describe new/missing feature
Currently, you cannot pass the coordinate element to the built-in mesh generators e.g. `create_box` or `create_rectangle` etc.
This would be helpful when using ten…
-
## Reason
Need it to run BEAVRS, mesh is humongous
## Design
Just a boolean in mesh block
## Impact
Every little thing helps achieve the larger goal of full core multiphysics high fidelity si…
-
- [x] Cube
- [ ] Sphere (given some kind of resolution)
- [ ] Cylinder (given number of "sides")
- [ ] Cone (given number of "sides")
-
**Describe the issue**
Currently, the mesh generation tools depend on business domain, for example by looping over the constitutive relations of the sub regions when importing the fields. Fixing th…
-
## Bug Description
If we add a wrong parameter (non-required) in a mesh generator, the code will run fine in `--mesh-only` mode although it should produce a warning or error.
## Steps to Reproduce…
-
## Reason
Monte Carlo codes in reactor analysis takes a geometry description and generates tallies for multigroup cross sections based on a set of tally descriptions. Reactor mesh generators can gene…
-
## Reason
Parameters like `second_order`, `uniform_refine`, etc. can be used by all mesh generators.
## Design
If we move them into `MeshGenerator`, we can let the base class to do some change on…
-
## Reason
Currently, if you query for mesh metadata outside of restart/recover/checkpoint, you have all of the data available. This is because it is declared by the mesh generators that generate it i…