Metadata-Version: 2.4
Name: assess
Version: 1.4
Summary: Assess is a python package that implements a number of analytical solutions to the Stokes equations in cylindrical and spherical shell domains.
Author-email: Stephan Kramer <s.kramer@imperial.ac.uk>
License: GNU Lesser General Public License v3 (LGPLv3)
Project-URL: Homepage, https://github.com/stephankramer/assess
Keywords: Stokes equations,analytical solutions,mantle flow,spherical shell
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: numpy
Requires-Dist: scipy>=1.15.0
Dynamic: license-file

Assess
=================================================================
Analytical Solutions for the Stokes Equations in Spherical Shells
-----------------------------------------------------------------

Assess is a python package that implements a number of analytical solutions to
the Stokes equations in cylindrical and spherical shell domains. The eight
different cases are described in `link to gmd-paper <https://assess.readthedocs.io>`_.

Installation
============

Assess is a standard python package that can be installed from pypi:

    pip install assess

Documentation
=============

For usage instructions and a complete API reference see https://assess.readthedocs.io
