{ "info": { "author": "Juha Jeronen", "author_email": "juha.jeronen@jyu.fi", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Operating System :: POSIX :: Linux", "Programming Language :: Cython", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Mathematics", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Integrate first-order ODE systems u'(t) = f(u, t).\n\nThe main feature of this library is dG(q), i.e. the\ntime-discontinuous Galerkin method using a Lobatto basis\n(a.k.a. hierarchical polynomial basis).\n\ndG(q) is a very accurate implicit method that often allows\nusing a rather large timestep. Due to its Galerkin nature,\nit also allows inspecting the behavior of the solution\ninside the timestep.\n\nArbitrary q is supported, but often best results are\nobtained for q=1 or q=2.\n\nSome classical integrators (RK2, RK3, RK4, IMR, BE)\nare also provided for convenience.\n\nThe focus is on arbitrary nonlinear problems; all implicit\nmethods are implemented using fixed-point (Banach/Picard)\niteration.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Technologicat/pydgq", "keywords": "numerical integration ordinary-differential-equations ode ivp ode-solver solver galerkin discontinuous-galerkin cython numpy", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "pydgq", "package_url": "https://pypi.org/project/pydgq/", "platform": "Linux", "project_url": "https://pypi.org/project/pydgq/", "project_urls": { "Homepage": "https://github.com/Technologicat/pydgq" }, "release_url": "https://pypi.org/project/pydgq/0.1.2/", "requires_dist": null, "requires_python": "", "summary": "ODE system solver using dG(q) (time-discontinuous Galerkin w/ Lobatto basis)", "version": "0.1.2" }, "last_serial": 2828758, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "2d19355f49c37c284f5892a430e97845", "sha256": "13fdf0ae89c6f6695f240e322edb44da6e823c9dd6ce31d7ffe1bcca1c5ece4c" }, "downloads": -1, "filename": "pydgq-0.1.0.tar.gz", "has_sig": false, "md5_digest": "2d19355f49c37c284f5892a430e97845", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1921911, "upload_time": "2017-04-21T14:44:42", "url": "https://files.pythonhosted.org/packages/8f/2b/d933a9572463457d595147298403a64ed3a93e94c181223d1d99340e401c/pydgq-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "d5329d629a7d4372166be5db9b515909", "sha256": "dc41d1fab80ec069ffc91840ab0d30e07e5d04a1e8537b1a3ebffe725a8ba362" }, "downloads": -1, "filename": "pydgq-0.1.1.tar.gz", "has_sig": false, "md5_digest": "d5329d629a7d4372166be5db9b515909", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1909703, "upload_time": "2017-04-24T13:04:54", "url": "https://files.pythonhosted.org/packages/40/ab/67f0a4f4b0c0b215de8a555664ae7c20c1cc9ac7e260a207ec7c79731882/pydgq-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "b26b43a9b62057e1eef8e3fd22a68efc", "sha256": "25e3eec5d4b7a5c0a637e4e971b1961465a0ec7978f9f72764491279aadfa11c" }, "downloads": -1, "filename": "pydgq-0.1.2.tar.gz", "has_sig": false, "md5_digest": "b26b43a9b62057e1eef8e3fd22a68efc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2193050, "upload_time": "2017-04-25T12:59:51", "url": "https://files.pythonhosted.org/packages/d4/2c/e7d6fc3d5a8590b31bb52457be83114b8f9e362556ff8f52dc22b9454775/pydgq-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b26b43a9b62057e1eef8e3fd22a68efc", "sha256": "25e3eec5d4b7a5c0a637e4e971b1961465a0ec7978f9f72764491279aadfa11c" }, "downloads": -1, "filename": "pydgq-0.1.2.tar.gz", "has_sig": false, "md5_digest": "b26b43a9b62057e1eef8e3fd22a68efc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2193050, "upload_time": "2017-04-25T12:59:51", "url": "https://files.pythonhosted.org/packages/d4/2c/e7d6fc3d5a8590b31bb52457be83114b8f9e362556ff8f52dc22b9454775/pydgq-0.1.2.tar.gz" } ] }