Metadata-Version: 1.2
Name: leap
Version: 2021.1
Summary: Time integration by code generation
Home-page: https://documen.tician.de/leap
Author: Andreas Kloeckner
Author-email: inform@tiker.net
License: MIT
Description: leap: Descriptive Time Integration with Flexbile Multi-Rate Algorithms
        ======================================================================
        
        .. image:: https://gitlab.tiker.net/inducer/leap/badges/main/pipeline.svg
            :alt: Gitlab Build Status
            :target: https://gitlab.tiker.net/inducer/leap/commits/main
        .. image:: https://github.com/inducer/leap/workflows/CI/badge.svg?branch=main&event=push
            :alt: Github Build Status
            :target: https://github.com/inducer/leap/actions?query=branch%3Amain+workflow%3ACI+event%3Apush
        .. image:: https://badge.fury.io/py/leap.png
            :alt: Python Package Index Release Page
            :target: https://pypi.org/project/leap/
        
        
        leap describes both implicit and explicit `time stepping methods
        <https://en.wikipedia.org/wiki/Time_stepping>`_. Methods are
        described using a small virtual machine whose statements can
        then be used to either generate code or simply execute the time
        integrator.
        
        Execution and code generation is provided by
        `dagrt <https://github.com/inducer/dagrt>`__. Further
        supported operations include finding of stability regions, building
        of companion matrices, and more.
        
        leap is licensed under the MIT license.
        
        leap requires Python 2.6 or newer.
        
        Resources:
        
        * `Documentation <https://documen.tician.de/leap>`_
        * `source code via git <https://github.com/inducer/leap>`_
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Other Audience
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Requires-Python: ~=3.6
