TidalPy 0.6.6__tar.gz → 0.6.8__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {tidalpy-0.6.6/TidalPy.egg-info → tidalpy-0.6.8}/PKG-INFO +2 -2
- {tidalpy-0.6.6 → tidalpy-0.6.8}/README.md +1 -1
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetY_MultiLayer/Test_Numerical_Int/test_m1_multilayer_modes.py +5 -3
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/modes/multilayer_modes.py +65 -25
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/graphics/global_map.py +4 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8/TidalPy.egg-info}/PKG-INFO +2 -2
- {tidalpy-0.6.6 → tidalpy-0.6.8}/pyproject.toml +1 -1
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Benchmarks & Performance/Performance/performance suite/multilayer_radial_solver.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Benchmarks & Performance/Performance/performance suite/multimode_solver.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Benchmarks & Performance/Performance/performance suite/performance_base.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Benchmarks & Performance/Performance/performance suite/performance_build_world.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Benchmarks & Performance/Performance/performance suite/performance_complex_compliance_func.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Benchmarks & Performance/Performance/performance suite/performance_eccentricity_func.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Benchmarks & Performance/Performance/performance suite/performance_quick_calcs.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Benchmarks & Performance/Performance/performance suite/performance_tides.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Benchmarks & Performance/Performance/performance suite/run_suite.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/LICENSE.md +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/MANIFEST.in +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Functions/test_rheology.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Math/test_utilities_complex.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Math/test_utilities_numerics.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Math/test_utilities_special.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetA_Package/test_a_version.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetA_Package/test_io.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetA_Package/test_tidalpy_config.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetB_Package/test_b_utilities_functools.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetB_Package/test_b_utilities_numpy.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetB_Package/test_c_tools_conversions.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetB_Package/test_c_tools_timing.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetB_Package/test_d_basic_classes.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetB_Package/test_g_math_special_funcs.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetB_Package/test_h_voxel_volume.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetB_Package/test_i_spherical_mass.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetE_Functional/test_a_performance_funcs.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetF_Functional/Test_Dynamics/test_dual_dissipation.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetF_Functional/Test_Dynamics/test_single_dissipation.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetF_Functional/Test_Rheology/test_compliance_funcs.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetF_Functional/Test_Rheology/test_partialmelt_funcs.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetF_Functional/Test_Tides/test_a_orbital_funcs.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetF_Functional/Test_Tides/test_b_dissipation.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetF_Functional/Test_Tides/test_c_mode_manipulation.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetH_QuickCalc/test_a_quick_dissipation_calc_single_body.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetH_QuickCalc/test_b_quick_dissipation_calc_dual_body.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetK_PlanetBuild/test_a_build_star.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetK_PlanetBuild/test_b_build_layered.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetK_PlanetBuild/test_d_build_burnman_planet.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetL_Orbit/Test_OrbitClass/test_a_orbit_construct.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetL_Orbit/Test_OrbitClass/test_b_orbit_basic_manipulation.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetL_Orbit/test_orbit_averaging.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetO_OOP_Calcs/test_oop_rheology.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetO_OOP_Calcs/test_radiogenic.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetS_Tides/Test_Collapse_Modes/test_collapse_mode_freqs.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetS_Tides/Test_Heating/test_heating.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetS_Tides/Test_Unique_Modes/test_unique_freqs.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetW_OOP_OrbitTides/test_a_physics_orbit_global_tides.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetW_OOP_OrbitTides/test_b_physics_orbit_layered_tides.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetW_OOP_OrbitTides/test_c_physics_orbit_dual_body_tides.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetX_Potential/test_a_potential.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetX_Potential/test_b_mode_potential.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetY_MultiLayer/Test_Matrix/test_e_strain.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetZA_Multiprocessing/test_multiprocessing.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Package/test_configs.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_RadialSolver/Test_PropMatrix/test_a_solid_matrix.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_RadialSolver/Test_PropMatrix/test_b_radial_solver_matrix.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_RadialSolver/test_a_boundary_conditions.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_RadialSolver/test_a_helpers.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_RadialSolver/test_a_interfaces.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_RadialSolver/test_a_starting_condtions.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_RadialSolver/test_b_radial_solver_1layer.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_RadialSolver/test_d_alma_compare.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_RadialSolver/test_e_radial_solver_3layer.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_RadialSolver/test_f_radial_solver_errors.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Tides/test_d_radial_sensativity.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Utilities/Test_Dimensions/test_nondimensional.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Utilities/Test_Exoplanets/test_exoplanet_download.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/Extending/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/Extending/burnman/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/Extending/burnman/build.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/Extending/burnman/burnman_defaultc.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/Extending/burnman/burnman_layer.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/Extending/burnman/burnman_world.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/Extending/burnman/conversion.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/Extending/burnman/defaults.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/Extending/burnman/material/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/Extending/burnman/material/custom/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/Extending/burnman/material/custom/constant.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/Extending/burnman/material/custom/ice.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/Extending/burnman/material/custom/pyrite.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/Extending/burnman/material/helper.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/Extending/burnman/package.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/Material/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/Material/eos/__init__.pxd +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/Material/eos/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/Material/eos/eos_solution.pxd +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/Material/eos/eos_solution.pyx +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/Material/eos/eos_solution_.cpp +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/Material/eos/eos_solution_.hpp +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/Material/eos/methods/__init__.pxd +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/Material/eos/methods/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/Material/eos/methods/interpolate.pxd +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/Material/eos/methods/interpolate.pyx +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/Material/eos/ode.pxd +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/Material/eos/ode.pyx +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/Material/eos/solver.pxd +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/Material/eos/solver.pyx +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/RadialSolver/__init__.pxd +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/RadialSolver/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/RadialSolver/boundaries/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/RadialSolver/boundaries/boundaries.pxd +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/RadialSolver/boundaries/boundaries.pyx +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/RadialSolver/boundaries/surface_bc.pxd +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/RadialSolver/boundaries/surface_bc.pyx +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/RadialSolver/collapse/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/RadialSolver/collapse/collapse.pxd +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/RadialSolver/collapse/collapse.pyx +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/RadialSolver/constants.pxd +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/RadialSolver/constants.pyx +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/RadialSolver/derivatives/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/RadialSolver/derivatives/odes.pxd +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/RadialSolver/derivatives/odes.pyx +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/RadialSolver/helpers.pyx +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/RadialSolver/interfaces/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/RadialSolver/interfaces/interfaces.pxd +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/RadialSolver/interfaces/interfaces.pyx +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/RadialSolver/interfaces/reversed.pxd +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/RadialSolver/interfaces/reversed.pyx +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/RadialSolver/love.pxd +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/RadialSolver/love.pyx +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/RadialSolver/love_.cpp +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/RadialSolver/love_.hpp +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/RadialSolver/matrix.pxd +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/RadialSolver/matrix.pyx +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/RadialSolver/matrix_types/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/RadialSolver/matrix_types/solid_matrix.pxd +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/RadialSolver/matrix_types/solid_matrix.pyx +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/RadialSolver/rs_solution.pxd +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/RadialSolver/rs_solution.pyx +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/RadialSolver/rs_solution_.cpp +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/RadialSolver/rs_solution_.hpp +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/RadialSolver/shooting.pxd +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/RadialSolver/shooting.pyx +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/RadialSolver/solver.pxd +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/RadialSolver/solver.pyx +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/RadialSolver/starting/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/RadialSolver/starting/common.pxd +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/RadialSolver/starting/common.pyx +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/RadialSolver/starting/driver.pxd +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/RadialSolver/starting/driver.pyx +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/RadialSolver/starting/kamata.pxd +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/RadialSolver/starting/kamata.pyx +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/RadialSolver/starting/saito.pxd +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/RadialSolver/starting/saito.pyx +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/RadialSolver/starting/takeuchi.pxd +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/RadialSolver/starting/takeuchi.pyx +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/WorldPack/WorldPack.zip +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/cache.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/configurations.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/constants.pxd +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/constants.pyx +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/cooling/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/cooling/cooling.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/cooling/cooling_models.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/defaultc.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/dynamics/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/dynamics/dual_dissipation.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/dynamics/single_dissipation.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/exceptions.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/initialize.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/logger.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/numba_scipy/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/numba_scipy/special/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/numba_scipy/special/overloads.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/numba_scipy/special/signatures.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/orbit/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/orbit/averaging.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/output.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/paths.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/radiogenics/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/radiogenics/radiogenic_models.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/radiogenics/radiogenics.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/rheology/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/rheology/base.pxd +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/rheology/base.pyx +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/rheology/complex_compliance/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/rheology/complex_compliance/complex_compliance.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/rheology/complex_compliance/compliance_models.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/rheology/models.pxd +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/rheology/models.pyx +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/rheology/partial_melt/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/rheology/partial_melt/melting_models.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/rheology/partial_melt/partialmelt.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/rheology/rheology.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/rheology/viscosity/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/rheology/viscosity/viscosity.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/rheology/viscosity/viscosity_models.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/stellar/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/stellar/habitability.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/stellar/insolation.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/stellar/stellar.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/structures/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/structures/helpers/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/structures/helpers/orbit_config.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/structures/layers/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/structures/layers/basic.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/structures/layers/gas.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/structures/layers/helper.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/structures/layers/physics.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/structures/orbit/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/structures/orbit/base.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/structures/orbit/physics.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/structures/physical.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/structures/world_builder/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/structures/world_builder/config_handler.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/structures/world_builder/iterative_builder.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/structures/world_builder/world_builder.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/structures/world_types/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/structures/world_types/basic.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/structures/world_types/gas.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/structures/world_types/layered.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/structures/world_types/stellar.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/structures/world_types/tidal.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/ctl_funcs/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/ctl_funcs/ctl_funcs.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/dissipation.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/eccentricity_funcs/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/eccentricity_funcs/orderl2.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/eccentricity_funcs/orderl3.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/eccentricity_funcs/orderl4.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/eccentricity_funcs/orderl5.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/eccentricity_funcs/orderl6.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/eccentricity_funcs/orderl7.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/heating.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/inclination_funcs/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/inclination_funcs/orderl2.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/inclination_funcs/orderl3.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/inclination_funcs/orderl4.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/inclination_funcs/orderl5.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/inclination_funcs/orderl6.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/inclination_funcs/orderl7.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/love1d.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/methods/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/methods/base.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/methods/global_approx.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/methods/layered.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/modes/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/modes/collapse_modes.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/modes/mode_calc_helper/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl2.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl3.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl4.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl5.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl6.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl7.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl2.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl3.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl4.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl5.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl6.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl7.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/modes/mode_manipulation.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/modes/modes.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/multilayer/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/multilayer/displacements.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/multilayer/heating.pxd +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/multilayer/heating.pyx +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/multilayer/sensitivity.pxd +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/multilayer/sensitivity.pyx +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/multilayer/stress_strain.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/potential/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/potential/nsr_med_eccen_gen_obliquity.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/potential/nsr_med_eccen_med_obliquity.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/potential/nsr_med_eccen_no_obliquity.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/potential/nsr_modes_low_eccen_gen_obliquity.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/potential/nsr_modes_med_eccen_gen_obliquity.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/potential/nsr_modes_med_eccen_med_obliquity.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/potential/nsr_modes_med_eccen_no_obliquity.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/potential/synchronous_low_e.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/tides/universal_coeffs.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/toolbox/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/toolbox/quick_tides.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/arrays/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/arrays/interp.pxd +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/arrays/interp.pyx +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/arrays/interp_.cpp +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/arrays/interp_.hpp +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/classes/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/classes/base.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/classes/base_x.pxd +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/classes/base_x.pyx +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/classes/config/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/classes/config/config.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/classes/model/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/classes/model/functional_utils.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/classes/model/model.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/classes/model/model_utils.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/conversions/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/conversions/conversions.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/conversions/conversions_x.pxd +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/conversions/conversions_x.pyx +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/conversions/timing.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/dictionary_utils.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/dimensions/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/dimensions/nondimensional.pxd +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/dimensions/nondimensional.pyx +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/dimensions/nondimensional_.hpp +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/exoplanets/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/exoplanets/data_download.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/graphics/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/graphics/grid_plot.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/graphics/multilayer/RN08-Data.csv +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/graphics/multilayer/T05-Data.csv +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/graphics/multilayer/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/graphics/multilayer/yplot.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/graphics/phasespace_plot.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/graphics/planet_plot.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/integration/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/integration/cyrk_helper.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/integration/julia_helper.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/integration/numbalsoda_helper.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/integration/scipy_helper.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/io/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/io/pathing.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/io/progress.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/math/__init__.pxd +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/math/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/math/complex.pxd +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/math/complex.pyx +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/math/numba_special.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/math/numerics.pxd +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/math/numerics.pyx +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/math/special.pxd +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/math/special.pyx +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/multiprocessing/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/multiprocessing/multiprocessing.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/numpy_helper/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/numpy_helper/array_other.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/numpy_helper/array_shape.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/performance/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/performance/memory.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/performance/numba.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/performance/special/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/performance/special/factorial.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/spherical_helper/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/spherical_helper/mass.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/spherical_helper/volume.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/string_helper/__init__.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/string_helper/string_helper.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/types.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/types_x.pxd +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy/utilities/types_x.pyx +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy.egg-info/SOURCES.txt +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy.egg-info/dependency_links.txt +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy.egg-info/entry_points.txt +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy.egg-info/requires.txt +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/TidalPy.egg-info/top_level.txt +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/_build_tidalpy.py +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/cython_extensions.json +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/setup.cfg +0 -0
- {tidalpy-0.6.6 → tidalpy-0.6.8}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: TidalPy
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.8
|
|
4
4
|
Summary: Tidal Dynamics and Thermal-Orbital Evolution Software Suite Implemented in Cython and Python
|
|
5
5
|
Author-email: "Joe P. Renaud" <TidalPy@gmail.com>
|
|
6
6
|
License-Expression: CC-BY-NC-SA-4.0
|
|
@@ -81,7 +81,7 @@ Dynamic: license-file
|
|
|
81
81
|
|
|
82
82
|
---
|
|
83
83
|
|
|
84
|
-
<a href="https://github.com/jrenaud90/TidalPy/releases"><img src="https://img.shields.io/badge/TidalPy-0.6.
|
|
84
|
+
<a href="https://github.com/jrenaud90/TidalPy/releases"><img src="https://img.shields.io/badge/TidalPy-0.6.8 Alpha-orange" alt="TidalPy Version 0.6.8 Alpha" /></a>
|
|
85
85
|
|
|
86
86
|
**Tidal Dynamics and Thermal-Orbital Evolution Software Suite Implemented in Cython and Python**
|
|
87
87
|
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
---
|
|
13
13
|
|
|
14
|
-
<a href="https://github.com/jrenaud90/TidalPy/releases"><img src="https://img.shields.io/badge/TidalPy-0.6.
|
|
14
|
+
<a href="https://github.com/jrenaud90/TidalPy/releases"><img src="https://img.shields.io/badge/TidalPy-0.6.8 Alpha-orange" alt="TidalPy Version 0.6.8 Alpha" /></a>
|
|
15
15
|
|
|
16
16
|
**Tidal Dynamics and Thermal-Orbital Evolution Software Suite Implemented in Cython and Python**
|
|
17
17
|
|
|
@@ -7,7 +7,7 @@ import TidalPy
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
from TidalPy.constants import G, mass_trap1
|
|
10
|
-
from TidalPy.rheology import Maxwell, Elastic
|
|
10
|
+
from TidalPy.rheology import Maxwell, Elastic, Newton
|
|
11
11
|
from TidalPy.tides.modes.multilayer_modes import collapse_multilayer_modes
|
|
12
12
|
from TidalPy.utilities.conversions import orbital_motion2semi_a
|
|
13
13
|
from TidalPy.utilities.spherical_helper.volume import calculate_voxel_volumes
|
|
@@ -68,8 +68,8 @@ input_kwargs = {
|
|
|
68
68
|
'shear_array' : shear_array,
|
|
69
69
|
'bulk_viscosity_array' : bulk_viscosity_array,
|
|
70
70
|
'shear_viscosity_array' : shear_viscosity_array,
|
|
71
|
-
'
|
|
72
|
-
'
|
|
71
|
+
'bulk_rheology_inst_bylayer' : tuple([bulk_rheology_inst]),
|
|
72
|
+
'shear_rheology_inst_bylayer': tuple([shear_rheology_inst]),
|
|
73
73
|
'upper_radius_bylayer_array' : np.asarray((R,), dtype=np.float64),
|
|
74
74
|
'density_array' : density_array,
|
|
75
75
|
'longitude_matrix' : longitude_matrix,
|
|
@@ -548,6 +548,8 @@ def test_collapse_multilayer_modes_liquid_solid():
|
|
|
548
548
|
input_kwargs_to_use['layer_types'] = ('liquid', 'solid')
|
|
549
549
|
input_kwargs_to_use['is_static_bylayer'] = (True, False)
|
|
550
550
|
input_kwargs_to_use['is_incompressible_bylayer'] = (True, False)
|
|
551
|
+
input_kwargs_to_use['bulk_rheology_inst_bylayer'] = (Elastic(), Elastic())
|
|
552
|
+
input_kwargs_to_use['shear_rheology_inst_bylayer'] = (Newton(), Maxwell())
|
|
551
553
|
input_kwargs_to_use['upper_radius_bylayer_array'] = np.asarray((r_core, planet_R), dtype=np.float64)
|
|
552
554
|
|
|
553
555
|
radius_array_to_use = np.concatenate((
|
|
@@ -38,8 +38,9 @@ def calculate_mode_response_coupled(
|
|
|
38
38
|
colatitude_domain: np.ndarray,
|
|
39
39
|
time_domain: np.ndarray,
|
|
40
40
|
tidal_potential_tuple: 'TidalPotentialOutput',
|
|
41
|
-
|
|
42
|
-
|
|
41
|
+
shear_rheology_inst_bylayer: Tuple['RheologyModelBase'],
|
|
42
|
+
bulk_rheology_inst_bylayer: Tuple['RheologyModelBase'],
|
|
43
|
+
layer_indices: Tuple[float],
|
|
43
44
|
layer_types: Tuple[str],
|
|
44
45
|
is_static_bylayer: Tuple[bool],
|
|
45
46
|
is_incompressible_bylayer: Tuple[bool],
|
|
@@ -99,30 +100,37 @@ def calculate_mode_response_coupled(
|
|
|
99
100
|
mode_skipped = True
|
|
100
101
|
|
|
101
102
|
else:
|
|
102
|
-
# Calculate Complex Shear Modulus at this mode's frequency
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
103
|
+
# Calculate Complex Shear and Bulk Modulus at this mode's frequency
|
|
104
|
+
complex_shears_at_mode_list = list()
|
|
105
|
+
complex_bulk_at_mode_list = list()
|
|
106
|
+
for layer_i, layer_index in enumerate(layer_indices):
|
|
107
|
+
shear_rheology_inst = shear_rheology_inst_bylayer[layer_i]
|
|
108
|
+
bulk_rheology_inst = bulk_rheology_inst_bylayer[layer_i]
|
|
109
|
+
|
|
110
|
+
complex_shears_at_mode_ = np.empty(radius_array[layer_index].size, dtype=np.complex128)
|
|
111
|
+
shear_rheology_inst.vectorize_modulus_viscosity(
|
|
112
|
+
mode_frequency,
|
|
113
|
+
shear_array[layer_index],
|
|
114
|
+
shear_viscosity_array[layer_index],
|
|
115
|
+
complex_shears_at_mode_)
|
|
116
|
+
complex_shears_at_mode_list.append(complex_shears_at_mode_)
|
|
117
|
+
|
|
118
|
+
complex_bulk_at_mode_ = np.empty(radius_array[layer_index].size, dtype=np.complex128)
|
|
119
|
+
bulk_rheology_inst.vectorize_modulus_viscosity(
|
|
120
|
+
mode_frequency,
|
|
121
|
+
bulk_array[layer_index],
|
|
122
|
+
bulk_viscosity_array[layer_index],
|
|
123
|
+
complex_bulk_at_mode_)
|
|
124
|
+
complex_bulk_at_mode_list.append(complex_bulk_at_mode_)
|
|
125
|
+
complex_shears_at_mode = np.concatenate(complex_shears_at_mode_list)
|
|
126
|
+
complex_bulk_at_mode = np.concatenate(complex_bulk_at_mode_list)
|
|
119
127
|
|
|
120
128
|
# Calculate the radial functions using a shooting integration method.
|
|
121
129
|
radial_solution_at_mode = \
|
|
122
130
|
radial_solver(
|
|
123
131
|
radius_array,
|
|
124
132
|
density_array,
|
|
125
|
-
|
|
133
|
+
complex_bulk_at_mode,
|
|
126
134
|
complex_shears_at_mode,
|
|
127
135
|
mode_frequency,
|
|
128
136
|
planet_bulk_density,
|
|
@@ -169,7 +177,7 @@ def calculate_mode_response_coupled(
|
|
|
169
177
|
strains_at_mode, stresses_at_mode = calculate_strain_stress(
|
|
170
178
|
*tidal_potential_tuple,
|
|
171
179
|
tidal_y_at_mode,
|
|
172
|
-
longitude_domain, colatitude_domain, time_domain, radius_array, complex_shears_at_mode,
|
|
180
|
+
longitude_domain, colatitude_domain, time_domain, radius_array, complex_shears_at_mode, complex_bulk_at_mode,
|
|
173
181
|
frequency=mode_frequency, degree_l=degree_l
|
|
174
182
|
)
|
|
175
183
|
|
|
@@ -189,8 +197,8 @@ def collapse_multilayer_modes(
|
|
|
189
197
|
shear_array: np.ndarray,
|
|
190
198
|
bulk_viscosity_array: np.ndarray,
|
|
191
199
|
shear_viscosity_array: np.ndarray,
|
|
192
|
-
|
|
193
|
-
|
|
200
|
+
shear_rheology_inst_bylayer: Tuple['RheologyModelBase'],
|
|
201
|
+
bulk_rheology_inst_bylayer: Tuple['RheologyModelBase'],
|
|
194
202
|
upper_radius_bylayer_array: np.ndarray,
|
|
195
203
|
longitude_matrix: np.ndarray,
|
|
196
204
|
colatitude_matrix: np.ndarray,
|
|
@@ -266,6 +274,19 @@ def collapse_multilayer_modes(
|
|
|
266
274
|
layer_types = tuple(layer_types)
|
|
267
275
|
is_static_bylayer = tuple(is_static_bylayer)
|
|
268
276
|
is_incompressible_bylayer = tuple(is_incompressible_bylayer)
|
|
277
|
+
num_layers = len(layer_types)
|
|
278
|
+
|
|
279
|
+
# Check radius array for issues
|
|
280
|
+
if radius_array[0] != 0.0:
|
|
281
|
+
raise AttributeError("ERROR: `collapse_multilayer_modes` - radius_array must start at 0.")
|
|
282
|
+
|
|
283
|
+
for layer_i in range(num_layers):
|
|
284
|
+
if layer_i != (num_layers - 1):
|
|
285
|
+
# Check that there are two interface values
|
|
286
|
+
upper_r = upper_radius_bylayer_array[layer_i]
|
|
287
|
+
locs = np.where(radius_array==upper_r)[0]
|
|
288
|
+
if len(locs) != 2:
|
|
289
|
+
raise AttributeError("ERROR: `collapse_multilayer_modes` - radius_array must have exactly 2 radius values for each inner interface.")
|
|
269
290
|
|
|
270
291
|
# The shear array may have zero values for liquid layers. This will cause an issue with complex compliance calc.
|
|
271
292
|
# make it small instead
|
|
@@ -299,6 +320,24 @@ def collapse_multilayer_modes(
|
|
|
299
320
|
'Multilayer tides (specifically the tidal potential) only works for '
|
|
300
321
|
'l=2 at the moment.'
|
|
301
322
|
)
|
|
323
|
+
|
|
324
|
+
# Find layer indices
|
|
325
|
+
layer_indices = list()
|
|
326
|
+
last_upper_r = 0.0
|
|
327
|
+
for layer_i in range(num_layers):
|
|
328
|
+
upper_r = upper_radius_bylayer_array[layer_i]
|
|
329
|
+
layer_index = np.logical_and(radius_array <= upper_r, radius_array >= last_upper_r)
|
|
330
|
+
# The above will over count at layer interfaces. Fix lower one:
|
|
331
|
+
if last_upper_r != 0.0:
|
|
332
|
+
loc = np.where(radius_array==last_upper_r)[0][0]
|
|
333
|
+
layer_index[loc] = False
|
|
334
|
+
# Fix upper one
|
|
335
|
+
if upper_r != radius_array[-1]:
|
|
336
|
+
loc = np.where(radius_array==upper_r)[0][1]
|
|
337
|
+
layer_index[loc] = False
|
|
338
|
+
layer_indices.append(layer_index)
|
|
339
|
+
last_upper_r = upper_r
|
|
340
|
+
layer_indices = tuple(layer_indices)
|
|
302
341
|
|
|
303
342
|
# Setup tidal potential functions
|
|
304
343
|
# Check if obliquity is being used.
|
|
@@ -394,8 +433,9 @@ def collapse_multilayer_modes(
|
|
|
394
433
|
colatitude_domain,
|
|
395
434
|
time_domain,
|
|
396
435
|
tidal_potential_tuple,
|
|
397
|
-
|
|
398
|
-
|
|
436
|
+
shear_rheology_inst_bylayer,
|
|
437
|
+
bulk_rheology_inst_bylayer,
|
|
438
|
+
layer_indices,
|
|
399
439
|
layer_types,
|
|
400
440
|
is_static_bylayer,
|
|
401
441
|
is_incompressible_bylayer,
|
|
@@ -279,6 +279,10 @@ def projection_map(
|
|
|
279
279
|
colorbar.set_ticks(zticks)
|
|
280
280
|
if ztick_labels is not None:
|
|
281
281
|
colorbar.ax.set_yticklabels(ztick_labels)
|
|
282
|
+
|
|
283
|
+
colorbar.formatter.set_powerlimits((0, 0))
|
|
284
|
+
# Optionally, use MathText for a more aesthetic representation of exponents
|
|
285
|
+
colorbar.formatter.set_useMathText(True)
|
|
282
286
|
|
|
283
287
|
# Set labels
|
|
284
288
|
ax.set(xlabel=xlabel, ylabel=ylabel, title=title)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: TidalPy
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.8
|
|
4
4
|
Summary: Tidal Dynamics and Thermal-Orbital Evolution Software Suite Implemented in Cython and Python
|
|
5
5
|
Author-email: "Joe P. Renaud" <TidalPy@gmail.com>
|
|
6
6
|
License-Expression: CC-BY-NC-SA-4.0
|
|
@@ -81,7 +81,7 @@ Dynamic: license-file
|
|
|
81
81
|
|
|
82
82
|
---
|
|
83
83
|
|
|
84
|
-
<a href="https://github.com/jrenaud90/TidalPy/releases"><img src="https://img.shields.io/badge/TidalPy-0.6.
|
|
84
|
+
<a href="https://github.com/jrenaud90/TidalPy/releases"><img src="https://img.shields.io/badge/TidalPy-0.6.8 Alpha-orange" alt="TidalPy Version 0.6.8 Alpha" /></a>
|
|
85
85
|
|
|
86
86
|
**Tidal Dynamics and Thermal-Orbital Evolution Software Suite Implemented in Cython and Python**
|
|
87
87
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tidalpy-0.6.6 → tidalpy-0.6.8}/Benchmarks & Performance/Performance/performance suite/run_suite.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetB_Package/test_b_utilities_functools.py
RENAMED
|
File without changes
|
|
File without changes
|
{tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetB_Package/test_c_tools_conversions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetB_Package/test_g_math_special_funcs.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetE_Functional/test_a_performance_funcs.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetF_Functional/Test_Tides/test_b_dissipation.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetK_PlanetBuild/test_b_build_layered.py
RENAMED
|
File without changes
|
{tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetK_PlanetBuild/test_d_build_burnman_planet.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetY_MultiLayer/Test_Matrix/test_e_strain.py
RENAMED
|
File without changes
|
{tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Old/Test_SetZA_Multiprocessing/test_multiprocessing.py
RENAMED
|
File without changes
|
|
File without changes
|
{tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_RadialSolver/Test_PropMatrix/test_a_solid_matrix.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tidalpy-0.6.6 → tidalpy-0.6.8}/Tests/Test_Utilities/Test_Exoplanets/test_exoplanet_download.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|