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.
Verbosity improvements (NanoComp#1388)
* Add ability to access verbosity values by name (as a property), moved test code to a unittest module. * Add RAII class to temporarily set mpb_verbosity to meep's verbosity-1 * Make MPB's version available from Python * Use adjust_mpb_verbosity in mpb.cpp and pympb.cpp at strategic points * Update comments and some cleanup * Remove some debug printf's * Switch most mpb_verbosity checks to be >=1 * Switch verbosity checks in Python code to verbosity.meep or verbosity.mpb * Revert use of adjust_mpb_verbosity in pympb, add a couple more in mpb * adjust_verbosity.h does not need to be #included here any longer
- Loading branch information
Showing
11 changed files
with
253 additions
and
126 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.