additional improvements for MaterialGrid #1512
Merged
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.
Additional improvements to
MaterialGrid
following @stevengj's two unresolved comments in #1508:design_parameters
toweights
U_SUM
toU_MEAN
Also includes more fixes and tweaks for the docstrings.
Additionally, this PR fixes a bug in
libpympb/mpb.h
related to the name of an imported header file that was discovered during the course of development:meep/libpympb/pympb.hpp
Line 8 in a079d9b
The preprocessor for GCC was loading
meepgeom.hpp
found in the system directory/usr/local/include/meep
rather than the file in the source tree (from themeep/src
subdirectory). As a result, this was causing an error duringmake
becausedesign_parameters
had been renamed toweights
inmeepgeom.cpp
but not inmeepgeom.hpp
. The fix involved changing this line to: