findiff


Namefindiff JSON
Version 0.10.0 PyPI version JSON
download
home_pagehttps://github.com/maroba/findiff
SummaryA Python package for finite difference derivatives in any number of dimensions.
upload_time2023-07-18 15:02:16
maintainer
docs_urlNone
authorMatthias Baer
requires_python>=3.6
licenseMIT
keywords finite-differences numerical-derivatives scientific-computing
VCS
bugtrack_url
requirements numpy scipy Sphinx sympy
Travis-CI No Travis.
coveralls test coverage No coveralls.
            A Python package for finite difference derivatives in any number of dimensions.

    Features:

        * Differentiate arrays of any number of dimensions along any axis
        * Partial derivatives of any desired order
        * Accuracy order can be specified
        * Accurate treatment of grid boundary
        * Includes standard operators from vector calculus like gradient, divergence and curl
        * Can handle uniform and non-uniform grids
        * Can handle arbitrary linear combinations of derivatives with constant and variable coefficients
        * Fully vectorized for speed
        * Calculate raw finite difference coefficients for any order and accuracy for uniform and non-uniform grids
        * _New in version 0.7:_ Generate matrix representations of arbitrary linear differential operators
        * _New in version 0.8:_ Solve partial differential equations with Dirichlet or Neumann boundary conditions
        * _New in version 0.9:_ Generate differential operators for generic stencils
        * _New in version 0.10:_ Create symbolic representations of finite difference schemes
    


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/maroba/findiff",
    "name": "findiff",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "finite-differences,numerical-derivatives,scientific-computing",
    "author": "Matthias Baer",
    "author_email": "matthias.r.baer@googlemail.com",
    "download_url": "https://files.pythonhosted.org/packages/65/56/29ea5e763ee883629d3b8cdf657dcb74bf6008d0deea8a6ceafdaecafed1/findiff-0.10.0.tar.gz",
    "platform": "ALL",
    "description": "A Python package for finite difference derivatives in any number of dimensions.\n\n    Features:\n\n        * Differentiate arrays of any number of dimensions along any axis\n        * Partial derivatives of any desired order\n        * Accuracy order can be specified\n        * Accurate treatment of grid boundary\n        * Includes standard operators from vector calculus like gradient, divergence and curl\n        * Can handle uniform and non-uniform grids\n        * Can handle arbitrary linear combinations of derivatives with constant and variable coefficients\n        * Fully vectorized for speed\n        * Calculate raw finite difference coefficients for any order and accuracy for uniform and non-uniform grids\n        * _New in version 0.7:_ Generate matrix representations of arbitrary linear differential operators\n        * _New in version 0.8:_ Solve partial differential equations with Dirichlet or Neumann boundary conditions\n        * _New in version 0.9:_ Generate differential operators for generic stencils\n        * _New in version 0.10:_ Create symbolic representations of finite difference schemes\n    \n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Python package for finite difference derivatives in any number of dimensions.",
    "version": "0.10.0",
    "project_urls": {
        "Homepage": "https://github.com/maroba/findiff"
    },
    "split_keywords": [
        "finite-differences",
        "numerical-derivatives",
        "scientific-computing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3482256c79c7c0d72b53ac06accbb7bf52634080252bbdeedc23fb124675c99c",
                "md5": "ecc996a44fb0277ab52dee5282df6468",
                "sha256": "c91180d349ab1a7d3dc2d40ea7af613efe9c9a443e397c3bd2c364a81ecbd12c"
            },
            "downloads": -1,
            "filename": "findiff-0.10.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ecc996a44fb0277ab52dee5282df6468",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 33683,
            "upload_time": "2023-07-18T15:02:15",
            "upload_time_iso_8601": "2023-07-18T15:02:15.347752Z",
            "url": "https://files.pythonhosted.org/packages/34/82/256c79c7c0d72b53ac06accbb7bf52634080252bbdeedc23fb124675c99c/findiff-0.10.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "655629ea5e763ee883629d3b8cdf657dcb74bf6008d0deea8a6ceafdaecafed1",
                "md5": "a739c1b59af42d837db5d77ff4a115ba",
                "sha256": "955f25b93b111bb4bbd47a97d1693b7cd8936e2d286756073ee1d4a5475d9307"
            },
            "downloads": -1,
            "filename": "findiff-0.10.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a739c1b59af42d837db5d77ff4a115ba",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 30513,
            "upload_time": "2023-07-18T15:02:16",
            "upload_time_iso_8601": "2023-07-18T15:02:16.895965Z",
            "url": "https://files.pythonhosted.org/packages/65/56/29ea5e763ee883629d3b8cdf657dcb74bf6008d0deea8a6ceafdaecafed1/findiff-0.10.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-18 15:02:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "maroba",
    "github_project": "findiff",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "numpy",
            "specs": [
                [
                    ">=",
                    "1.14.2"
                ]
            ]
        },
        {
            "name": "scipy",
            "specs": [
                [
                    ">=",
                    "1.3.1"
                ]
            ]
        },
        {
            "name": "Sphinx",
            "specs": [
                [
                    ">=",
                    "1.4.3"
                ]
            ]
        },
        {
            "name": "sympy",
            "specs": []
        }
    ],
    "lcname": "findiff"
}
        
Elapsed time: 0.11492s