mmgpy 0.5.0__cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- mmgpy/__init__.py +296 -0
- mmgpy/__main__.py +13 -0
- mmgpy/_io.py +535 -0
- mmgpy/_logging.py +290 -0
- mmgpy/_mesh.py +2286 -0
- mmgpy/_mmgpy.cpython-311-x86_64-linux-gnu.so +0 -0
- mmgpy/_mmgpy.pyi +2140 -0
- mmgpy/_options.py +304 -0
- mmgpy/_progress.py +850 -0
- mmgpy/_pyvista.py +410 -0
- mmgpy/_result.py +143 -0
- mmgpy/_transfer.py +273 -0
- mmgpy/_validation.py +669 -0
- mmgpy/_version.py +3 -0
- mmgpy/_version.py.in +3 -0
- mmgpy/bin/mmg2d_O3 +0 -0
- mmgpy/bin/mmg3d_O3 +0 -0
- mmgpy/bin/mmgs_O3 +0 -0
- mmgpy/interactive/__init__.py +24 -0
- mmgpy/interactive/sizing_editor.py +790 -0
- mmgpy/lagrangian.py +394 -0
- mmgpy/lib/libmmg2d.so +0 -0
- mmgpy/lib/libmmg2d.so.5 +0 -0
- mmgpy/lib/libmmg2d.so.5.8.0 +0 -0
- mmgpy/lib/libmmg3d.so +0 -0
- mmgpy/lib/libmmg3d.so.5 +0 -0
- mmgpy/lib/libmmg3d.so.5.8.0 +0 -0
- mmgpy/lib/libmmgs.so +0 -0
- mmgpy/lib/libmmgs.so.5 +0 -0
- mmgpy/lib/libmmgs.so.5.8.0 +0 -0
- mmgpy/lib/libvtkCommonColor-9.5.so.1 +0 -0
- mmgpy/lib/libvtkCommonComputationalGeometry-9.5.so.1 +0 -0
- mmgpy/lib/libvtkCommonCore-9.5.so.1 +0 -0
- mmgpy/lib/libvtkCommonDataModel-9.5.so.1 +0 -0
- mmgpy/lib/libvtkCommonExecutionModel-9.5.so.1 +0 -0
- mmgpy/lib/libvtkCommonMath-9.5.so.1 +0 -0
- mmgpy/lib/libvtkCommonMisc-9.5.so.1 +0 -0
- mmgpy/lib/libvtkCommonSystem-9.5.so.1 +0 -0
- mmgpy/lib/libvtkCommonTransforms-9.5.so.1 +0 -0
- mmgpy/lib/libvtkDICOMParser-9.5.so.1 +0 -0
- mmgpy/lib/libvtkFiltersCellGrid-9.5.so.1 +0 -0
- mmgpy/lib/libvtkFiltersCore-9.5.so.1 +0 -0
- mmgpy/lib/libvtkFiltersExtraction-9.5.so.1 +0 -0
- mmgpy/lib/libvtkFiltersGeneral-9.5.so.1 +0 -0
- mmgpy/lib/libvtkFiltersGeometry-9.5.so.1 +0 -0
- mmgpy/lib/libvtkFiltersHybrid-9.5.so.1 +0 -0
- mmgpy/lib/libvtkFiltersHyperTree-9.5.so.1 +0 -0
- mmgpy/lib/libvtkFiltersModeling-9.5.so.1 +0 -0
- mmgpy/lib/libvtkFiltersParallel-9.5.so.1 +0 -0
- mmgpy/lib/libvtkFiltersReduction-9.5.so.1 +0 -0
- mmgpy/lib/libvtkFiltersSources-9.5.so.1 +0 -0
- mmgpy/lib/libvtkFiltersStatistics-9.5.so.1 +0 -0
- mmgpy/lib/libvtkFiltersTexture-9.5.so.1 +0 -0
- mmgpy/lib/libvtkFiltersVerdict-9.5.so.1 +0 -0
- mmgpy/lib/libvtkIOCellGrid-9.5.so.1 +0 -0
- mmgpy/lib/libvtkIOCore-9.5.so.1 +0 -0
- mmgpy/lib/libvtkIOGeometry-9.5.so.1 +0 -0
- mmgpy/lib/libvtkIOImage-9.5.so.1 +0 -0
- mmgpy/lib/libvtkIOLegacy-9.5.so.1 +0 -0
- mmgpy/lib/libvtkIOParallel-9.5.so.1 +0 -0
- mmgpy/lib/libvtkIOParallelXML-9.5.so.1 +0 -0
- mmgpy/lib/libvtkIOXML-9.5.so.1 +0 -0
- mmgpy/lib/libvtkIOXMLParser-9.5.so.1 +0 -0
- mmgpy/lib/libvtkImagingCore-9.5.so.1 +0 -0
- mmgpy/lib/libvtkImagingSources-9.5.so.1 +0 -0
- mmgpy/lib/libvtkParallelCore-9.5.so.1 +0 -0
- mmgpy/lib/libvtkParallelDIY-9.5.so.1 +0 -0
- mmgpy/lib/libvtkRenderingCore-9.5.so.1 +0 -0
- mmgpy/lib/libvtkdoubleconversion-9.5.so.1 +0 -0
- mmgpy/lib/libvtkexpat-9.5.so.1 +0 -0
- mmgpy/lib/libvtkfmt-9.5.so.1 +0 -0
- mmgpy/lib/libvtkjpeg-9.5.so.1 +0 -0
- mmgpy/lib/libvtkjsoncpp-9.5.so.1 +0 -0
- mmgpy/lib/libvtkkissfft-9.5.so.1 +0 -0
- mmgpy/lib/libvtkloguru-9.5.so.1 +0 -0
- mmgpy/lib/libvtklz4-9.5.so.1 +0 -0
- mmgpy/lib/libvtklzma-9.5.so.1 +0 -0
- mmgpy/lib/libvtkmetaio-9.5.so.1 +0 -0
- mmgpy/lib/libvtkpng-9.5.so.1 +0 -0
- mmgpy/lib/libvtkpugixml-9.5.so.1 +0 -0
- mmgpy/lib/libvtksys-9.5.so.1 +0 -0
- mmgpy/lib/libvtktiff-9.5.so.1 +0 -0
- mmgpy/lib/libvtktoken-9.5.so.1 +0 -0
- mmgpy/lib/libvtkverdict-9.5.so.1 +0 -0
- mmgpy/lib/libvtkzlib-9.5.so.1 +0 -0
- mmgpy/metrics.py +596 -0
- mmgpy/progress.py +69 -0
- mmgpy/py.typed +0 -0
- mmgpy/repair/__init__.py +37 -0
- mmgpy/repair/_core.py +226 -0
- mmgpy/repair/_elements.py +241 -0
- mmgpy/repair/_vertices.py +219 -0
- mmgpy/sizing.py +370 -0
- mmgpy/ui/__init__.py +97 -0
- mmgpy/ui/__main__.py +87 -0
- mmgpy/ui/app.py +1837 -0
- mmgpy/ui/parsers.py +501 -0
- mmgpy/ui/remeshing.py +448 -0
- mmgpy/ui/samples.py +249 -0
- mmgpy/ui/utils.py +280 -0
- mmgpy/ui/viewer.py +587 -0
- mmgpy-0.5.0.dist-info/METADATA +186 -0
- mmgpy-0.5.0.dist-info/RECORD +109 -0
- mmgpy-0.5.0.dist-info/WHEEL +6 -0
- mmgpy-0.5.0.dist-info/entry_points.txt +13 -0
- mmgpy-0.5.0.dist-info/licenses/LICENSE +38 -0
- share/man/man1/mmg2d.1.gz +0 -0
- share/man/man1/mmg3d.1.gz +0 -0
- share/man/man1/mmgs.1.gz +0 -0
|
@@ -0,0 +1,186 @@
|
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
|
+
Name: mmgpy
|
|
3
|
+
Version: 0.5.0
|
|
4
|
+
Summary: Python bindings for the MMG software
|
|
5
|
+
Author-Email: Kevin Marchais <kevinmarchais@gmail.com>
|
|
6
|
+
License: MIT
|
|
7
|
+
Classifier: Development Status :: 4 - Beta
|
|
8
|
+
Classifier: Intended Audience :: Developers
|
|
9
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
10
|
+
Classifier: Programming Language :: Python :: 3
|
|
11
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
15
|
+
Requires-Python: >=3.10
|
|
16
|
+
Requires-Dist: meshio>=5.3.5
|
|
17
|
+
Requires-Dist: numpy>=2.0.2
|
|
18
|
+
Requires-Dist: patchelf>=0.17.2.4; sys_platform == "linux"
|
|
19
|
+
Requires-Dist: pyvista>=0.46.4
|
|
20
|
+
Requires-Dist: rich>=13.0.0
|
|
21
|
+
Requires-Dist: scipy<1.17,>=1.11.0
|
|
22
|
+
Requires-Dist: typing-extensions>=4.0.0; python_version < "3.11"
|
|
23
|
+
Provides-Extra: ui
|
|
24
|
+
Requires-Dist: pywebview>=6.1; extra == "ui"
|
|
25
|
+
Requires-Dist: trame>=3.12.0; extra == "ui"
|
|
26
|
+
Requires-Dist: trame-vtk>=2.10.2; extra == "ui"
|
|
27
|
+
Requires-Dist: trame-vtklocal>=0.16.0; extra == "ui"
|
|
28
|
+
Requires-Dist: trame-vuetify>=3.2.0; extra == "ui"
|
|
29
|
+
Description-Content-Type: text/markdown
|
|
30
|
+
|
|
31
|
+
# mmgpy
|
|
32
|
+
|
|
33
|
+
[](https://pypi.org/project/mmgpy/)
|
|
34
|
+
[](https://pypi.org/project/mmgpy/)
|
|
35
|
+
[](LICENSE)
|
|
36
|
+
[](https://kmarchais.github.io/mmgpy)
|
|
37
|
+
[](https://codecov.io/gh/kmarchais/mmgpy)
|
|
38
|
+
|
|
39
|
+
**mmgpy** brings the power of [MMG](https://www.mmgtools.org) mesh adaptation to Python. Generate, optimize, and refine 2D, 3D, and surface meshes with a clean API.
|
|
40
|
+
|
|
41
|
+
```python
|
|
42
|
+
import mmgpy
|
|
43
|
+
|
|
44
|
+
mesh = mmgpy.read("input.vtk")
|
|
45
|
+
mesh.remesh(hmax=0.1)
|
|
46
|
+
mesh.save("output.vtk")
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+

|
|
50
|
+
|
|
51
|
+
## Try It
|
|
52
|
+
|
|
53
|
+
No installation needed — run directly with [uvx](https://docs.astral.sh/uv/):
|
|
54
|
+
|
|
55
|
+
```bash
|
|
56
|
+
# Remesh a mesh file
|
|
57
|
+
uvx mmgpy input.stl -o output.mesh -hmax 0.1
|
|
58
|
+
|
|
59
|
+
# Launch the interactive UI
|
|
60
|
+
uvx --from "mmgpy[ui]" mmgpy-ui
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
## Installation
|
|
64
|
+
|
|
65
|
+
```bash
|
|
66
|
+
pip install mmgpy
|
|
67
|
+
|
|
68
|
+
# With UI support
|
|
69
|
+
pip install "mmgpy[ui]"
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
Using [uv](https://docs.astral.sh/uv/)?
|
|
73
|
+
|
|
74
|
+
```bash
|
|
75
|
+
uv add mmgpy # add to project dependencies
|
|
76
|
+
uv pip install mmgpy # install in current environment
|
|
77
|
+
uv pip install "mmgpy[ui]" # install with UI support
|
|
78
|
+
uv tool install mmgpy # install CLI tools globally
|
|
79
|
+
uv tool install "mmgpy[ui]" # install CLI tools + UI globally
|
|
80
|
+
```
|
|
81
|
+
|
|
82
|
+
## Features
|
|
83
|
+
|
|
84
|
+
- **Multi-dimensional** — 2D triangular, 3D tetrahedral, and surface meshes
|
|
85
|
+
- **Local refinement** — Control mesh density with spheres, boxes, cylinders
|
|
86
|
+
- **Anisotropic adaptation** — Metric tensors for directional refinement
|
|
87
|
+
- **Level-set discretization** — Extract isosurfaces from implicit functions
|
|
88
|
+
- **Lagrangian motion** — Remesh while tracking displacement fields
|
|
89
|
+
- **PyVista integration** — Visualize and convert meshes seamlessly
|
|
90
|
+
- **40+ file formats** — VTK, STL, OBJ, GMSH, and more
|
|
91
|
+
|
|
92
|
+
## Usage
|
|
93
|
+
|
|
94
|
+
### Basic Remeshing
|
|
95
|
+
|
|
96
|
+
```python
|
|
97
|
+
import mmgpy
|
|
98
|
+
|
|
99
|
+
mesh = mmgpy.read("input.mesh")
|
|
100
|
+
result = mesh.remesh(hmax=0.1)
|
|
101
|
+
|
|
102
|
+
print(f"Quality: {result.quality_mean_before:.2f} → {result.quality_mean_after:.2f}")
|
|
103
|
+
mesh.save("output.vtk")
|
|
104
|
+
```
|
|
105
|
+
|
|
106
|
+
### Local Sizing
|
|
107
|
+
|
|
108
|
+
```python
|
|
109
|
+
mesh = mmgpy.read("input.mesh")
|
|
110
|
+
|
|
111
|
+
# Fine mesh near a point
|
|
112
|
+
mesh.set_size_sphere(center=[0.5, 0.5, 0.5], radius=0.2, size=0.01)
|
|
113
|
+
|
|
114
|
+
# Fine mesh in a region
|
|
115
|
+
mesh.set_size_box(bounds=[[0, 0, 0], [0.3, 0.3, 0.3]], size=0.02)
|
|
116
|
+
|
|
117
|
+
mesh.remesh(hmax=0.1)
|
|
118
|
+
```
|
|
119
|
+
|
|
120
|
+
### Typed Options
|
|
121
|
+
|
|
122
|
+
```python
|
|
123
|
+
from mmgpy import Mmg3DOptions
|
|
124
|
+
|
|
125
|
+
opts = Mmg3DOptions(hmin=0.01, hmax=0.1, hausd=0.001)
|
|
126
|
+
mesh.remesh(opts)
|
|
127
|
+
|
|
128
|
+
# Or use presets
|
|
129
|
+
mesh.remesh(Mmg3DOptions.fine())
|
|
130
|
+
```
|
|
131
|
+
|
|
132
|
+
### Visualization
|
|
133
|
+
|
|
134
|
+
```python
|
|
135
|
+
mesh.plot() # Quick plot with edges
|
|
136
|
+
|
|
137
|
+
# Or for custom plotting:
|
|
138
|
+
import pyvista as pv
|
|
139
|
+
plotter = pv.Plotter()
|
|
140
|
+
plotter.add_mesh(mesh.vtk, show_edges=True, color="lightblue")
|
|
141
|
+
plotter.show()
|
|
142
|
+
```
|
|
143
|
+
|
|
144
|
+
## Command Line
|
|
145
|
+
|
|
146
|
+
MMG executables are included and available after installation:
|
|
147
|
+
|
|
148
|
+
```bash
|
|
149
|
+
# Auto-detect mesh type
|
|
150
|
+
mmg input.mesh -o output.mesh -hmax 0.1
|
|
151
|
+
|
|
152
|
+
# Or use specific commands
|
|
153
|
+
mmg3d input.mesh -o output.mesh -hmax 0.1
|
|
154
|
+
mmgs surface.stl -o refined.mesh -hausd 0.001
|
|
155
|
+
mmg2d domain.mesh -o refined.mesh -hmax 0.05
|
|
156
|
+
|
|
157
|
+
# Check versions
|
|
158
|
+
mmg --version
|
|
159
|
+
```
|
|
160
|
+
|
|
161
|
+
The `_O3` suffix variants (`mmg3d_O3`, etc.) are also available for compatibility.
|
|
162
|
+
|
|
163
|
+
## Gallery
|
|
164
|
+
|
|
165
|
+

|
|
166
|
+
|
|
167
|
+

|
|
168
|
+
|
|
169
|
+

|
|
170
|
+
|
|
171
|
+
## Documentation
|
|
172
|
+
|
|
173
|
+
**[kmarchais.github.io/mmgpy](https://kmarchais.github.io/mmgpy)**
|
|
174
|
+
|
|
175
|
+
- [Quick Start](https://kmarchais.github.io/mmgpy/getting-started/quickstart/)
|
|
176
|
+
- [Tutorials](https://kmarchais.github.io/mmgpy/tutorials/basic-remeshing/)
|
|
177
|
+
- [API Reference](https://kmarchais.github.io/mmgpy/api/)
|
|
178
|
+
- [Examples](https://kmarchais.github.io/mmgpy/examples/)
|
|
179
|
+
|
|
180
|
+
## Contributing
|
|
181
|
+
|
|
182
|
+
Contributions are welcome! See [CONTRIBUTING.md](CONTRIBUTING.md) for development setup, coding standards, and the pull request process.
|
|
183
|
+
|
|
184
|
+
## License
|
|
185
|
+
|
|
186
|
+
MIT
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
mmgpy-0.5.0.dist-info/METADATA,sha256=TsmwFoPNdiauuL26U4GPRKSwWgocj1MMiCExy-5fD7E,5212
|
|
2
|
+
mmgpy-0.5.0.dist-info/RECORD,,
|
|
3
|
+
mmgpy-0.5.0.dist-info/WHEEL,sha256=SdD_Ze46rbG8O82pDF4NTDXbsCKrpf8pf8aQc3IgDLU,156
|
|
4
|
+
mmgpy-0.5.0.dist-info/entry_points.txt,sha256=J7Pz9K2qV5g84NaJuXYorNvbwWAFb9GgdIXjUA-zhKI,218
|
|
5
|
+
mmgpy-0.5.0.dist-info/licenses/LICENSE,sha256=o_6j0GP7npcNY0PEMH_3gOeQUqqseEnatXjX2tVKUY4,1646
|
|
6
|
+
mmgpy/__init__.py,sha256=l3sbFZdaWzKqehWE_DM-iR-cTHcEuW7GuNapnz3fhx8,9279
|
|
7
|
+
mmgpy/__main__.py,sha256=CwRjAEVgJUTfclY3pooIazvrH7ETNTgOO3C1EjKt9m4,263
|
|
8
|
+
mmgpy/_io.py,sha256=MbqBE9M89C8ebHS3Qb3XaPkjn3tW3lWyqkw_IEW2knU,16806
|
|
9
|
+
mmgpy/_logging.py,sha256=Tzd9kOlM0mV8dWGvb28LjwWey1Y3baIekQY6stZyu24,8171
|
|
10
|
+
mmgpy/_mesh.py,sha256=QIUSpx1zxSHJrFHg_lE103Tj-kjJ3nT08JpqrmuIVgQ,73225
|
|
11
|
+
mmgpy/_mmgpy.cpython-311-x86_64-linux-gnu.so,sha256=PSVJvr5C-PQc0cvyliwwv6Q2MAq9symDbl02tLdInQU,773336
|
|
12
|
+
mmgpy/_mmgpy.pyi,sha256=nX8_lo0Td7tWlm59Y3N-iU5CYhM52dWB374jH3LqxgM,54269
|
|
13
|
+
mmgpy/_options.py,sha256=rUnI0cU6TFkGzIhz7o8ewU26HTW6Gd6xURGH6UfYJEc,8517
|
|
14
|
+
mmgpy/_progress.py,sha256=Ze_fkAVHNEe81EuVQfuULXxtBN8fwB0KTGqL4JJENtI,24866
|
|
15
|
+
mmgpy/_pyvista.py,sha256=RPlQHMb1VlcqzARWcHCFGJ4AJLJe90Q_h5BtTRCBijw,11898
|
|
16
|
+
mmgpy/_result.py,sha256=Fcf4clZJBaVTMnSwRwDq9SxoyLctZ5u2PVoZWkTpikQ,4816
|
|
17
|
+
mmgpy/_transfer.py,sha256=ebbln2CDp21dphjp4QNRoy8-2g9U6-OSSMtJxHFQm60,8131
|
|
18
|
+
mmgpy/_validation.py,sha256=UH-a8k3S2zNWGgbhE97lgDsVyvCE2FHmnf_dyqMRhVE,19902
|
|
19
|
+
mmgpy/_version.py,sha256=ScwrsoTG4Jp3gCphFH5AJNnhCl94poCw0wfA4QqStu0,50
|
|
20
|
+
mmgpy/_version.py.in,sha256=ZmElILoT8LosNZj8fFAuZDm6cyeseZlTgJ52u5TkaaU,60
|
|
21
|
+
mmgpy/bin/mmg2d_O3,sha256=iXQRizbvoY7UJHc3YXuaiRWG7OPSS5JEtNcfJU5iIc0,27616
|
|
22
|
+
mmgpy/bin/mmg3d_O3,sha256=fjhWpIBbe6kZrK2ETC8vHW_SSo_ZnzJtkX4wGUZlr70,31712
|
|
23
|
+
mmgpy/bin/mmgs_O3,sha256=Ggp4fPS1tZIKez2H_KlPtJS9gELSomJSgr9b1dEEEqI,36120
|
|
24
|
+
mmgpy/interactive/__init__.py,sha256=EtSyXCcK_bAFEDZww1x3lulvsSJyPQfRdTpMitJl3oE,571
|
|
25
|
+
mmgpy/interactive/sizing_editor.py,sha256=UaVlWMFql6ADVcRDZPG8lVGNCDILOP3QNxJEHgjXVxw,25462
|
|
26
|
+
mmgpy/lagrangian.py,sha256=0ZqJyxDFqDcO1ym51qfyVZ1JK5lmYe-bu4Sg8pLKGv0,12867
|
|
27
|
+
mmgpy/lib/libmmg2d.so,sha256=2DTGPnz8Xx_61Hdj13yOH6MHb9kZdJ188_gM8ZmInYA,715961
|
|
28
|
+
mmgpy/lib/libmmg2d.so.5,sha256=2DTGPnz8Xx_61Hdj13yOH6MHb9kZdJ188_gM8ZmInYA,715961
|
|
29
|
+
mmgpy/lib/libmmg2d.so.5.8.0,sha256=2DTGPnz8Xx_61Hdj13yOH6MHb9kZdJ188_gM8ZmInYA,715961
|
|
30
|
+
mmgpy/lib/libmmg3d.so,sha256=PLjCX6_g5QHAswDyHgctjX6qPDRmhl3-DoX8FyHlq_E,1245489
|
|
31
|
+
mmgpy/lib/libmmg3d.so.5,sha256=PLjCX6_g5QHAswDyHgctjX6qPDRmhl3-DoX8FyHlq_E,1245489
|
|
32
|
+
mmgpy/lib/libmmg3d.so.5.8.0,sha256=PLjCX6_g5QHAswDyHgctjX6qPDRmhl3-DoX8FyHlq_E,1245489
|
|
33
|
+
mmgpy/lib/libmmgs.so,sha256=7fpDHLVvqXr1TCK1aXiZw5b7POwNmqNWr2b0ATzhZvo,676409
|
|
34
|
+
mmgpy/lib/libmmgs.so.5,sha256=7fpDHLVvqXr1TCK1aXiZw5b7POwNmqNWr2b0ATzhZvo,676409
|
|
35
|
+
mmgpy/lib/libmmgs.so.5.8.0,sha256=7fpDHLVvqXr1TCK1aXiZw5b7POwNmqNWr2b0ATzhZvo,676409
|
|
36
|
+
mmgpy/lib/libvtkCommonColor-9.5.so.1,sha256=9HW0gAZA1_OsScRv6VmEoygOUbo-3gB_6FnFZG9V-Rs,143344
|
|
37
|
+
mmgpy/lib/libvtkCommonComputationalGeometry-9.5.so.1,sha256=E-I87iVGr2ewn3CPF-noIDnymPxi14BW8TWTpYagkz8,276056
|
|
38
|
+
mmgpy/lib/libvtkCommonCore-9.5.so.1,sha256=WPrhGhjrWnxbooi0xTnLm72hdiJypBVsiu4-nW-PEqs,37021824
|
|
39
|
+
mmgpy/lib/libvtkCommonDataModel-9.5.so.1,sha256=CMKZpgy3cMyBv5MmgIRFNsEg7IVE3MPRRQ7i4CFlUF8,7678776
|
|
40
|
+
mmgpy/lib/libvtkCommonExecutionModel-9.5.so.1,sha256=KrIEpkOrqPuEVg9K4q7Z9Z9lLMgFxizToCiz0f-0IHA,1552224
|
|
41
|
+
mmgpy/lib/libvtkCommonMath-9.5.so.1,sha256=vVlWJUMqQ4Z5KorEeythMUzXZDWEONYCTK0kcOBL8Fk,208016
|
|
42
|
+
mmgpy/lib/libvtkCommonMisc-9.5.so.1,sha256=Yy3nNyaLaw8ZpS7ACLVIBqLDHfeGIbKpmxZukxBn6P8,7990424
|
|
43
|
+
mmgpy/lib/libvtkCommonSystem-9.5.so.1,sha256=Sz9cPJhPk2Lpmp9N66svSZKs4uHUUdfwJoLjPpxSs7A,156584
|
|
44
|
+
mmgpy/lib/libvtkCommonTransforms-9.5.so.1,sha256=9gNnJ3eb6EsBsnCQdfxS7zI47VgidrTIVBR8lQbNNPE,350632
|
|
45
|
+
mmgpy/lib/libvtkDICOMParser-9.5.so.1,sha256=piqRaFtFjdpDoxcD-4-tRk0DyrJ8Heq8Nx__MbZC7pI,119960
|
|
46
|
+
mmgpy/lib/libvtkFiltersCellGrid-9.5.so.1,sha256=hbRM8-UCACdeZ5YqTTaAsVo1aiOvOVua-7GQycHRWHs,1562896
|
|
47
|
+
mmgpy/lib/libvtkFiltersCore-9.5.so.1,sha256=c7yqluAQhfBCagiorlMmge3Qp9YUUffBuCpLiNaI5HE,13696848
|
|
48
|
+
mmgpy/lib/libvtkFiltersExtraction-9.5.so.1,sha256=DChWJkyudZj9JkLj1NaxdjAymIMen6SAzm-ZSGJbU6c,1454688
|
|
49
|
+
mmgpy/lib/libvtkFiltersGeneral-9.5.so.1,sha256=MbfLntG22T1PpLChWQGle4YuUHci0ZlA8efOMZzmao4,7584168
|
|
50
|
+
mmgpy/lib/libvtkFiltersGeometry-9.5.so.1,sha256=YFor86Br96shF_mV4iVFfDbiUNkYgi1Zw766Ig9KmdY,1997592
|
|
51
|
+
mmgpy/lib/libvtkFiltersHybrid-9.5.so.1,sha256=-TPuV36naYGwrmVt8dgflDPRmcWdqAHYogZAkdQS4yY,1189392
|
|
52
|
+
mmgpy/lib/libvtkFiltersHyperTree-9.5.so.1,sha256=6zgpTkzhMCqgLKs_VyNA9MrV1IrnmzN5IVWZDpU9AQM,751872
|
|
53
|
+
mmgpy/lib/libvtkFiltersModeling-9.5.so.1,sha256=yJCtrB6FpexhxW0nDOvCQxkCsnGF1AMiHCQYlgmrUaw,1312576
|
|
54
|
+
mmgpy/lib/libvtkFiltersParallel-9.5.so.1,sha256=r32gJPR3prJNlhhNmRY6_AEZPjKb7TofbTNZU-Jt9SM,1578496
|
|
55
|
+
mmgpy/lib/libvtkFiltersReduction-9.5.so.1,sha256=wMfoQKAkuLxFTaiAE-PD264Jo1GFa_MDsGqdR3XPfpo,2942432
|
|
56
|
+
mmgpy/lib/libvtkFiltersSources-9.5.so.1,sha256=KOXzV0eUyU5kCyN9Aa0KEACbneuOS_NVEPKfaRUWdh0,1175408
|
|
57
|
+
mmgpy/lib/libvtkFiltersStatistics-9.5.so.1,sha256=nu_eBKtLvoportQLkemIWa9pWsaiNVnSWHFk3ZOIZqw,1294816
|
|
58
|
+
mmgpy/lib/libvtkFiltersTexture-9.5.so.1,sha256=xQGbIA9EDcVue5GPF_GF5_Fc2ane2yVN7ZNONWkzm7I,162168
|
|
59
|
+
mmgpy/lib/libvtkFiltersVerdict-9.5.so.1,sha256=vG8gcHO7d2xBtSTROhAgq6PyoVS-OD0gId1I92MRj2A,321088
|
|
60
|
+
mmgpy/lib/libvtkIOCellGrid-9.5.so.1,sha256=WVN2qTB01CEIy2PR35zlrFPaZeGnJERwlksscyNcyno,573720
|
|
61
|
+
mmgpy/lib/libvtkIOCore-9.5.so.1,sha256=KrioOJFo4luw-eUaJseuWp-bcc7FzL3Yo6WkwsdTBz0,663832
|
|
62
|
+
mmgpy/lib/libvtkIOGeometry-9.5.so.1,sha256=-k_s7MOf6yn8aKeDGJ2GJUXntYu2fTZO7P-62SsC_io,2563856
|
|
63
|
+
mmgpy/lib/libvtkIOImage-9.5.so.1,sha256=qOLyePNS4P6A-_qvItdQgklgce9TxgEVYy3Om2lkkoU,2178776
|
|
64
|
+
mmgpy/lib/libvtkIOLegacy-9.5.so.1,sha256=4u01iroQV-rqc_FUwT2NUtQTHavi1er7P3jBEHDF2Dw,1024248
|
|
65
|
+
mmgpy/lib/libvtkIOParallel-9.5.so.1,sha256=BB45veGhzjb5dTV03sz-G1Hii1nI5-MQdbRAefPd7NA,668952
|
|
66
|
+
mmgpy/lib/libvtkIOParallelXML-9.5.so.1,sha256=JEcJIH14_0rBQ_0Je6kZJPnWUsBymbrdeFU36TO8UKc,362408
|
|
67
|
+
mmgpy/lib/libvtkIOXML-9.5.so.1,sha256=R5FFT_aeq2d9TgQt09uUWjBEsEHMDmIZXwIb5oO2fN4,1543488
|
|
68
|
+
mmgpy/lib/libvtkIOXMLParser-9.5.so.1,sha256=vbIllkCM-2n_oe84Ewa37b6Dd-D2oOTcY5a8CcSZpKs,133096
|
|
69
|
+
mmgpy/lib/libvtkImagingCore-9.5.so.1,sha256=hhjNm6gr9X5zH4zsfvSVB54pMpfiraaOUqFU1gx_dWQ,3019528
|
|
70
|
+
mmgpy/lib/libvtkImagingSources-9.5.so.1,sha256=eEYXlGR1waJsz-g0HvMrE2xfEpxbnh_VnboWlteL6TY,353232
|
|
71
|
+
mmgpy/lib/libvtkParallelCore-9.5.so.1,sha256=UhfNKvWb55LlszM0qzdp-y1WRKxHvnRHbKXgm-7zwQs,472464
|
|
72
|
+
mmgpy/lib/libvtkParallelDIY-9.5.so.1,sha256=2MaIAUVwzRse4M32nR9XwMai7nN427RbFfb_kH7sHwU,1334376
|
|
73
|
+
mmgpy/lib/libvtkRenderingCore-9.5.so.1,sha256=WO4UKIIapFFRYSZNZlUJ89EBsia-0rbYbDFZHeqc0sQ,3273368
|
|
74
|
+
mmgpy/lib/libvtkdoubleconversion-9.5.so.1,sha256=gaHieS33Z3UlTiND4jeUlmaU3Ja1ZcXQ003ZJyz0Vx8,82808
|
|
75
|
+
mmgpy/lib/libvtkexpat-9.5.so.1,sha256=RmLRQWADR54a9luZ8zPlAdWHBpe5ehcLiyC0d7SwTxc,224376
|
|
76
|
+
mmgpy/lib/libvtkfmt-9.5.so.1,sha256=y1RzGXaaVx29dZZcnBUp0TG8hLGsDUJOUt3v5KiALM8,272416
|
|
77
|
+
mmgpy/lib/libvtkjpeg-9.5.so.1,sha256=V7F8PXEEVDR1mL3wBeQLfqab9JTvPLQa8tPZ6dyREyg,526336
|
|
78
|
+
mmgpy/lib/libvtkjsoncpp-9.5.so.1,sha256=k5IIXJPVRyUaRmldvbyViPMnJaacJphQpDH0WK60M1o,426928
|
|
79
|
+
mmgpy/lib/libvtkkissfft-9.5.so.1,sha256=K4ZH_9qZUFFGe4sr5-0xTeYMybWE55oayi-N33LCu14,29576
|
|
80
|
+
mmgpy/lib/libvtkloguru-9.5.so.1,sha256=mStt5Q7dT1pEjoS0oGXcZAoMD1YspS5JfvFKM5sYgho,91880
|
|
81
|
+
mmgpy/lib/libvtklz4-9.5.so.1,sha256=mzV_YE6fDZhHJxznSCN-Ed2uelDk9HfbjDYiXQ7Z1vs,230072
|
|
82
|
+
mmgpy/lib/libvtklzma-9.5.so.1,sha256=sCnDaXV6UPhVUESduJuYVgSuEAI-yYXSgpJpWWPWc24,208224
|
|
83
|
+
mmgpy/lib/libvtkmetaio-9.5.so.1,sha256=nT1d9RZLQbNPS2s1agal_BgD1YGiuM2DzDgg-MBeoFc,822496
|
|
84
|
+
mmgpy/lib/libvtkpng-9.5.so.1,sha256=LsvCGgqMuISMr1AogFgm75MSuucsLXVvfn7cfmhVWeo,305936
|
|
85
|
+
mmgpy/lib/libvtkpugixml-9.5.so.1,sha256=7QO1jWyyFBWYB7qs_mKrHxVB5gB7mAzDWDvI5_sUCcc,288864
|
|
86
|
+
mmgpy/lib/libvtksys-9.5.so.1,sha256=HPYuai4hI5XNe9jKDLBIwVjwfD15UU45MW1yg0_5P_w,514616
|
|
87
|
+
mmgpy/lib/libvtktiff-9.5.so.1,sha256=kuL5QHoeMbzZwG7bDFQjaWl_EkFFLqTJq2T4250Hlxg,577864
|
|
88
|
+
mmgpy/lib/libvtktoken-9.5.so.1,sha256=cqZ12nD6btxxOJ2Vs1cO4eU1BCDqXPjIUI-K8zvlM60,230072
|
|
89
|
+
mmgpy/lib/libvtkverdict-9.5.so.1,sha256=d6oNh2mDxDLDkrAIfJCd_0uju3ewmXlP3TiqxFFD3HA,271232
|
|
90
|
+
mmgpy/lib/libvtkzlib-9.5.so.1,sha256=pMDhvpAehVPYo0lGkqSUrmKhVNXv9Bc4aqirEjqBb2Y,125992
|
|
91
|
+
mmgpy/metrics.py,sha256=KxKF1YMs8pyKgEfijKn5vp_O02WlAWnOuICgr96EWHA,18090
|
|
92
|
+
mmgpy/progress.py,sha256=8iFmX2nWilWp7lmbXIiFtxZqgmrtlzfg427j5Nh_Ebg,1920
|
|
93
|
+
mmgpy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
94
|
+
mmgpy/repair/__init__.py,sha256=xt9t6_8BDIZz1Ng1A8s8s43DvUAsxtr4H-r63t0HD1s,977
|
|
95
|
+
mmgpy/repair/_core.py,sha256=jMBlAlrxiMRe56CbCu6uXZl709cycYXlKukZ9XNcfME,7104
|
|
96
|
+
mmgpy/repair/_elements.py,sha256=bhYiCD5UTb8sXPMnwsW3K3lJDdzj4AKGfyUZt72so8U,7217
|
|
97
|
+
mmgpy/repair/_vertices.py,sha256=LCmbkqrSw-fX5Y77gOQOboM7Gsm42qArTSGXXJnZN4o,6189
|
|
98
|
+
mmgpy/sizing.py,sha256=hLIgx-DGRCYWZfapPV1a0ClaBhGoqgGOwkZ3BlnwVVU,10801
|
|
99
|
+
mmgpy/ui/__init__.py,sha256=nX3tqDyrMFiCWDxzJSPhQtvOgGYjD0cqzxPp77LKXWc,2442
|
|
100
|
+
mmgpy/ui/__main__.py,sha256=dtu9hECyL9HwpFkUchmO1BNICaCf5KLpm19zPzZeoHs,2381
|
|
101
|
+
mmgpy/ui/app.py,sha256=tcNoYZ4ndAOp8fGscp49tzwgcs_ya4Tsr3MenC0jOB4,72830
|
|
102
|
+
mmgpy/ui/parsers.py,sha256=dJdjmQYhTHisueEEOng65A0zVx_-kK2Y5aC4-E7X6po,14929
|
|
103
|
+
mmgpy/ui/remeshing.py,sha256=bdFmqaz47elsIMj7yK67DMC6yZV0brigFdLPcSX5VP4,16284
|
|
104
|
+
mmgpy/ui/samples.py,sha256=dOFTNe-4AsX5mBBfK5cS2f__VmkokI5YotjWATE8L94,7535
|
|
105
|
+
mmgpy/ui/utils.py,sha256=6CsEsOEiPen0C7RX3EiQ3ltIC8Q-VJhKoWHNRiDwa_E,7132
|
|
106
|
+
mmgpy/ui/viewer.py,sha256=L0weSJ6FWRy0jzy5LUlBk5RKKSb_MxVQVXkyzQJJdv4,20458
|
|
107
|
+
share/man/man1/mmg2d.1.gz,sha256=YY68CM5Yb39NnO97kGV26FFdfOIyYmvypUVdD5DQyaE,2435
|
|
108
|
+
share/man/man1/mmg3d.1.gz,sha256=dVSyfIoVtimcm841HZocNehWcLaGrcgBIEPmABulMXk,2569
|
|
109
|
+
share/man/man1/mmgs.1.gz,sha256=yJfsZqeuw7ehxLkSm2wNm1hB9TQUjm1tS-L3susx_84,2298
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2024-2025 Kevin Marchais
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
22
|
+
|
|
23
|
+
--------------------------------------------------------------------------------
|
|
24
|
+
|
|
25
|
+
THIRD-PARTY LICENSES
|
|
26
|
+
|
|
27
|
+
This project uses the following third-party libraries:
|
|
28
|
+
|
|
29
|
+
MMG (https://www.mmgtools.org/)
|
|
30
|
+
License: GNU Lesser General Public License v3.0 or later (LGPL-3.0+)
|
|
31
|
+
Copyright (c) Bx INP/Inria/UBordeaux/UPMC, 2004-
|
|
32
|
+
|
|
33
|
+
MMG is dynamically linked. The LGPL allows use in software under any license
|
|
34
|
+
provided users can replace the MMG libraries with their own builds.
|
|
35
|
+
|
|
36
|
+
pybind11 (https://github.com/pybind/pybind11)
|
|
37
|
+
License: BSD-3-Clause
|
|
38
|
+
Copyright (c) 2016 Wenzel Jakob
|
|
Binary file
|
|
Binary file
|
share/man/man1/mmgs.1.gz
ADDED
|
Binary file
|