Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plotting and animation #872

Merged
merged 31 commits into from
Jun 5, 2019
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
351544d
first stab at unified plotting and video
smartalecH May 13, 2019
da8ee1c
minor fix to pml boundaries
smartalecH May 13, 2019
2685bc4
incomplete changes
smartalecH May 15, 2019
8223c3f
begin support for arbitrary planes
smartalecH May 16, 2019
68b178a
merging
smartalecH May 16, 2019
a4643f6
consolidate bug fixes
smartalecH May 16, 2019
d346f01
debugging
smartalecH May 17, 2019
e102e62
small bugs
smartalecH May 17, 2019
04e6776
bug fixes
smartalecH May 18, 2019
e816cf5
fixed bugs with slicing, added animation run time object
smartalecH May 20, 2019
053c7f2
use mixins
smartalecH May 20, 2019
0aad0c7
retrofit straight waveguide tutorial with animations
smartalecH May 20, 2019
d703c79
fix naming error
smartalecH May 21, 2019
c5e0ccf
refactor visualization as standalone component
smartalecH May 21, 2019
2116ac1
Cleanup and examples
smartalecH May 21, 2019
cc60528
check for library imports
smartalecH May 21, 2019
f630aa6
attempt to fix import error python2
smartalecH May 21, 2019
8d3ec17
Add tutorials
smartalecH May 21, 2019
5d5af2a
update straight example
smartalecH May 21, 2019
884c58f
more cleanup
smartalecH May 21, 2019
78c80cd
refactor run function and visualization base
smartalecH May 28, 2019
97a5c5c
update docs, tutorials, tests, and customization
smartalecH May 30, 2019
0fb7f51
add test file
smartalecH May 30, 2019
17d11a0
fix matplotlib issues in test
smartalecH May 31, 2019
a2bd4c7
remove mp4 and gif on make clean
smartalecH May 31, 2019
beb9eb5
fix tabs
smartalecH May 31, 2019
5465865
fixed deadlocking
smartalecH May 31, 2019
d17e960
fix test for mpi
smartalecH May 31, 2019
36ef7d2
visualization movie bug with ffmpeg
smartalecH Jun 4, 2019
d72fdda
remove hashing
smartalecH Jun 4, 2019
3936d77
fix jshtml with python2
smartalecH Jun 4, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions python/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ HL_IFACE = \
$(srcdir)/geom.py \
$(srcdir)/simulation.py \
$(srcdir)/source.py \
$(srcdir)/visualization.py \
$(srcdir)/materials.py

pkgpython_PYTHON = __init__.py $(HL_IFACE)
Expand Down
Loading