PyFinitDiff

View on PyPIReverse Dependencies (2)

2.1.6 PyFinitDiff-2.1.6-py3-none-any.whl

Wheel Details

Project: PyFinitDiff
Version: 2.1.6
Filename: PyFinitDiff-2.1.6-py3-none-any.whl
Download: [link]
Size: 30976
MD5: e31cf171a001642a7d819d32b01a97e0
SHA256: eb2a1a33836181ed09b7f56590cc42a6d78823c64eb95a55e86af35607500497
Uploaded: 2024-12-10 18:03:04 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: PyFinitDiff
Version: 2.1.6
Summary: A package for generating finite-difference matrices, particularly suited for physics and engineering applications.
Author-Email: Martin Poinsinet de Sivry-Houle <martin.poinsinet.de.sivry[at]gmail.com>
Project-Url: Homepage, https://github.com/MartinPdeS/PyFinitDiff
Project-Url: Documentation, https://martinpdes.github.io/PyFinitDiff/
Project-Url: Repository, https://github.com/MartinPdeS/PyFinitDiff.git
License: MIT License Copyright (c) 2020 Martin de Sivry Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Keywords: finite-difference,solving,linear algebra,physics,matrix,engineering
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.10
Requires-Dist: scipy (~=1.14)
Requires-Dist: pydantic (~=2.9)
Requires-Dist: numpy (<3.0,>=1.26)
Requires-Dist: MPSPlots
Requires-Dist: tabulate (~=0.9)
Requires-Dist: pytest (<9.0,>=7.4); extra == "testing"
Requires-Dist: pytest-cov (<7,>=2); extra == "testing"
Requires-Dist: pytest-json-report (~=1.5); extra == "testing"
Requires-Dist: coverage (~=7.6); extra == "testing"
Requires-Dist: numpydoc (~=1.8); extra == "documentation"
Requires-Dist: sphinx (>=6); extra == "documentation"
Requires-Dist: sphinx-gallery (~=0.17); extra == "documentation"
Requires-Dist: sphinx-rtd-theme (~=3.0); extra == "documentation"
Requires-Dist: pydata-sphinx-theme (~=0.15); extra == "documentation"
Requires-Dist: flake8 (==7.1.1); extra == "dev"
Provides-Extra: testing
Provides-Extra: documentation
Provides-Extra: dev
Description-Content-Type: text/x-rst
License-File: LICENSE
[Description omitted; length: 4860 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (75.6.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
PyFinitDiff/__init__.py sha256=aM48cMAdbYIlGfbEhIvsYBykH2h-u4UpT8DL2utijYQ 121
PyFinitDiff/_version.py sha256=mzY0qwZoPumM56t4gc-I2iI4219x_I6gXlGCWX9VE9s 411
PyFinitDiff/directories.py sha256=CjG37eY-Z68Czo5L7MzHJpu8KEJNhZPnh5VB5MTQ2Tg 837
PyFinitDiff/triplet.py sha256=rlNFtfXea3sQGSACAGenV_J7HiIFV3_utlPEfOxiA1E 13878
PyFinitDiff/utils.py sha256=oKaaG1qbAjJe3Kd9rS86LuylEuoYu2oPeKgTjKtdxME 3175
PyFinitDiff/coefficients/__init__.py sha256=D6leOHW6065G9S6rdcQLmTc99bhWJ9OldfR8lWYQJIU 4179
PyFinitDiff/coefficients/backward.py sha256=cTti5MkcrhvuJVNURLJqnTcMmSQhdPvRPImu6ZSEsfY 1977
PyFinitDiff/coefficients/central.py sha256=Xq1W-yXnTFLNugYwHajl8XynHPWdV7jH6ll2fy_NVSI 2377
PyFinitDiff/coefficients/forward.py sha256=znCszjYptZpQiINx_VQXFeLTNKhntm3MV1g7CNOW67E 1973
PyFinitDiff/finite_difference_1D/__init__.py sha256=VIxWZB2VhtmtnU-Qz-VDGLIz1V1ufqXHyUxlIAYKgW4 237
PyFinitDiff/finite_difference_1D/boundaries.py sha256=CybRpxOhe5p9VDD5ysOKsJVIAkptufCLj3dbOcVFtlc 6813
PyFinitDiff/finite_difference_1D/derivative.py sha256=DjJD_b9GBJdjaIyeET2WgcPT18CeCJ9rnxq3igVX5LY 1698
PyFinitDiff/finite_difference_1D/diagonals.py sha256=_TGnJqgLrfTyJOAjcPmTrZ_yBX6VBqMb6b4QUQE6Z8g 9433
PyFinitDiff/finite_difference_1D/finite_difference.py sha256=hcHawdh5BJjYooM4Un-P7iwvRCUQ0WbXHX5qywjDCZ8 7577
PyFinitDiff/finite_difference_1D/utils.py sha256=NKRognj1v5asGubHBV0uMgY-gJlloVFWE-1N3hsNxTg 1963
PyFinitDiff/finite_difference_2D/__init__.py sha256=TIijlPbN-SiZ9UsaO5zVSZrb5ZsKVm0P63TZ_rjEySU 234
PyFinitDiff/finite_difference_2D/boundaries.py sha256=c1O6wXi2TDY7Yl5whceR55QTJpxJ7-xGs34tPGX42EM 8238
PyFinitDiff/finite_difference_2D/derivative.py sha256=5BvZl7gImgGHMxAkAdNrtofGrv9m9e2BIYR4Uuz08HI 2013
PyFinitDiff/finite_difference_2D/diagonals.py sha256=pe1xi3aC2UNtFLv23Hli-5aRNQ-FAeLLQKTmhqAigt0 10404
PyFinitDiff/finite_difference_2D/finite_difference.py sha256=L9VIPF3NbhZ2YnkO3PBcgxbgg3HHPBhmq0k7w7wkeMc 8403
PyFinitDiff/finite_difference_2D/utils.py sha256=299k0sFfGRw5l0f8nFQef9x5J1zFMoD-IaifdX6LLhs 2454
PyFinitDiff-2.1.6.dist-info/LICENSE sha256=U6YG4UEW9XJzHa53oijR0qw6JNN_SZ38WOBmYn3NPd0 1072
PyFinitDiff-2.1.6.dist-info/METADATA sha256=Hz_fP9HAsxboIgcuBJlScptxpxO_3X9rTP_AFjt6BvY 7975
PyFinitDiff-2.1.6.dist-info/WHEEL sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U 91
PyFinitDiff-2.1.6.dist-info/top_level.txt sha256=yl_A1Z9VT4HxBK5PTOM4ZyRcXZb-VtbQo1TzRUc1mW4 12
PyFinitDiff-2.1.6.dist-info/RECORD

top_level.txt

PyFinitDiff