Ferrite.jl
Ferrite.jl copied to clipboard
Issue from the future: 3rd order shape functions on a Hexahedron
This line https://github.com/KristofferC/JuAFEM.jl/blob/a8d976d4e9d4bba415c3d2dbf062a75f8d814b2c/src/Dofs/DofHandler.jl#L184 will call a function that is not defined for faces with 4 corner vertices, and that have dofs on the inside of the face. This will be the case when using a third order Hexahedron with dofs on the inside of the face, pretty niche but technically a bug!
To be fair, it is not a bug. It is just a feature we do not support yet.