We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The new ExclusiveTopology returns an incomplete neighborhood when asking for self-inclusion of the element (e.g. getneighborhood(top, grid, cellidx; include_self=true) - this case is not covered by our unit tests https://github.com/Ferrite-FEM/Ferrite.jl/blob/master/test/test_grid_dofhandler_vtk.jl#L313-L338 .
Also I notices two undocumented convenience functions https://github.com/Ferrite-FEM/Ferrite.jl/blob/master/src/Grid/grid.jl#L395-L396 , maybe we could add these to the docs or are they for purely internal use?
cc @koehlerson
The text was updated successfully, but these errors were encountered:
88c619c
koehlerson
No branches or pull requests
The new ExclusiveTopology returns an incomplete neighborhood when asking for self-inclusion of the element (e.g. getneighborhood(top, grid, cellidx; include_self=true) - this case is not covered by our unit tests https://github.com/Ferrite-FEM/Ferrite.jl/blob/master/test/test_grid_dofhandler_vtk.jl#L313-L338 .
Also I notices two undocumented convenience functions https://github.com/Ferrite-FEM/Ferrite.jl/blob/master/src/Grid/grid.jl#L395-L396 , maybe we could add these to the docs or are they for purely internal use?
cc @koehlerson
The text was updated successfully, but these errors were encountered: