Metadata-Version: 2.1
Name: orbithunter
Version: 0.5rc1
Summary: Framework for Nonlinear Dynamics and Chaos
Home-page: https://mgudorf.github.io/orbithunter/
Author: Matthew Gudorf
Author-email: matthew.gudorf@gmail.com
License: UNKNOWN
Project-URL: bug reports, https://github.com/mgudorf/orbithunter/issues
Project-URL: documentation, https://readthedocs.org/projects/orbithunter/
Project-URL: source, https://github.com/mgudorf/orbithunter/
Project-URL: tracker, https://github.com/orbithunter/docs/issues
Project-URL: home page, https://mgudorf.github.io/orbithunter/
Project-URL: tutorials, https://github.com/mgudorf/orbithunter/tree/main/notebooks
Project-URL: frequently asked questions, https://github.com/mgudorf/orbithunter/tree/main/docs/faq.rst
Description: orbithunter 0.5rc1
        ==================
        orbithunter serves as a framework for solving chaotic nonlinear partial differential equations.
        
        Features
        --------
        
        - An object oriented approach to solutions of partial differential equations
        - A general-purpose framework for finding, visualizing and manipulating these solutions
        - High-level access to SciPy API, particularly its minimize and optimize packages.
        - New spatiotemporal techniques such as 'clipping' and 'gluing'
        
        Currently there is only an implementation of the Kuramoto-Sivashinsky equation (KSE).
        
        External Links
        --------------
        
        Be sure to check out the `documentation <https://readthedocs.org/projects/orbithunter/">`_
        in addition to the resources included in the github repository for help and tutorials!
        
        - `Home Page <https://mgudorf.github.io/orbithunter>`_
        - `Issues and Bugs <github.com/mgudorf/orbithunter/issues>`_
        - `Source <https://github.com/mgudorf/orbithunter>`_
        - `Documentation: <https://readthedocs.org/projects/orbithunter>`_
        - `Tutorials: <https://github.com/mgudorf/orbithunter/tree/main/notebooks>`_
        - `FAQ <https://github.com/mgudorf/orbithunter/tree/main/docs/faq.rst>`_
        
        Support
        -------
        
        If you are having issues, please let us know.
        We have a mailing list located at: orbithunter@googlegroups.com
        
        License
        -------
        
        The project is licensed under the GNU General Public License v3 (GPLv3) license.
Keywords: pde,partial differential equation,numeric,numerical simulation,solver,framework,periodic orbit
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
Provides-Extra: developer
Provides-Extra: docs
Provides-Extra: extra
Provides-Extra: full
Provides-Extra: test
