Metadata-Version: 1.1
Name: pygeomesh
Version: 0.1.0.2
Summary: PyGeomesh is a tool for generating discretized points from geometry.
Home-page: https://github.com/AndPuQing/PyGeomesh
Author: PuQing
Author-email: me@puqing.work
License: Apache License 2.0
Download-URL: https://pypi.python.org/pypi/pygeomesh
Description: # PyGeometry
        
        [![Publish](https://github.com/AndPuQing/PyGeomesh/actions/workflows/publish.yml/badge.svg)](https://github.com/AndPuQing/PyGeomesh/actions/workflows/publish.yml) [![wakatime](https://wakatime.com/badge/user/18644ffb-799a-4596-bf9f-2404ba651978/project/f02b8e04-904f-4934-8cb0-443861fa31a5.svg)](https://wakatime.com/badge/user/18644ffb-799a-4596-bf9f-2404ba651978/project/f02b8e04-904f-4934-8cb0-443861fa31a5) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/f847b41b25e94770aef0590e4bfa59c6)](https://www.codacy.com/gh/AndPuQing/PyGeomesh/dashboard?utm_source=github.com&utm_medium=referral&utm_content=AndPuQing/PyGeomesh&utm_campaign=Badge_Grade) ![PyPI](https://img.shields.io/pypi/v/pygeomesh)
        
        PyGeomesh is a tool for generating discretized points from geometry.
        
        > This project is building now.
        
        This repository was created for PINN discretization solve domains. It can describe, operate, discretize, and enhance sampling of geometric figures. It has the advantage of being able to group geometric entities and initialize constraints individually.
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires: numpy
Requires: scipy
Requires: matplotlib
