Coreform-Cubit-Mesh-Export 0.9.9__py3-none-any.whl → 1.0.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-0.9.9.dist-info → coreform_cubit_mesh_export-1.0.2.dist-info}/METADATA +1 -1
- coreform_cubit_mesh_export-1.0.2.dist-info/RECORD +5 -0
- cubit_mesh_export.py +1 -1
- coreform_cubit_mesh_export-0.9.9.dist-info/RECORD +0 -5
- {coreform_cubit_mesh_export-0.9.9.dist-info → coreform_cubit_mesh_export-1.0.2.dist-info}/WHEEL +0 -0
- {coreform_cubit_mesh_export-0.9.9.dist-info → coreform_cubit_mesh_export-1.0.2.dist-info}/top_level.txt +0 -0
{coreform_cubit_mesh_export-0.9.9.dist-info → coreform_cubit_mesh_export-1.0.2.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: Coreform_Cubit_Mesh_Export
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 1.0.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>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
cubit_mesh_export.py,sha256=eZPUMfKIl1bUVnELVBPx3d_oKfnD2Z0SwJKs0KTStdg,51525
|
|
2
|
+
coreform_cubit_mesh_export-1.0.2.dist-info/METADATA,sha256=K-gZa9hxf49539tMv_lpUb-9w7wRIm6_8h9sFF9G86I,5408
|
|
3
|
+
coreform_cubit_mesh_export-1.0.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
4
|
+
coreform_cubit_mesh_export-1.0.2.dist-info/top_level.txt,sha256=-K1cfrL0sGC26lWxEpEVcVu6kQQc0YQWy-noAn3rMRk,18
|
|
5
|
+
coreform_cubit_mesh_export-1.0.2.dist-info/RECORD,,
|
cubit_mesh_export.py
CHANGED
|
@@ -274,7 +274,7 @@ def export_3D_gmsh_ver2(cubit, FileName):
|
|
|
274
274
|
if len(node_list)==4:
|
|
275
275
|
fid.write(f'{Elems} {4} {2} {block_id} {volume_id} {node_list[0]} {node_list[1]} {node_list[2]} {node_list[3]}\n')
|
|
276
276
|
if len(node_list)==10:
|
|
277
|
-
fid.write(f'{Elems} {11} {2} {block_id} {volume_id} {node_list[0]} {node_list[1]} {node_list[2]} {node_list[3]} {node_list[4]} {node_list[
|
|
277
|
+
fid.write(f'{Elems} {11} {2} {block_id} {volume_id} {node_list[0]} {node_list[1]} {node_list[2]} {node_list[3]} {node_list[4]} {node_list[5]} {node_list[6]} {node_list[7]} {node_list[9]} {node_list[8]}\n')
|
|
278
278
|
if len(node_list)==11:
|
|
279
279
|
fid.write(f'{Elems} {35} {2} {block_id} {volume_id} {node_list[0]} {node_list[1]} {node_list[2]} {node_list[3]} {node_list[4]} {node_list[5]} {node_list[6]} {node_list[7]} {node_list[8]} {node_list[9]} {node_list[10]}\n')
|
|
280
280
|
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
cubit_mesh_export.py,sha256=u-WKv_UCAtPBNHfrPNkmxj9YhU5yv0ZHfR-2ljZKGKc,51525
|
|
2
|
-
coreform_cubit_mesh_export-0.9.9.dist-info/METADATA,sha256=LJTrKcNTflHBV7_TqNuCVKoXeEqbXR6RZGpQg3gDBUk,5408
|
|
3
|
-
coreform_cubit_mesh_export-0.9.9.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
4
|
-
coreform_cubit_mesh_export-0.9.9.dist-info/top_level.txt,sha256=-K1cfrL0sGC26lWxEpEVcVu6kQQc0YQWy-noAn3rMRk,18
|
|
5
|
-
coreform_cubit_mesh_export-0.9.9.dist-info/RECORD,,
|
{coreform_cubit_mesh_export-0.9.9.dist-info → coreform_cubit_mesh_export-1.0.2.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|