Geode-Simplex 9.0.1__cp312-cp312-manylinux_2_28_x86_64.whl → 9.8.11rc2__cp312-cp312-manylinux_2_28_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.
Files changed (33) hide show
  1. geode_simplex/__init__.py +1 -1
  2. geode_simplex/__init__.pyi +18 -0
  3. geode_simplex/brep_simplex.py +1 -2
  4. geode_simplex/brep_simplex.pyi +9 -0
  5. geode_simplex/lib64/__init__.pyi +5 -0
  6. geode_simplex/lib64/geode_simplex_py_brep.cpython-312-x86_64-linux-gnu.so +0 -0
  7. geode_simplex/lib64/geode_simplex_py_brep.pyi +13 -0
  8. geode_simplex/lib64/geode_simplex_py_metric.cpython-312-x86_64-linux-gnu.so +0 -0
  9. geode_simplex/lib64/geode_simplex_py_metric.pyi +87 -0
  10. geode_simplex/lib64/geode_simplex_py_section.cpython-312-x86_64-linux-gnu.so +0 -0
  11. geode_simplex/lib64/geode_simplex_py_section.pyi +13 -0
  12. geode_simplex/lib64/libGeode-Simplex_brep.so +0 -0
  13. geode_simplex/lib64/libGeode-Simplex_core.so +0 -0
  14. geode_simplex/lib64/libGeode-Simplex_corner.so +0 -0
  15. geode_simplex/lib64/libGeode-Simplex_line2d.so +0 -0
  16. geode_simplex/lib64/libGeode-Simplex_line3d.so +0 -0
  17. geode_simplex/lib64/libGeode-Simplex_line_common.so +0 -0
  18. geode_simplex/lib64/libGeode-Simplex_metric.so +0 -0
  19. geode_simplex/lib64/libGeode-Simplex_section.so +0 -0
  20. geode_simplex/lib64/libGeode-Simplex_solid.so +0 -0
  21. geode_simplex/lib64/libGeode-Simplex_surface2d.so +0 -0
  22. geode_simplex/lib64/libGeode-Simplex_surface3d.so +0 -0
  23. geode_simplex/lib64/libGeode-Simplex_surface_common.so +0 -0
  24. geode_simplex/metric_simplex.py +1 -1
  25. geode_simplex/metric_simplex.pyi +7 -0
  26. geode_simplex/py.typed +0 -0
  27. geode_simplex/section_simplex.py +1 -1
  28. geode_simplex/section_simplex.pyi +8 -0
  29. {Geode_Simplex-9.0.1.dist-info → geode_simplex-9.8.11rc2.dist-info}/METADATA +7 -8
  30. geode_simplex-9.8.11rc2.dist-info/RECORD +32 -0
  31. {Geode_Simplex-9.0.1.dist-info → geode_simplex-9.8.11rc2.dist-info}/WHEEL +1 -1
  32. Geode_Simplex-9.0.1.dist-info/RECORD +0 -23
  33. {Geode_Simplex-9.0.1.dist-info → geode_simplex-9.8.11rc2.dist-info}/top_level.txt +0 -0
geode_simplex/__init__.py CHANGED
@@ -1,4 +1,4 @@
1
- ## Copyright (c) 2019 - 2024 Geode-solutions
1
+ ## Copyright (c) 2019 - 2025 Geode-solutions
2
2
 
3
3
  from .metric_simplex import *
4
4
  from .section_simplex import *
@@ -0,0 +1,18 @@
1
+ from __future__ import annotations
2
+ import geode_background as geode_background
3
+ import geode_common as geode_common
4
+ import geode_numerics as geode_numerics
5
+ from geode_simplex.lib64.geode_simplex_py_brep import SimplexBRepLibrary
6
+ from geode_simplex.lib64.geode_simplex_py_brep import brep_simplex_remesh
7
+ from geode_simplex.lib64.geode_simplex_py_metric import BRepMetricConstraints
8
+ from geode_simplex.lib64.geode_simplex_py_metric import SectionMetricConstraints
9
+ from geode_simplex.lib64.geode_simplex_py_metric import SimplexMetricLibrary
10
+ from geode_simplex.lib64.geode_simplex_py_section import SimplexSectionLibrary
11
+ from geode_simplex.lib64.geode_simplex_py_section import section_simplex_remesh
12
+ import opengeode as opengeode
13
+ import opengeode_inspector as opengeode_inspector
14
+ from . import brep_simplex
15
+ from . import lib64
16
+ from . import metric_simplex
17
+ from . import section_simplex
18
+ __all__: list[str] = ['BRepMetricConstraints', 'SectionMetricConstraints', 'SimplexBRepLibrary', 'SimplexMetricLibrary', 'SimplexSectionLibrary', 'brep_simplex', 'brep_simplex_remesh', 'geode_background', 'geode_common', 'geode_numerics', 'lib64', 'metric_simplex', 'opengeode', 'opengeode_inspector', 'section_simplex', 'section_simplex_remesh']
@@ -1,11 +1,10 @@
1
1
  #
2
- # Copyright (c) 2019 - 2024 Geode-solutions. All rights reserved.
2
+ # Copyright (c) 2019 - 2025 Geode-solutions. All rights reserved.
3
3
  #
4
4
 
5
5
  import opengeode
6
6
  import opengeode_inspector
7
7
  import geode_common
8
- import geode_conversion
9
8
  import geode_numerics
10
9
  import geode_background
11
10
 
@@ -0,0 +1,9 @@
1
+ from __future__ import annotations
2
+ import geode_background as geode_background
3
+ import geode_common as geode_common
4
+ import geode_numerics as geode_numerics
5
+ from geode_simplex.lib64.geode_simplex_py_brep import SimplexBRepLibrary
6
+ from geode_simplex.lib64.geode_simplex_py_brep import brep_simplex_remesh
7
+ import opengeode as opengeode
8
+ import opengeode_inspector as opengeode_inspector
9
+ __all__: list[str] = ['SimplexBRepLibrary', 'brep_simplex_remesh', 'geode_background', 'geode_common', 'geode_numerics', 'opengeode', 'opengeode_inspector']
@@ -0,0 +1,5 @@
1
+ from __future__ import annotations
2
+ from . import geode_simplex_py_brep
3
+ from . import geode_simplex_py_metric
4
+ from . import geode_simplex_py_section
5
+ __all__: list[str] = ['geode_simplex_py_brep', 'geode_simplex_py_metric', 'geode_simplex_py_section']
@@ -0,0 +1,13 @@
1
+ """
2
+ Geode-Simplex Python binding for brep
3
+ """
4
+ from __future__ import annotations
5
+ import geode_common.lib64.geode_common_py_metric
6
+ import opengeode.lib64.opengeode_py_model
7
+ __all__: list[str] = ['SimplexBRepLibrary', 'brep_simplex_remesh']
8
+ class SimplexBRepLibrary:
9
+ @staticmethod
10
+ def initialize() -> None:
11
+ ...
12
+ def brep_simplex_remesh(arg0: opengeode.lib64.opengeode_py_model.BRep, arg1: geode_common.lib64.geode_common_py_metric.Metric3D) -> tuple[opengeode.lib64.opengeode_py_model.BRep, opengeode.lib64.opengeode_py_model.ModelCopyMapping]:
13
+ ...
@@ -0,0 +1,87 @@
1
+ """
2
+ Geode-Simplex Python binding for metric
3
+ """
4
+ from __future__ import annotations
5
+ import geode_common.lib64.geode_common_py_metric
6
+ import opengeode.lib64.opengeode_py_mesh
7
+ import opengeode.lib64.opengeode_py_model
8
+ import typing
9
+ __all__: list[str] = ['BRepMetricConstraints', 'SectionMetricConstraints', 'SimplexMetricLibrary']
10
+ class BRepMetricConstraints:
11
+ def __init__(self, arg0: opengeode.lib64.opengeode_py_model.BRep) -> None:
12
+ ...
13
+ def block_metric(self, arg0: opengeode.lib64.opengeode_py_model.Block3D) -> float | None:
14
+ ...
15
+ def build_metric(self) -> geode_common.lib64.geode_common_py_metric.Metric3D:
16
+ ...
17
+ def corner_metric(self, arg0: opengeode.lib64.opengeode_py_model.Corner3D) -> float | None:
18
+ ...
19
+ def default_metric(self) -> float:
20
+ ...
21
+ def export_constraints(self, arg0: str) -> None:
22
+ ...
23
+ def gradation(self) -> float:
24
+ ...
25
+ def import_constraints(self, arg0: str) -> None:
26
+ ...
27
+ def line_metric(self, arg0: opengeode.lib64.opengeode_py_model.Line3D) -> float | None:
28
+ ...
29
+ def set_block_metric(self, arg0: opengeode.lib64.opengeode_py_model.Block3D, arg1: float) -> None:
30
+ ...
31
+ def set_corner_metric(self, arg0: opengeode.lib64.opengeode_py_model.Corner3D, arg1: float) -> None:
32
+ ...
33
+ def set_default_metric(self, arg0: float) -> None:
34
+ ...
35
+ def set_edged_curve_metric(self, arg0: opengeode.lib64.opengeode_py_mesh.EdgedCurve3D, arg1: float) -> None:
36
+ ...
37
+ def set_gradation(self, arg0: float) -> None:
38
+ ...
39
+ def set_line_metric(self, arg0: opengeode.lib64.opengeode_py_model.Line3D, arg1: float) -> None:
40
+ ...
41
+ def set_point_set_metric(self, arg0: opengeode.lib64.opengeode_py_mesh.PointSet3D, arg1: float) -> None:
42
+ ...
43
+ def set_surface_metric(self, arg0: opengeode.lib64.opengeode_py_model.Surface3D, arg1: float) -> None:
44
+ ...
45
+ def set_triangulated_surface_metric(self, arg0: opengeode.lib64.opengeode_py_mesh.TriangulatedSurface3D, arg1: float) -> None:
46
+ ...
47
+ def surface_metric(self, arg0: opengeode.lib64.opengeode_py_model.Surface3D) -> float | None:
48
+ ...
49
+ class SectionMetricConstraints:
50
+ def __init__(self, arg0: opengeode.lib64.opengeode_py_model.Section) -> None:
51
+ ...
52
+ def build_metric(self) -> geode_common.lib64.geode_common_py_metric.Metric2D:
53
+ ...
54
+ def corner_metric(self, arg0: opengeode.lib64.opengeode_py_model.Corner2D) -> float | None:
55
+ ...
56
+ def default_metric(self) -> float:
57
+ ...
58
+ def export_constraints(self, arg0: str) -> None:
59
+ ...
60
+ def gradation(self) -> float:
61
+ ...
62
+ def import_constraints(self, arg0: str) -> None:
63
+ ...
64
+ def line_metric(self, arg0: opengeode.lib64.opengeode_py_model.Line2D) -> float | None:
65
+ ...
66
+ def set_corner_metric(self, arg0: opengeode.lib64.opengeode_py_model.Corner2D, arg1: float) -> None:
67
+ ...
68
+ def set_default_metric(self, arg0: float) -> None:
69
+ ...
70
+ def set_edged_curve_metric(self, arg0: opengeode.lib64.opengeode_py_mesh.EdgedCurve2D, arg1: float) -> None:
71
+ ...
72
+ def set_gradation(self, arg0: float) -> None:
73
+ ...
74
+ def set_line_metric(self, arg0: opengeode.lib64.opengeode_py_model.Line2D, arg1: float) -> None:
75
+ ...
76
+ def set_point_set_metric(self, arg0: opengeode.lib64.opengeode_py_mesh.PointSet2D, arg1: float) -> None:
77
+ ...
78
+ def set_surface_metric(self, arg0: opengeode.lib64.opengeode_py_model.Surface2D, arg1: float) -> None:
79
+ ...
80
+ def set_triangulated_surface_metric(self, arg0: opengeode.lib64.opengeode_py_mesh.TriangulatedSurface2D, arg1: float) -> None:
81
+ ...
82
+ def surface_metric(self, arg0: opengeode.lib64.opengeode_py_model.Surface2D) -> float | None:
83
+ ...
84
+ class SimplexMetricLibrary:
85
+ @staticmethod
86
+ def initialize() -> None:
87
+ ...
@@ -0,0 +1,13 @@
1
+ """
2
+ Geode-Simplex Python binding for section
3
+ """
4
+ from __future__ import annotations
5
+ import geode_common.lib64.geode_common_py_metric
6
+ import opengeode.lib64.opengeode_py_model
7
+ __all__: list[str] = ['SimplexSectionLibrary', 'section_simplex_remesh']
8
+ class SimplexSectionLibrary:
9
+ @staticmethod
10
+ def initialize() -> None:
11
+ ...
12
+ def section_simplex_remesh(arg0: opengeode.lib64.opengeode_py_model.Section, arg1: geode_common.lib64.geode_common_py_metric.Metric2D) -> tuple[opengeode.lib64.opengeode_py_model.Section, opengeode.lib64.opengeode_py_model.ModelCopyMapping]:
13
+ ...
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright (c) 2019 - 2024 Geode-solutions. All rights reserved.
2
+ # Copyright (c) 2019 - 2025 Geode-solutions. All rights reserved.
3
3
  #
4
4
 
5
5
  import opengeode
@@ -0,0 +1,7 @@
1
+ from __future__ import annotations
2
+ import geode_common as geode_common
3
+ from geode_simplex.lib64.geode_simplex_py_metric import BRepMetricConstraints
4
+ from geode_simplex.lib64.geode_simplex_py_metric import SectionMetricConstraints
5
+ from geode_simplex.lib64.geode_simplex_py_metric import SimplexMetricLibrary
6
+ import opengeode as opengeode
7
+ __all__: list[str] = ['BRepMetricConstraints', 'SectionMetricConstraints', 'SimplexMetricLibrary', 'geode_common', 'opengeode']
geode_simplex/py.typed ADDED
File without changes
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright (c) 2019 - 2024 Geode-solutions. All rights reserved.
2
+ # Copyright (c) 2019 - 2025 Geode-solutions. All rights reserved.
3
3
  #
4
4
 
5
5
  import opengeode
@@ -0,0 +1,8 @@
1
+ from __future__ import annotations
2
+ import geode_background as geode_background
3
+ import geode_common as geode_common
4
+ import geode_numerics as geode_numerics
5
+ from geode_simplex.lib64.geode_simplex_py_section import SimplexSectionLibrary
6
+ from geode_simplex.lib64.geode_simplex_py_section import section_simplex_remesh
7
+ import opengeode as opengeode
8
+ __all__: list[str] = ['SimplexSectionLibrary', 'geode_background', 'geode_common', 'geode_numerics', 'opengeode', 'section_simplex_remesh']
@@ -1,17 +1,16 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: Geode-Simplex
3
- Version: 9.0.1
3
+ Version: 9.8.11rc2
4
4
  Summary: Simplex remeshing Geode-solutions OpenGeode module
5
5
  Author-email: Geode-solutions <contact@geode-solutions.com>
6
6
  License: Proprietary
7
7
  Requires-Python: <3.13,>=3.9
8
8
  Description-Content-Type: text/markdown
9
- Requires-Dist: geode-background==8.*,>=8.8.1
10
- Requires-Dist: geode-common==33.*,>=33.1.4
11
- Requires-Dist: geode-conversion==6.*,>=6.1.1
12
- Requires-Dist: geode-numerics==5.*,>=5.2.1
13
- Requires-Dist: opengeode-core==15.*,>=15.8.0
14
- Requires-Dist: opengeode-inspector==6.*,>=6.3.0
9
+ Requires-Dist: geode-background==9.*,>=9.6.13
10
+ Requires-Dist: geode-common==33.*,>=33.12.2
11
+ Requires-Dist: geode-numerics==6.*,>=6.4.5
12
+ Requires-Dist: opengeode-core==15.*,>=15.30.1
13
+ Requires-Dist: opengeode-inspector==6.*,>=6.8.5
15
14
 
16
15
  <h1 align="center">Geode-Simplex<sup><i>by Geode-solutions</i></sup></h1>
17
16
  <h3 align="center">Simplex remeshing</h3>
@@ -0,0 +1,32 @@
1
+ geode_simplex/__init__.py,sha256=j4co7CR9hIJW-Iv9LdmUZTflUeT4Wrz1AxZvaXs0LSw,135
2
+ geode_simplex/__init__.pyi,sha256=hv6sk9snnFPkqSEXcxr5QiNZ-hL2A7rngHpXnsRbb8s,1230
3
+ geode_simplex/brep_simplex.py,sha256=a5KvBC-TgzijdnPLrSq9ZgiGYJZhOLz3PP9pGfI0YHI,257
4
+ geode_simplex/brep_simplex.pyi,sha256=Z2UETMUoaZZAFnTk4yxKpZXywPtFkGh9ivDfF-GMgLg,539
5
+ geode_simplex/metric_simplex.py,sha256=3lbDinMu3heHuiJgZb97PT1ET3K6RyiId1kp42xHY-g,188
6
+ geode_simplex/metric_simplex.pyi,sha256=X4ZOgzCPSYyCLwjZNX4NXJrYDz1KGTPXLPIr_Q1WJBU,465
7
+ geode_simplex/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
+ geode_simplex/section_simplex.py,sha256=Q4_J2knF78lwnS8_jx-0H4rVF1kYceKfze7GezMhXWo,237
9
+ geode_simplex/section_simplex.pyi,sha256=EEEnRedtzmtmCWL14qAgn3wNCU7Ph9xVJ7ijvQVCzpM,484
10
+ geode_simplex/lib64/__init__.pyi,sha256=I04mM6D2OP09rxOc7lN26-WSrTWEXxvZIuo7lBH9SkY,250
11
+ geode_simplex/lib64/geode_simplex_py_brep.cpython-312-x86_64-linux-gnu.so,sha256=DCDkDhMu7FmiFGjSFXZSjPFcC3YpMAp8iDT-aiwA880,155248
12
+ geode_simplex/lib64/geode_simplex_py_brep.pyi,sha256=7LNRPbfbWRyr1zTehvt2MDPiYb1i5ej4oNOlbEe68Oc,566
13
+ geode_simplex/lib64/geode_simplex_py_metric.cpython-312-x86_64-linux-gnu.so,sha256=rY7491p40pFeWlLKEQv7GcDjFVC26PFANOaKk1MFYDw,212592
14
+ geode_simplex/lib64/geode_simplex_py_metric.pyi,sha256=llTz2ROCSnAY_51vSeviT-S_Tmq5h1GsmyiZJCpBXIE,3903
15
+ geode_simplex/lib64/geode_simplex_py_section.cpython-312-x86_64-linux-gnu.so,sha256=hj54yc6OlNYA-gfxkNnwSuyiKJlc1ZsIjbizVTX_wRs,151152
16
+ geode_simplex/lib64/geode_simplex_py_section.pyi,sha256=isQYtsiAJNjhcgqO16KchxUyNiyjwfjzmIQobWBGFik,587
17
+ geode_simplex/lib64/libGeode-Simplex_brep.so,sha256=fnjkmXWoNyY1tjvIge2BXrvaCRlbhVwE7qaR1bqopIM,5812584
18
+ geode_simplex/lib64/libGeode-Simplex_core.so,sha256=wW5gmE-54HL4Jw3ptyPYwKabQzp6rpGLK6j6NJ0-4TI,5631208
19
+ geode_simplex/lib64/libGeode-Simplex_corner.so,sha256=XIp9N3xItcLEi8eh4S3q_9uKqlN1nvT6Sgd-J1gYiyc,18840
20
+ geode_simplex/lib64/libGeode-Simplex_line2d.so,sha256=DMatN3Yl54FF2GYMMKIDn8dHwI6e-LUbTczfVybAhKc,72576
21
+ geode_simplex/lib64/libGeode-Simplex_line3d.so,sha256=KeofEM7bPJVdLvkb6-axP3vpPdbGZ5sz4RKEw-yz7zc,76680
22
+ geode_simplex/lib64/libGeode-Simplex_line_common.so,sha256=kzE0r977BY0MTVpsLL6nNbI-yemTG3aUe3Jtr0w1HKw,262304
23
+ geode_simplex/lib64/libGeode-Simplex_metric.so,sha256=lJfoSsXADXdOwaNAWoQHv4wAUwnl8_IOSQf5VblXbKo,217520
24
+ geode_simplex/lib64/libGeode-Simplex_section.so,sha256=T2DKWTz7Vdta0MG9twYF1H9Iv8flx7AwDnvtRngL8jQ,5502760
25
+ geode_simplex/lib64/libGeode-Simplex_solid.so,sha256=1SBatuNyxTK2W9t3tOswUjS7sSbYsZvq1RT6uY9Lbrc,953504
26
+ geode_simplex/lib64/libGeode-Simplex_surface2d.so,sha256=NWcZR4qJGm1tgspfBiqnYrCWq5kU_WBeNDFVB9n_jQ0,138816
27
+ geode_simplex/lib64/libGeode-Simplex_surface3d.so,sha256=0SEAmmAP8Qtik3Gu1M9vrr8RoLIMdKLc05nrJz00cCs,340944
28
+ geode_simplex/lib64/libGeode-Simplex_surface_common.so,sha256=YAN0LAwpEDFFtRugCV0y7yQUWw5LGDHdRp0jCq3ngI0,446776
29
+ geode_simplex-9.8.11rc2.dist-info/METADATA,sha256=HZATevfb1Ri0tt-OGXX_uQuesxywfjqCKvKN2EMxBGQ,1879
30
+ geode_simplex-9.8.11rc2.dist-info/WHEEL,sha256=6TsICjgOR7isz_jYr-ssV7RSRmh1_0Z7_b5ESlzfzVY,104
31
+ geode_simplex-9.8.11rc2.dist-info/top_level.txt,sha256=qVrD68Hw2vhKcJrG51EYDm9MTGp9SfmZRdSrRKjmdFI,14
32
+ geode_simplex-9.8.11rc2.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.6.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp312-cp312-linux_x86_64
5
5
 
@@ -1,23 +0,0 @@
1
- geode_simplex/__init__.py,sha256=tzkXby2bYKjjGayL5Blw5_B83YK_KgFeBLWh6P5H7Fg,135
2
- geode_simplex/brep_simplex.py,sha256=iuQveVU49BkM20uAYHPqAH3MQY00gWyFs1JJIvEdkNo,281
3
- geode_simplex/metric_simplex.py,sha256=to4N_8_IlhBJS9h8lovXupdJCDzjxQ9ablCgrSE2s4Y,188
4
- geode_simplex/section_simplex.py,sha256=V0Rs1ljcSJNZIQJ0t53KptBkMFODJRs3YJfhmsV2kcs,237
5
- geode_simplex/lib64/geode_simplex_py_brep.cpython-312-x86_64-linux-gnu.so,sha256=_Q2O1fpKi5ratqaw1BGtj2ZLhJGMBthEomWxzuavIHI,159344
6
- geode_simplex/lib64/geode_simplex_py_metric.cpython-312-x86_64-linux-gnu.so,sha256=ZDRxpOS9jMbdouDRliBNoIufQLSWOLgH-WAFVuwdx5Y,212592
7
- geode_simplex/lib64/geode_simplex_py_section.cpython-312-x86_64-linux-gnu.so,sha256=5nt0spExzd6FJg6PnOsWQSTeYIGpfScJo1rfas-aq38,151152
8
- geode_simplex/lib64/libGeode-Simplex_brep.so,sha256=qEXxnm0wzUfVI8tF1lXSq3C4KIoG36JrjyQcbzKTcoA,242440
9
- geode_simplex/lib64/libGeode-Simplex_core.so,sha256=7K3o0vAM9Ck4XH3pWVHu382uUumsrPJUOa-gpaoiup4,163488
10
- geode_simplex/lib64/libGeode-Simplex_corner.so,sha256=vqkcYj9PO1jIl89QOS83kEK5Uw-i1j3ZhErOn40eOBU,52024
11
- geode_simplex/lib64/libGeode-Simplex_line2d.so,sha256=I1oA7-cboCPQXWpTfqw8zoTpmMQak-iPariB2Q0gSRE,72480
12
- geode_simplex/lib64/libGeode-Simplex_line3d.so,sha256=YWf28X_vV3RrIxNUaeIL2krb2xgIzw5V3Yw8lMRcZDY,72488
13
- geode_simplex/lib64/libGeode-Simplex_line_common.so,sha256=bRO3z8MpfUHP4sq2mQaKnX5tIQtnwBlmCL0-2HmRd10,249728
14
- geode_simplex/lib64/libGeode-Simplex_metric.so,sha256=ueMsOmmQoI2YPCAkUeiXILr_Wx962YhimUbweb8dUWo,208760
15
- geode_simplex/lib64/libGeode-Simplex_section.so,sha256=52PaVmhAn-REORWq_Eblz2OSo8aPYEbVJjtCn28Jhl0,5498664
16
- geode_simplex/lib64/libGeode-Simplex_solid.so,sha256=FzHzfDVSeWAqHdjwduMgTRzxUt6uHlXQdzo3y-vf2Zs,969664
17
- geode_simplex/lib64/libGeode-Simplex_surface2d.so,sha256=rRuPXXy-WQ6mj6-QQ30sLNJPTD2fi0NlvOfyj-wnoPc,130464
18
- geode_simplex/lib64/libGeode-Simplex_surface3d.so,sha256=8tqdyxXJ9rkIaJyGqEp0O5mg-xyAJbp6IastFF9MamE,250024
19
- geode_simplex/lib64/libGeode-Simplex_surface_common.so,sha256=2-JE_i8MhfMHPUE60OFQfiQ5dLfQDXFJE22GIk2hjzE,417928
20
- Geode_Simplex-9.0.1.dist-info/METADATA,sha256=HYjlbfyJv9d-woWK2wKgEPX9XoQX-3yhluo3wfwWtjY,1917
21
- Geode_Simplex-9.0.1.dist-info/WHEEL,sha256=mGsrPAxuElzJ5Br4Od3Fg9x1dQ6LTVylvi2VvwXAbDw,104
22
- Geode_Simplex-9.0.1.dist-info/top_level.txt,sha256=qVrD68Hw2vhKcJrG51EYDm9MTGp9SfmZRdSrRKjmdFI,14
23
- Geode_Simplex-9.0.1.dist-info/RECORD,,