Metadata-Version: 1.1
Name: bacoli_py
Version: 1.0.01.0.0
Summary: Python package for the error controlled numerical solution to 1D time-dependent PDEs
Home-page: https://pypi.org/project/bacoli_py/
Author: Connor Tannahill and Paul Muir
Author-email: ctannahill3@gmail.com
License: BSD license
Description: =========
        bacoli_py
        =========
        
        bacoli_py is a Python package for solving systems of 1D Parabolic
        Partial Differential Equations. Wraps a slightly modified version of BACOLI
        (see http://cs.stmarys.ca/~muir/BACOLI-3_Webpage.htm) and BACOLRI. Tutorial,
        documentation and examples can be found at https://bacoli-py.readthedocs.io/en/latest/.
        Can be downloaded from PyPi at http://pypi.python.org/pypi/bacoli_py.
        
        For any questions, suggestions or suggestions please email Connor Tannahill at
        ctannahill3@gmail.com
        
        
        Installation from source
        ========================
        
            pip install ./bacoli_py
        
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Operating System :: OS Independent
Requires: numpy
