-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.7 branch #1492
Merged
2.7 branch #1492
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mode solver setup with PEC subpixel Update docs for pec conformal mesh
… simulation - added lumped ports to component modeler - added automatic mesh refinement option to lumped ports; tested on 2D materials - added lumped resistor functionality to frontend with plotting; tested - added lumped resistors to backend - fix solver version bug for batches - allow picking solver version in component modeler - adding lumped resistors as 2d materials - mesh override above and below lumped ports - modified init to include all components for ports - make source confinement to bounds optional - 2d materials modified how homogeneity of above and below media is detected - added frontend tests - fix estimate cost bug when solver version is provided in jobs or batches - fix an issue related to early exit in volumetric grid checks - fixed frontend tests, added plot_eps, forced lumped ports to snap to the grid in order to track position of the lumped resistor - reorganization of smatrix modules - added tests and exposed a method for automatically generating MeshOverrides for a simulation - update docstrings and comments, modify validator - moving methods into lumpedports - remove refine_mesh member, num_grid_cells controls all auto mesh refinement
Signed-off-by: Lucas Heitzmann Gabrielli <[email protected]>
- Removing 2D fail check in test_heat.py, since this case is now handled, and adding check for 2D sim. - Modified zero-size validator in tidy3d/components/heat/simulation.py to allow for 2D simulations
added grid size check to TerminalComponentModeler and improved test coverage of smatrix plugin
…rent/impedance reused path integrals in smatrix plugin
Signed-off-by: Lucas Heitzmann Gabrielli <[email protected]>
Signed-off-by: Lucas Heitzmann Gabrielli <[email protected]>
Signed-off-by: Lucas Heitzmann Gabrielli <[email protected]>
* Fix missing check in validator * Avoid instance validators for unions * Remove `isinstance` checks for MediumType Signed-off-by: Lucas Heitzmann Gabrielli <[email protected]> Co-authored-by: daquinteroflex <[email protected]>
extending impedance calculator for custom paths and fixing one bug modified convention for vertices in custom path integral
…ods for different materials Validate dielectric subpixel in adjoint plugin Enable VolumetricAveraging to automatically switch to Staircasing if the field is substantially normal to the interface
…s well as tests for utilities
Update material library doc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.