Metadata-Version: 2.4
Name: numgrids
Version: 0.4.0
Summary: Working with numerical grids made easy.
Author-email: Matthias Baer <matthias.r.baer@googlemail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/maroba/numgrids
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.22
Requires-Dist: scipy>=1.10.1
Requires-Dist: matplotlib>=3.5
Requires-Dist: findiff>=0.10
Dynamic: license-file

<h1 align="center">numgrids</h1>
<p align="center"> Working with numerical grids made easy.</p>

**Main Features**

- Quickly define numerical grids for any rectangular or curvilinear coordinate system
- Differentiation and integration
- Interpolation
- Easy manipulation of meshed functions
- Using high precision spectral methods (FFT + Chebyshev) wherever possible
- Fully compatible with *numpy*

## Installation

```shell
pip install numgrids
```

## Quick Start

To get started, have a look at the <a href="https://github.com/maroba/numgrids">quick start</a>.
