-
Notifications
You must be signed in to change notification settings - Fork 81
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
InteriorBasis raises IndexError on MeshLine loaded from MSH #178
Comments
The same error is raised with just mesh.mapping() |
Or |
It looks like the problem is that Is the error upstream in Does the same problem affect two-dimensional meshes? Gmsh always uses three-dimensional coordinates for nodes and I think these are passed on by |
I had thought to use Lines 99 to 101 in 9ff1fd5
Would it be reasonable to define it as an a priori class variable, |
Neither can something like isinstance(cls, MeshLine) be used in |
Ah: it was just that |
I suppose this can be closed now? |
Following #175, another problem is that
InteriorBasis(mesh, ElementLineP1())
raisesif
mesh
is loaded from a Gmsh file:Example: example.tar.gz, where:
line.geo
:(The same error is raised without the Physical entities too.)
line.py
The text was updated successfully, but these errors were encountered: