removing objects doesn't reset grid permittivity
See original GitHub issueVery cool project! I look forward to seeing where it goes.
Small observation here, after playing around a little bit:
When you add an object, and then later remove it, you end up with a section of the grid with altered permittivity, but without an object present in the visualization. Lacking a grid.remove_object()
method, I naively just popped the object from grid.objects
… and used grid.reset()
. but obviously, that doesn’t undo the changes to the grid that occurred when the object was registered.
I’d definitely understand if support for removing items (rather than just re-instantiating a new grid) was low priority for now, but just figured I’d mention it. thanks again!
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (6 by maintainers)
Top Results From Across the Web
Overlapping Source inside Object · Issue #22 · flaport/fdtd
This causes some problems and ideally a better solution should be found (see removing objects doesn't reset grid permittivity #4 and new grid...
Read more >When using external grid filtering, how do I hide the `Clear ...
I've tried using uiGridGridMenuService. removeFromGridMenu(grid, id) to unregister the menu option, but this won't work when the grid is first ...
Read more >pgfplots: How to selectively remove major grid lines at ...
Following this answer, I tried to remove the grid lines at xmin and xmax , but it fails. What is missing here?
Read more >Chem3D 17.0 User Guide
Chem3D ignores objects, such as arrows, orbitals, and curves copied to the clipboard. ... The constraint doesn't remove the atoms from a computation....
Read more >Chapter 4. Layout Configuration
These round-off related problems are usually associated with non-orthogonal geometry. For example, in the following figure, if the grid dots represent the ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@Kiranalu There’s an even easier method; use the pyEVTK library and Paraview!
Paraview makes very pretty videos.
@Kiranalu I don’t know how the OP did it, but something like this might work (untested):
and then use something like ffmpeg to make the .png images into a movie.
Matplotlib also has an animation module that might be easier, but I haven’t tried it.
Good luck!