Metadata-Version: 2.1
Name: lostinmsh
Version: 0.0.2
Summary: GMSH toolbox for locally structured meshes on polygon.
Author-email: Zoïs Moitier <zois.moitier@ensta-paris.fr>, Camille Carvalho <camille.carvalho@insa-lyon.fr>
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: gmsh
Requires-Dist: numpy
Requires-Dist: matplotlib ; extra == "all"
Requires-Dist: black ; extra == "dev"
Requires-Dist: flit ; extra == "dev"
Requires-Dist: isort ; extra == "dev"
Requires-Dist: mypy ; extra == "dev"
Requires-Dist: pylint ; extra == "dev"
Requires-Dist: pytest ; extra == "dev"
Requires-Dist: pytest-cov ; extra == "dev"
Requires-Dist: Sphinx ; extra == "doc"
Requires-Dist: sphinx-copybutton ; extra == "doc"
Requires-Dist: sphinx_rtd_theme ; extra == "doc"
Project-URL: Documentation, https://zmoitier.github.io/lostinmsh/
Project-URL: Source, https://github.com/zmoitier/lostinmsh
Provides-Extra: all
Provides-Extra: dev
Provides-Extra: doc

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
[![Doc formatter: docformatter](https://img.shields.io/badge/%20formatter-docformatter-fedcba.svg)](https://github.com/PyCQA/docformatter)
[![Doc style: numpy](https://img.shields.io/badge/%20style-numpy-459db9.svg)](https://numpydoc.readthedocs.io/en/latest/format.html)

[![PyPI version](https://badge.fury.io/py/lostinmsh.svg)](https://badge.fury.io/py/lostinmsh)
[![DOI](https://zenodo.org/badge/602493619.svg)](https://zenodo.org/badge/latestdoi/602493619)
[![License: MIT](https://img.shields.io/github/license/zmoitier/lostinmsh)](https://github.com/zmoitier/lostinmsh/blob/main/LICENSE)
[![Documentation](https://github.com/zmoitier/lostinmsh/actions/workflows/docs.yaml/badge.svg)](https://zmoitier.github.io/lostinmsh)

# lostinmsh

The Python toolbox `lostinmsh` (_LOcally STructured polygonal INterface MeSH_), is a package using GMSH to construct locally structured triangular meshes of polygons which are useful for sign changing PDE problem.

## [Documentation](https://zmoitier.github.io/lostinmsh)

## Requirements

- Python ≥ 3.10
- [GMSH](https://gmsh.info) ≥ 4 (and `import gmsh` must work)
- [numpy](https://github.com/numpy/numpy)

## Optional requirements

- [matplotlib](https://github.com/matplotlib/matplotlib) (only use for plotting)

## Acknowledgements

This research was partially supported by the National Science Foundation Grant: DMS-2009366.

