-
Notifications
You must be signed in to change notification settings - Fork 24
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
open_dataset error "conflicting sizes" with gmsh extruded mesh #25
Comments
Lines 181 to 187 in 3a87b03
and Lines 206 to 212 in 3a87b03
If |
I could help you more if you can generate a minimal example to reproduce. |
See also #13 if you are interested in non-cubical geometries. |
Here are two similar cases based on the turbChannel example, but with 2 different meshed from GMSH : The case turbChannel_GMSH appears to work well, but the other one turbChannel_GMSH_1 gives the error I mentionned. Both are one box, so I am not sure why one works and not the other. Hope this helps |
We need to check if this was a duplicate of #56 which was fixed |
Some source code to reproduce this exists here, but the field files need to be generated |
Hello,
I have experienced an error when loading a Nek5000 output file with a mesh created from GMSH. A similar case with a mesh from genbox works flowlessly.
when running the following command :
open_dataset('channel3D_0.f00001')
I get the following error :
conflicting sizes for dimension 'y': length 8 on 'xmesh' and length 9 on 'y'
Could you help me resolve this issue ?
(Visualizing it with paraview works fine in both cases, as a check)
The text was updated successfully, but these errors were encountered: