Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
"feat(improved support for insetting with rotated grids):
* add support for generating grids with a specified rotation around features of interest * add support for rotated LGR models (LGR parent and inset with same rotation) * generalize logic of snapping inset grids to parent grids to ensure that the inset grid is symmetrical about nearfield features of interest when it is created from those (using a buffer; instead of by specifying offset and nrow, ncol) * fix(grid.py::setup_structured_grid): some issues with delr/delc input, esp. when model.setup_grid is called more than once. * refactor(grid.py::setup_structured_grid): kruft removal * improved testing and error checking for various rotated grid cases: * inset and TMR parent with same rotation * inset rotated relative to TMR parent * LGR inset rotated relative to LGR parent (not allowed; raise error)
- Loading branch information