Coreform-Cubit-Mesh-Export 1.1.0__py3-none-any.whl → 1.1.2__py3-none-any.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.
Potentially problematic release.
This version of Coreform-Cubit-Mesh-Export might be problematic. Click here for more details.
- {coreform_cubit_mesh_export-1.1.0.dist-info → coreform_cubit_mesh_export-1.1.2.dist-info}/METADATA +3 -8
- {coreform_cubit_mesh_export-1.1.0.dist-info → coreform_cubit_mesh_export-1.1.2.dist-info}/RECORD +4 -4
- {coreform_cubit_mesh_export-1.1.0.dist-info → coreform_cubit_mesh_export-1.1.2.dist-info}/WHEEL +0 -0
- {coreform_cubit_mesh_export-1.1.0.dist-info → coreform_cubit_mesh_export-1.1.2.dist-info}/top_level.txt +0 -0
{coreform_cubit_mesh_export-1.1.0.dist-info → coreform_cubit_mesh_export-1.1.2.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: Coreform_Cubit_Mesh_Export
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.2
|
|
4
4
|
Summary: Cubit mesh export to various formats including Gmsh, Nastran, and VTK
|
|
5
5
|
Author-email: Kengo Sugahara <ksugahar@gmail.com>
|
|
6
6
|
Maintainer-email: Kengo Sugahara <ksugahar@gmail.com>
|
|
@@ -60,7 +60,6 @@ pip install -e .
|
|
|
60
60
|
|
|
61
61
|
- **Gmsh形式**
|
|
62
62
|
- バージョン2.2(完全サポート)
|
|
63
|
-
- バージョン4.1(部分サポート)
|
|
64
63
|
- **Nastran形式**
|
|
65
64
|
- 2Dメッシュ
|
|
66
65
|
- 3Dメッシュ
|
|
@@ -102,16 +101,14 @@ cubit_mesh_export.export_3D_vtk(cubit, FileName)
|
|
|
102
101
|
## 関数一覧
|
|
103
102
|
|
|
104
103
|
### Gmsh形式
|
|
105
|
-
- `
|
|
106
|
-
- `export_3D_gmsh_ver4(cubit, filename)` - Gmsh v4.1形式で3Dメッシュをエクスポート(部分サポート)
|
|
104
|
+
- `export_gmsh_ver2(cubit, filename)` - Gmsh v2.2形式で3Dメッシュをエクスポート
|
|
107
105
|
|
|
108
106
|
### Nastran形式
|
|
109
107
|
- `export_2D_Nastran(cubit, filename)` - 2DメッシュをNastran形式でエクスポート
|
|
110
108
|
- `export_3D_Nastran(cubit, filename)` - 3DメッシュをNastran形式でエクスポート
|
|
111
109
|
|
|
112
110
|
### MEG形式(ELF用)
|
|
113
|
-
- `
|
|
114
|
-
- `export_3D_meg(cubit, filename)` - 3DメッシュをMEG形式でエクスポート
|
|
111
|
+
- `export_meg(cubit, filename)`
|
|
115
112
|
|
|
116
113
|
### VTK形式
|
|
117
114
|
- `export_3D_vtk(cubit, filename)` - 3DメッシュをVTK形式でエクスポート
|
|
@@ -149,8 +146,6 @@ Kengo Sugahara (ksugahar@gmail.com)
|
|
|
149
146
|
- Gmsh v4形式: 空の要素リストでmin/max関数がエラーになる問題を修正
|
|
150
147
|
- VTK形式: WedgeとPyramid要素のconnectivity取得処理が欠落していた問題を修正
|
|
151
148
|
- NASTRAN形式: f-string構文エラーを修正
|
|
152
|
-
- FreeFEM形式: 未定義変数`nodeset_surface_list`の問題を修正
|
|
153
|
-
- geo_mesh形式: 未定義変数`nodes`の初期化を追加
|
|
154
149
|
|
|
155
150
|
### v0.9.3 (2025-01)
|
|
156
151
|
- パッケージ名を`Coreform_Cubit_Mesh_Export`に統一
|
{coreform_cubit_mesh_export-1.1.0.dist-info → coreform_cubit_mesh_export-1.1.2.dist-info}/RECORD
RENAMED
|
@@ -3,7 +3,7 @@ sample_script/cubit_mesh_export_2d_geo_lukas_format.py,sha256=XJh9K2nMYkpqBgSzTN
|
|
|
3
3
|
sample_script/cubit_mesh_export_3d_cdb.py,sha256=Kw6ViJ7wXBjqL5FvglvtY0ozqc_liIPEcsUVNfLAdes,4925
|
|
4
4
|
sample_script/cubit_mesh_export_3d_freefem_mesh.py,sha256=doBAxvORdAj5NJ07Z2POwz_bue-AtEqDMBUajV7mk8k,2095
|
|
5
5
|
sample_script/cubit_mesh_export_3d_gmesh_v4.py,sha256=PVKQB0_RBhG3qEhUo6RbzjsH6ZDf23VSyHIxqfcF5QU,6947
|
|
6
|
-
coreform_cubit_mesh_export-1.1.
|
|
7
|
-
coreform_cubit_mesh_export-1.1.
|
|
8
|
-
coreform_cubit_mesh_export-1.1.
|
|
9
|
-
coreform_cubit_mesh_export-1.1.
|
|
6
|
+
coreform_cubit_mesh_export-1.1.2.dist-info/METADATA,sha256=7ZV_kU9Sp4j80pVisfhBVdcLPGdzR0q34gsztjFF_7E,4955
|
|
7
|
+
coreform_cubit_mesh_export-1.1.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
8
|
+
coreform_cubit_mesh_export-1.1.2.dist-info/top_level.txt,sha256=kKpvsJ-GNEjfO5z-ekTyHF0-sf9m62KYMGMsv4qLWJM,32
|
|
9
|
+
coreform_cubit_mesh_export-1.1.2.dist-info/RECORD,,
|
{coreform_cubit_mesh_export-1.1.0.dist-info → coreform_cubit_mesh_export-1.1.2.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|