Skip to content

Commit d079b2e

Browse files
automatic iterative gap meshing
1 parent 1331f66 commit d079b2e

File tree

5 files changed

+1185
-28
lines changed

5 files changed

+1185
-28
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- Validation check for unit error in grid spacing.
1515
- Validation that when symmetry is imposed along a given axis, the boundary conditions on each side of the axis are identical.
1616
- Fields `convex_resolution`, `concave_resolution`, and `mixed_resolution` in `CornerFinderSpec` can be used to take into account the dimensions of autodetected convex, concave, or mixed geometric features when `dl_min` is automatically inferred during automatic grid generation.
17+
- `LayerRefinementSpec` now supports automatic thin gap meshing through fields `gap_meshing_iters` and `dl_min_from_gap_width`.
1718

1819
### Changed
1920
- Supplying autograd-traced values to geometric fields (`center`, `size`) of simulations, monitors, and sources now logs a warning and falls back to the static value instead of erroring.

0 commit comments

Comments
 (0)