Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exodus comparison #186

Closed
hovey opened this issue Nov 6, 2024 · 1 comment
Closed

Exodus comparison #186

hovey opened this issue Nov 6, 2024 · 1 comment
Assignees

Comments

@hovey
Copy link
Contributor

hovey commented Nov 6, 2024

Double x

double_x

automesh

cd ~autotwin/automesh/tests/input
automesh mesh -i double_x.npy -o double_x.inp
automesh mesh -i double_x.npy -o double_x.exo
automesh mesh -i double_x.npy -o double_x.mesh  # visualization in Hexalab.net works, but the CLI doesn't show .mesh

.mesh file:

MeshVersionFormatted 1
Dimension 3
Vertices
12
0 0 0 0
1 0 0 0
2 0 0 0
0 1 0 0
1 1 0 0
2 1 0 0
0 0 1 0
1 0 1 0
2 0 1 0
0 1 1 0
1 1 1 0
2 1 1 0
Hexahedra
2
1 2 5 4 7 8 11 10 0
2 3 6 5 8 9 12 11 0
End

Cubit

import abaqus mesh geometry "/Users/chovey/autotwin/automesh/tests/input/double_x.inp" feature_angle 135
export mesh "/Users/chovey/autotwin/automesh/tests/input/double_x.e" overwrite

Comparison .e with .exo

3.5K Nov  6 11:20 double_x.e
 14K Nov  6 11:16 double_x.exo
Screenshot 2024-11-06 at 11 33 04
@hovey hovey self-assigned this Nov 6, 2024
@mrbuche
Copy link
Contributor

mrbuche commented Nov 6, 2024

@hovey this was fixed in #190 .

@mrbuche mrbuche closed this as completed Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants