{ "info": { "author": "Yi-Xin Liu", "author_email": "liuyxpp@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Topic :: Education", "Topic :: Scientific/Engineering" ], "description": "chebpy\n ======\n \n **chebpy** is a python package for spetral methods of PDEs based on\n Chebyshev series. \n \n Quickstart\n ----------\n \n 1. Install\n ^^^^^^^^^^\n \n ::\n \n $ easy_install chebpy\n \n or\n \n ::\n \n $ tar -xvf chebpy-xxx.tar.gz\n $ cd chebpy-xxx\n $ python setup.py install\n \n Required packages:\n \n * `numpy`: chebpy heavily depends on numpy.\n * `scipy`: advanced algorithms, such as scipy.fftpack.dct.\n \n 2. APIs\n ^^^^^^^^\n Current available functions:\n \n **Chebyshev series construction**\n \n * cheb_polynomial_recursion\n * cheb_polynomial_trigonometric\n * cheb_polynomial_series\n \n **Fast Chebyshev transform**\n \n * cheb_fast_transform\n * cheb_inverse_fast_transform\n \n **Chebyshev differentiation**\n \n * cheb_D1_mat\n * cheb_D1_fft\n * cheb_D1_dct\n * cheb_D1_fchebt\n \n **Chebyshev interpolation**\n \n * cheb_interpolation_point\n * cheb_interpolation_1d\n * cheb_interpolation_2d\n \n **Chebyshev quadrature**\n \n * cheb_quadrature_clencurt\n * cheb_quadrature_cgl\n \n **Chebyshev applications in solution of PDEs**\n \n * cheb_mde_split\n * cheb_mde_neumann_split\n * cheb_mde_etdrk4\n * cheb_mde_neumann_etdrk4\n * cheb_mde_robin_etdrk4\n * cheb_allen_cahn_etdrk4\n \n Ask for Help\n ------------\n \n * You can directly contact me at liuyxpp@gmail.com.\n * You can join the mailinglist by sending an email to chebpy@librelist.com \n and replying to the confirmation mail. \n To unsubscribe, send a mail to chebpy-unsubscribe@librelist.com \n and reply to the confirmation mail.\n \n Links\n -----\n \n * `Documentation `_\n * `Website `_\n * `Development version `_", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/liuyxpp/chebpy", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "chebpy", "package_url": "https://pypi.org/project/chebpy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/chebpy/", "project_urls": { "Homepage": "https://bitbucket.org/liuyxpp/chebpy" }, "release_url": "https://pypi.org/project/chebpy/0.2/", "requires_dist": null, "requires_python": null, "summary": "Chebyshev polynomial based spectral methods of PDEs.", "version": "0.2" }, "last_serial": 787353, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "e2c250f8c08d00f9b93347c80a5a6ebc", "sha256": "9a9cfca4ab992d59648507f05a65163b3b3b1c07dcf3c49989ee6b36a8e0b2a9" }, "downloads": -1, "filename": "chebpy-0.1.tar.gz", "has_sig": false, "md5_digest": "e2c250f8c08d00f9b93347c80a5a6ebc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5897, "upload_time": "2012-08-10T09:59:52", "url": "https://files.pythonhosted.org/packages/13/0a/2b7dc9dceb18c3f1c87e587ea5b30c8aff30751e18d94ab369783589a760/chebpy-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "a0752e75716369caecd37412384dff05", "sha256": "62161d5243a3f2e8cf5024d849c6152fde132c73dfa41bbe9084a62f8aab9ce2" }, "downloads": -1, "filename": "chebpy-0.2.tar.gz", "has_sig": false, "md5_digest": "a0752e75716369caecd37412384dff05", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13572, "upload_time": "2012-08-21T07:16:44", "url": "https://files.pythonhosted.org/packages/dd/a4/b087e967806f0a9e511745b162efcd281bf0c102c725396eb4b84db61ff2/chebpy-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a0752e75716369caecd37412384dff05", "sha256": "62161d5243a3f2e8cf5024d849c6152fde132c73dfa41bbe9084a62f8aab9ce2" }, "downloads": -1, "filename": "chebpy-0.2.tar.gz", "has_sig": false, "md5_digest": "a0752e75716369caecd37412384dff05", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13572, "upload_time": "2012-08-21T07:16:44", "url": "https://files.pythonhosted.org/packages/dd/a4/b087e967806f0a9e511745b162efcd281bf0c102c725396eb4b84db61ff2/chebpy-0.2.tar.gz" } ] }