LICENSE
README.md
setup.py
src/linearwavetheory/__init__.py
src/linearwavetheory/_array_shape_preprocessing.py
src/linearwavetheory/_dispersion_ufuncs.py
src/linearwavetheory/_numba_settings.py
src/linearwavetheory/_parametricspectra.py
src/linearwavetheory/_utils.py
src/linearwavetheory/dispersion.py
src/linearwavetheory/settings.py
src/linearwavetheory.egg-info/PKG-INFO
src/linearwavetheory.egg-info/SOURCES.txt
src/linearwavetheory.egg-info/dependency_links.txt
src/linearwavetheory.egg-info/requires.txt
src/linearwavetheory.egg-info/top_level.txt
src/linearwavetheory/stokes_theory/__init__.py
src/linearwavetheory/stokes_theory/_estimate_primary_spectra.py
src/linearwavetheory/stokes_theory/_higher_order_spectra.py
src/linearwavetheory/stokes_theory/_lagrangian_displacements.py
src/linearwavetheory/stokes_theory/_nonlinear_dispersion.py
src/linearwavetheory/stokes_theory/_second_order_coeficients.py
src/linearwavetheory/stokes_theory/_third_order_coeficients.py
src/linearwavetheory/stokes_theory/_third_order_statistics.py
src/linearwavetheory/stokes_theory/_timeseries.py
src/linearwavetheory/stokes_theory/regular_waves/__init__.py
src/linearwavetheory/stokes_theory/regular_waves/eularian_velocity_amplitudes.py
src/linearwavetheory/stokes_theory/regular_waves/eulerian_elevation_amplitudes.py
src/linearwavetheory/stokes_theory/regular_waves/lagrangian_displacement_amplitudes.py
src/linearwavetheory/stokes_theory/regular_waves/main.py
src/linearwavetheory/stokes_theory/regular_waves/mean_properties.py
src/linearwavetheory/stokes_theory/regular_waves/nonlinear_dispersion.py
src/linearwavetheory/stokes_theory/regular_waves/phase.py
src/linearwavetheory/stokes_theory/regular_waves/settings.py
src/linearwavetheory/stokes_theory/regular_waves/utils.py
src/linearwavetheory/stokes_theory/regular_waves/vertical_eigen_functions.py
tests/test_lineardispersion.py
tests/test_tools.py