Coreform-Cubit-Mesh-Export 1.0.1__py3-none-any.whl → 1.0.3__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.0.1.dist-info → coreform_cubit_mesh_export-1.0.3.dist-info}/METADATA +1 -1
- coreform_cubit_mesh_export-1.0.3.dist-info/RECORD +5 -0
- cubit_mesh_export.py +1 -1
- coreform_cubit_mesh_export-1.0.1.dist-info/RECORD +0 -5
- {coreform_cubit_mesh_export-1.0.1.dist-info → coreform_cubit_mesh_export-1.0.3.dist-info}/WHEEL +0 -0
- {coreform_cubit_mesh_export-1.0.1.dist-info → coreform_cubit_mesh_export-1.0.3.dist-info}/top_level.txt +0 -0
{coreform_cubit_mesh_export-1.0.1.dist-info → coreform_cubit_mesh_export-1.0.3.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: Coreform_Cubit_Mesh_Export
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.3
|
|
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=6Clmw5XxzF4ifzROgX4gttjCx8ZMLUlFHtos_c4XtQc,51525
|
|
2
|
+
coreform_cubit_mesh_export-1.0.3.dist-info/METADATA,sha256=qFUXGWQSe4inQf2u2Z48jOQ4cXphNjpEpb067HexUHA,5408
|
|
3
|
+
coreform_cubit_mesh_export-1.0.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
4
|
+
coreform_cubit_mesh_export-1.0.3.dist-info/top_level.txt,sha256=-K1cfrL0sGC26lWxEpEVcVu6kQQc0YQWy-noAn3rMRk,18
|
|
5
|
+
coreform_cubit_mesh_export-1.0.3.dist-info/RECORD,,
|
cubit_mesh_export.py
CHANGED
|
@@ -839,7 +839,7 @@ def export_3D_Nastran(cubit, FileName, Pyram=True):
|
|
|
839
839
|
for wedge_id in wedge_list:
|
|
840
840
|
node_list = cubit.get_connectivity('wedge',wedge_id)
|
|
841
841
|
element_id += 1
|
|
842
|
-
fid.write(f"
|
|
842
|
+
fid.write(f"CPENTA {element_id:>8}{block_id:>8}{node_list[0]:>8}{node_list[1]:>8}{node_list[2]:>8}{node_list[3]:>8}{node_list[4]:>8}{node_list[5]:>8}\n")
|
|
843
843
|
pyramid_list = cubit.get_volume_pyramids(volume_id)
|
|
844
844
|
for pyramid_id in pyramid_list:
|
|
845
845
|
node_list = cubit.get_connectivity('pyramid',pyramid_id)
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
cubit_mesh_export.py,sha256=eZPUMfKIl1bUVnELVBPx3d_oKfnD2Z0SwJKs0KTStdg,51525
|
|
2
|
-
coreform_cubit_mesh_export-1.0.1.dist-info/METADATA,sha256=z2MtIbVBPspeOCUyKYbLQu3-socgOORHmLQNY2r-dMU,5408
|
|
3
|
-
coreform_cubit_mesh_export-1.0.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
4
|
-
coreform_cubit_mesh_export-1.0.1.dist-info/top_level.txt,sha256=-K1cfrL0sGC26lWxEpEVcVu6kQQc0YQWy-noAn3rMRk,18
|
|
5
|
-
coreform_cubit_mesh_export-1.0.1.dist-info/RECORD,,
|
{coreform_cubit_mesh_export-1.0.1.dist-info → coreform_cubit_mesh_export-1.0.3.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|