Metadata-Version: 1.2
Name: dagrt
Version: 2021.1
Summary: Time integration by code generation
Home-page: https://documen.tician.de/dagrt
Author: Andreas Kloeckner
Author-email: inform@tiker.net
License: MIT
Description: dagrt: A Concurrent Runtime for Time Integration
        ================================================
        
        .. image:: https://gitlab.tiker.net/inducer/dagrt/badges/main/pipeline.svg
            :alt: Gitlab Build Status
            :target: https://gitlab.tiker.net/inducer/dagrt/commits/main
        .. image:: https://github.com/inducer/dagrt/workflows/CI/badge.svg?branch=main&event=push
            :alt: Github Build Status
            :target: https://github.com/inducer/dagrt/actions?query=branch%3Amain+workflow%3ACI+event%3Apush
        .. image:: https://badge.fury.io/py/dagrt.png
            :alt: Python Package Index Release Page
            :target: https://pypi.org/project/dagrt/
        
        dagrt is a DAG-based run-time system for evaluation of (mainly) time
        integration methods, capable of operator fusion and versatile code generation.
        
        See also its companion package `leap <https://github.com/inducer/leap>`__.
        
        Resources:
        
        * `source code via git <https://github.com/inducer/dagrt>`_
        * `Documentation <https://documen.tician.de/dagrt>`_
        
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 :: Mathematics
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
