![]() |
Classes | |
class | FlowAnimation |
Variables | |
string | run_path = "../Example_NSM_dyn_ejecta_rosswog_hdf5" |
fig = plt.figure(figsize=(15, 8)) | |
anim = FlowAnimation(run_path, fig, flow_group='flows') | |
ani = anim.get_funcanimation(interval=10, frames=range(1, anim.n_timesteps)) | |
src_files.FlowAnimation.ani = anim.get_funcanimation(interval=10, frames=range(1, anim.n_timesteps)) |
Definition at line 1815 of file FlowAnimation.py.
src_files.FlowAnimation.anim = FlowAnimation(run_path, fig, flow_group='flows') |
Definition at line 1814 of file FlowAnimation.py.
src_files.FlowAnimation.fig = plt.figure(figsize=(15, 8)) |
Definition at line 1809 of file FlowAnimation.py.
string src_files.FlowAnimation.run_path = "../Example_NSM_dyn_ejecta_rosswog_hdf5" |
Definition at line 1808 of file FlowAnimation.py.