You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the load_minus_flux_data trick for the reflection monitor.
an eigenmode monitor.
I was able to successfully record the flux data for reflection correction, but when I call load_minus_flux_data to load the fields, the kernel crashes which is usually due to a runtime error in the C++ code. I have been able to use eigenmode monitors with dispersive materials without using load_minus_flux_data which is why I was hoping it would work.
Would using load_minus_flux_data with dispersive materials and mode monitors break meep with the current implementation, or should I be looking for an answer somewhere else in my code?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm running simulations with
load_minus_flux_data
trick for the reflection monitor.I was able to successfully record the flux data for reflection correction, but when I call
load_minus_flux_data
to load the fields, the kernel crashes which is usually due to a runtime error in the C++ code. I have been able to use eigenmode monitors with dispersive materials without usingload_minus_flux_data
which is why I was hoping it would work.Would using
load_minus_flux_data
with dispersive materials and mode monitors break meep with the current implementation, or should I be looking for an answer somewhere else in my code?Beta Was this translation helpful? Give feedback.
All reactions