forked from NanoComp/meep
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix performance issues in ModeSolver.find_k (NanoComp#644)
* Reuse fields if able * Allow reusing ModeSolver objects * Don't prematurely evaluate rootfun * Add property accessor for ModeSolver's C++ mode_solver * Fix resolution and lattice accessors * Adjust grid_size when resolution or geometry_lattice are changed
- Loading branch information
1 parent
cf17fae
commit caef3c5
Showing
5 changed files
with
366 additions
and
108 deletions.
There are no files selected for viewing
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
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
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
Oops, something went wrong.