Coreform-Cubit-Mesh-Export 1.3__py3-none-any.whl → 1.4__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.3.dist-info → coreform_cubit_mesh_export-1.4.dist-info}/METADATA +5 -23
- {coreform_cubit_mesh_export-1.3.dist-info → coreform_cubit_mesh_export-1.4.dist-info}/RECORD +4 -4
- {coreform_cubit_mesh_export-1.3.dist-info → coreform_cubit_mesh_export-1.4.dist-info}/WHEEL +0 -0
- {coreform_cubit_mesh_export-1.3.dist-info → coreform_cubit_mesh_export-1.4.dist-info}/top_level.txt +0 -0
{coreform_cubit_mesh_export-1.3.dist-info → coreform_cubit_mesh_export-1.4.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: Coreform_Cubit_Mesh_Export
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.4
|
|
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>
|
|
@@ -101,17 +101,16 @@ cubit_mesh_export.export_3D_vtk(cubit, FileName)
|
|
|
101
101
|
## 関数一覧
|
|
102
102
|
|
|
103
103
|
### Gmsh形式
|
|
104
|
-
- `export_gmsh_ver2(cubit, filename)` - Gmsh v2.2形式で3Dメッシュをエクスポート
|
|
104
|
+
- `export_gmsh_ver2(cubit, filename)` - Gmsh v2.2形式で3Dメッシュをエクスポート 2次要素に対応
|
|
105
105
|
|
|
106
106
|
### Nastran形式
|
|
107
|
-
- `
|
|
108
|
-
- `export_3D_Nastran(cubit, filename)` - 3DメッシュをNastran形式でエクスポート
|
|
107
|
+
- `export_Nastran(cubit, filename, DIM="2D|3D", PYRAM=True|False)` - 2D/3DメッシュをNastran形式でエクスポート、PyramidをHexに変換、1次要素のみサポート
|
|
109
108
|
|
|
110
109
|
### MEG形式(ELF用)
|
|
111
|
-
- `export_meg(cubit, filename)`
|
|
110
|
+
- `export_meg(cubit, filename, DIM="T|R|K", MGR2)` - T:3次元、R:軸対称、K:2次元、MGR2で空間節点を指定
|
|
112
111
|
|
|
113
112
|
### VTK形式
|
|
114
|
-
- `export_3D_vtk(cubit, filename)` -
|
|
113
|
+
- `export_3D_vtk(cubit, filename, ORDER="2nd")` - Legacy VTK形式でエクスポート、2ndで2次要素に対応
|
|
115
114
|
|
|
116
115
|
## 要件
|
|
117
116
|
|
|
@@ -137,20 +136,3 @@ Kengo Sugahara (ksugahar@gmail.com)
|
|
|
137
136
|
|
|
138
137
|
[GitHub Issues](https://github.com/ksugahar/Coreform_Cubit_Mesh_Export/issues)にてお願いします。
|
|
139
138
|
|
|
140
|
-
## 変更履歴
|
|
141
|
-
|
|
142
|
-
### v0.9.4 (2025-09-11)
|
|
143
|
-
- **バグ修正**
|
|
144
|
-
- Gmsh v4形式: Wedge要素のノード出力を4個から6個に修正
|
|
145
|
-
- Gmsh v4形式: 要素タグを0ではなく1から開始するよう修正
|
|
146
|
-
- Gmsh v4形式: 空の要素リストでmin/max関数がエラーになる問題を修正
|
|
147
|
-
- VTK形式: WedgeとPyramid要素のconnectivity取得処理が欠落していた問題を修正
|
|
148
|
-
- NASTRAN形式: f-string構文エラーを修正
|
|
149
|
-
|
|
150
|
-
### v0.9.3 (2025-01)
|
|
151
|
-
- パッケージ名を`Coreform_Cubit_Mesh_Export`に統一
|
|
152
|
-
- `pyproject.toml`ベースの最新パッケージング方式に移行
|
|
153
|
-
- ドキュメントの改善
|
|
154
|
-
|
|
155
|
-
### v0.9.2
|
|
156
|
-
- 初回PyPIリリース
|
{coreform_cubit_mesh_export-1.3.dist-info → coreform_cubit_mesh_export-1.4.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.
|
|
7
|
-
coreform_cubit_mesh_export-1.
|
|
8
|
-
coreform_cubit_mesh_export-1.
|
|
9
|
-
coreform_cubit_mesh_export-1.
|
|
6
|
+
coreform_cubit_mesh_export-1.4.dist-info/METADATA,sha256=DhhB3UmOZRKMQJlwFLZuqDK5elf7lbdWWRUPHyHhIXU,4386
|
|
7
|
+
coreform_cubit_mesh_export-1.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
8
|
+
coreform_cubit_mesh_export-1.4.dist-info/top_level.txt,sha256=kKpvsJ-GNEjfO5z-ekTyHF0-sf9m62KYMGMsv4qLWJM,32
|
|
9
|
+
coreform_cubit_mesh_export-1.4.dist-info/RECORD,,
|
|
File without changes
|
{coreform_cubit_mesh_export-1.3.dist-info → coreform_cubit_mesh_export-1.4.dist-info}/top_level.txt
RENAMED
|
File without changes
|