Metadata-Version: 2.1
Name: gmshgeometry
Version: 0.0.4
Summary: gmsh-based geometry controller
Home-page: https://github.com/pypa/sampleproject
Author: S.I. Park
Author-email: s.park@openest.eu
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Sources
- `GeometryController.py`
- `NearestNeighbor.py`

# Required pacakges
- numpy: `conda intall numpy`
- scikit-learn: `conda install scikit-learn`
- gmsh: `[your anaconda env]/bin/pip install gmsh` <br>
Be sure to install gmsh API using the pip. Gmsh API in conda-forge is not gmsh API.

# Required packages (or files) to TEST
- `mybox-45cps.geo` located in `data4test` folder

# To test these libraries,
- `python test_run.py`


