LICENSE
README.md
setup.cfg
setup.py
examples/__init__.py
examples/spectrum.py
examples/vis.py
examples/wind.py
sphaera/__init__.py
sphaera.egg-info/PKG-INFO
sphaera.egg-info/SOURCES.txt
sphaera.egg-info/dependency_links.txt
sphaera.egg-info/requires.txt
sphaera.egg-info/top_level.txt
sphaera/core3d/__init__.py
sphaera/core3d/element.py
sphaera/core3d/ops.py
sphaera/core3d/vec3.py
sphaera/core3d/basis/__init__.py
sphaera/core3d/basis/lng_lat_alt.py
sphaera/core3d/basis/theta_phi_r.py
sphaera/core3d/basis/x_y_z.py
sphaera/core3d/diffr/__init__.py
sphaera/core3d/diffr/regular3.py
sphaera/core3d/frame/__init__.py
sphaera/core3d/frame/thetaphir.py
sphaera/core3d/frame/xyz.py
sphaera/core3d/gridsys/__init__.py
sphaera/core3d/gridsys/regular3.py
sphaera/diffeq/__init__.py
sphaera/diffeq/_impl/__init__.py
sphaera/diffeq/_impl/adams.py
sphaera/diffeq/_impl/adjoint.py
sphaera/diffeq/_impl/dopri5.py
sphaera/diffeq/_impl/fixed_adams.py
sphaera/diffeq/_impl/fixed_grid.py
sphaera/diffeq/_impl/interp.py
sphaera/diffeq/_impl/misc.py
sphaera/diffeq/_impl/odeint.py
sphaera/diffeq/_impl/rk_common.py
sphaera/diffeq/_impl/solvers.py
sphaera/diffeq/_impl/tsit5.py
sphaera/plot/__init__.py
sphaera/plot/plot3d.py
tests/test_base.py
tests/test_diff3d.py
tests/test_frame3d.py
tests/test_ops3d_phithetar.py
tests/test_ops3d_xyz.py
tests/test_v3.py