TidalPy 0.7.0__tar.gz → 0.7.1__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.7.0/TidalPy.egg-info → tidalpy-0.7.1}/PKG-INFO +1 -1
- {tidalpy-0.7.0 → tidalpy-0.7.1/TidalPy.egg-info}/PKG-INFO +1 -1
- {tidalpy-0.7.0 → tidalpy-0.7.1}/pyproject.toml +1 -1
- {tidalpy-0.7.0 → tidalpy-0.7.1}/LICENSE.md +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/MANIFEST.in +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/README.md +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/Extending/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/Extending/burnman/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/Extending/burnman/build.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/Extending/burnman/burnman_defaultc.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/Extending/burnman/burnman_layer.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/Extending/burnman/burnman_world.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/Extending/burnman/conversion.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/Extending/burnman/defaults.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/Extending/burnman/material/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/Extending/burnman/material/custom/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/Extending/burnman/material/custom/constant.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/Extending/burnman/material/custom/ice.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/Extending/burnman/material/custom/pyrite.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/Extending/burnman/material/helper.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/Extending/burnman/package.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/Material/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/Material/eos/__init__.pxd +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/Material/eos/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/Material/eos/eos_solution.pxd +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/Material/eos/eos_solution.pyx +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/Material/eos/eos_solution_.cpp +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/Material/eos/eos_solution_.hpp +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/Material/eos/methods/__init__.pxd +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/Material/eos/methods/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/Material/eos/methods/interpolate.pxd +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/Material/eos/methods/interpolate.pyx +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/Material/eos/ode.pxd +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/Material/eos/ode.pyx +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/Material/eos/solver.pxd +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/Material/eos/solver.pyx +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/RadialSolver/__init__.pxd +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/RadialSolver/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/RadialSolver/boundaries/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/RadialSolver/boundaries/boundaries.pxd +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/RadialSolver/boundaries/boundaries.pyx +2 -2
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/RadialSolver/boundaries/surface_bc.pxd +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/RadialSolver/boundaries/surface_bc.pyx +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/RadialSolver/collapse/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/RadialSolver/collapse/collapse.pxd +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/RadialSolver/collapse/collapse.pyx +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/RadialSolver/constants.pxd +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/RadialSolver/constants.pyx +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/RadialSolver/derivatives/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/RadialSolver/derivatives/odes.pxd +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/RadialSolver/derivatives/odes.pyx +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/RadialSolver/helpers.pyx +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/RadialSolver/interfaces/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/RadialSolver/interfaces/interfaces.pxd +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/RadialSolver/interfaces/interfaces.pyx +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/RadialSolver/interfaces/reversed.pxd +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/RadialSolver/interfaces/reversed.pyx +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/RadialSolver/love.pxd +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/RadialSolver/love.pyx +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/RadialSolver/love_.cpp +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/RadialSolver/love_.hpp +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/RadialSolver/matrix.pxd +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/RadialSolver/matrix.pyx +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/RadialSolver/matrix_types/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/RadialSolver/matrix_types/solid_matrix.pxd +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/RadialSolver/matrix_types/solid_matrix.pyx +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/RadialSolver/rs_solution.pxd +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/RadialSolver/rs_solution.pyx +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/RadialSolver/rs_solution_.cpp +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/RadialSolver/rs_solution_.hpp +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/RadialSolver/shooting.pxd +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/RadialSolver/shooting.pyx +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/RadialSolver/solver.pxd +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/RadialSolver/solver.pyx +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/RadialSolver/starting/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/RadialSolver/starting/common.pxd +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/RadialSolver/starting/common.pyx +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/RadialSolver/starting/driver.pxd +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/RadialSolver/starting/driver.pyx +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/RadialSolver/starting/kamata.pxd +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/RadialSolver/starting/kamata.pyx +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/RadialSolver/starting/saito.pxd +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/RadialSolver/starting/saito.pyx +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/RadialSolver/starting/takeuchi.pxd +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/RadialSolver/starting/takeuchi.pyx +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/WorldPack/WorldPack.zip +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/cache.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/configurations.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/constants.pxd +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/constants.pyx +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/cooling/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/cooling/cooling.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/cooling/cooling_models.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/defaultc.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/dynamics/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/dynamics/dual_dissipation.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/dynamics/single_dissipation.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/exceptions.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/initialize.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/logger.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/numba_scipy/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/numba_scipy/special/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/numba_scipy/special/overloads.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/numba_scipy/special/signatures.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/orbit/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/orbit/averaging.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/output.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/paths.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/radiogenics/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/radiogenics/radiogenic_models.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/radiogenics/radiogenics.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/rheology/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/rheology/base.pxd +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/rheology/base.pyx +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/rheology/complex_compliance/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/rheology/complex_compliance/complex_compliance.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/rheology/complex_compliance/compliance_models.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/rheology/models.pxd +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/rheology/models.pyx +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/rheology/partial_melt/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/rheology/partial_melt/melting_models.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/rheology/partial_melt/partialmelt.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/rheology/rheology.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/rheology/viscosity/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/rheology/viscosity/viscosity.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/rheology/viscosity/viscosity_models.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/stellar/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/stellar/insolation.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/stellar/stellar.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/structures/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/structures/helpers/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/structures/helpers/orbit_config.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/structures/layers/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/structures/layers/basic.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/structures/layers/gas.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/structures/layers/helper.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/structures/layers/physics.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/structures/orbit/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/structures/orbit/base.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/structures/orbit/physics.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/structures/physical.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/structures/world_builder/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/structures/world_builder/config_handler.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/structures/world_builder/iterative_builder.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/structures/world_builder/world_builder.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/structures/world_types/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/structures/world_types/basic.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/structures/world_types/gas.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/structures/world_types/layered.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/structures/world_types/stellar.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/structures/world_types/tidal.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/ctl_funcs/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/ctl_funcs/ctl_funcs.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/dissipation.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/eccentricity_funcs/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/eccentricity_funcs/orderl2.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/eccentricity_funcs/orderl3.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/eccentricity_funcs/orderl4.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/eccentricity_funcs/orderl5.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/eccentricity_funcs/orderl6.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/eccentricity_funcs/orderl7.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/heating.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/inclination_funcs/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/inclination_funcs/orderl2.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/inclination_funcs/orderl3.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/inclination_funcs/orderl4.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/inclination_funcs/orderl5.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/inclination_funcs/orderl6.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/inclination_funcs/orderl7.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/love1d.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/methods/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/methods/base.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/methods/global_approx.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/methods/layered.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/modes/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/modes/collapse_modes.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/modes/mode_calc_helper/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl2.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl3.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl4.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl5.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl6.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/modes/mode_calc_helper/eccen_calc_orderl7.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl2.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl3.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl4.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl5.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl6.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/modes/mode_calc_helper/inclin_calc_orderl7.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/modes/mode_manipulation.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/modes/modes.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/modes/multilayer_modes.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/multilayer/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/multilayer/displacements.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/multilayer/heating.pxd +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/multilayer/heating.pyx +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/multilayer/sensitivity.pxd +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/multilayer/sensitivity.pyx +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/multilayer/stress_strain.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/potential/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/potential/nsr_med_eccen_gen_obliquity.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/potential/nsr_med_eccen_med_obliquity.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/potential/nsr_med_eccen_no_obliquity.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/potential/nsr_modes_low_eccen_gen_obliquity.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/potential/nsr_modes_med_eccen_gen_obliquity.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/potential/nsr_modes_med_eccen_med_obliquity.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/potential/nsr_modes_med_eccen_no_obliquity.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/potential/synchronous_low_e.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/universal_coeffs.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/toolbox/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/toolbox/quick_tides.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/arrays/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/arrays/interp.pxd +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/arrays/interp.pyx +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/arrays/interp_.cpp +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/arrays/interp_.hpp +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/classes/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/classes/base.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/classes/base_x.pxd +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/classes/base_x.pyx +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/classes/config/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/classes/config/config.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/classes/model/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/classes/model/functional_utils.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/classes/model/model.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/classes/model/model_utils.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/conversions/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/conversions/conversions.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/conversions/conversions_x.pxd +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/conversions/conversions_x.pyx +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/conversions/timing.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/dictionary_utils.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/dimensions/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/dimensions/nondimensional.pxd +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/dimensions/nondimensional.pyx +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/dimensions/nondimensional_.hpp +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/exoplanets/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/exoplanets/data_download.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/graphics/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/graphics/global_map.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/graphics/grid_plot.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/graphics/multilayer/RN08-Data.csv +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/graphics/multilayer/T05-Data.csv +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/graphics/multilayer/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/graphics/multilayer/yplot.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/graphics/phasespace_plot.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/graphics/planet_plot.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/integration/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/integration/cyrk_helper.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/integration/julia_helper.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/integration/numbalsoda_helper.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/integration/scipy_helper.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/io/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/io/pathing.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/io/progress.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/math/__init__.pxd +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/math/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/math/complex.pxd +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/math/complex.pyx +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/math/numba_special.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/math/numerics.pxd +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/math/numerics.pyx +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/math/special.pxd +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/math/special.pyx +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/multiprocessing/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/multiprocessing/multiprocessing.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/numpy_helper/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/numpy_helper/array_other.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/numpy_helper/array_shape.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/performance/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/performance/memory.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/performance/numba.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/performance/special/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/performance/special/factorial.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/spherical_helper/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/spherical_helper/mass.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/spherical_helper/volume.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/string_helper/__init__.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/string_helper/string_helper.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/types.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/types_x.pxd +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/utilities/types_x.pyx +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy.egg-info/SOURCES.txt +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy.egg-info/dependency_links.txt +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy.egg-info/entry_points.txt +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy.egg-info/requires.txt +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy.egg-info/top_level.txt +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/_build_tidalpy.py +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/cython_extensions.json +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/setup.cfg +0 -0
- {tidalpy-0.7.0 → tidalpy-0.7.1}/setup.py +0 -0
|
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
|
|
@@ -128,7 +128,7 @@ cdef void cf_apply_surface_bc(
|
|
|
128
128
|
else:
|
|
129
129
|
if layer_is_static:
|
|
130
130
|
# Set pointer to correct matrix
|
|
131
|
-
surface_matrix_ptr = &
|
|
131
|
+
surface_matrix_ptr = &surface_matrix_liquid_static[0][0]
|
|
132
132
|
|
|
133
133
|
# Unlike the dynamic liquid layer, a static liquid layer's y_2 is undefined. That leads to one less boundary condition
|
|
134
134
|
# and one less solution (1 total).
|
|
@@ -149,7 +149,7 @@ cdef void cf_apply_surface_bc(
|
|
|
149
149
|
surface_matrix_ptr[0] = uppermost_y_per_solution_ptr[0 * max_num_y + 1]
|
|
150
150
|
else:
|
|
151
151
|
# Set pointer to correct matrix
|
|
152
|
-
surface_matrix_ptr = &
|
|
152
|
+
surface_matrix_ptr = &surface_matrix_liquid_dynamic[0][0]
|
|
153
153
|
|
|
154
154
|
# Unlike the solid layer, a liquid layer's y_4 is undefined. That leads to one less boundary condition and one
|
|
155
155
|
# less solution (2 total).
|
|
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
|
|
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
|
|
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
|
{tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/potential/nsr_modes_low_eccen_gen_obliquity.py
RENAMED
|
File without changes
|
{tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/potential/nsr_modes_med_eccen_gen_obliquity.py
RENAMED
|
File without changes
|
{tidalpy-0.7.0 → tidalpy-0.7.1}/TidalPy/tides/potential/nsr_modes_med_eccen_med_obliquity.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|