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
Ferrite.jl/docs/src/literate-gallery/topology_optimization.jl
Lines 194 to 216 in f7f2592
Some problems with this code:
_nfacets = nfacets(dh.grid.cells[1])
dh.grid
opp
get_facet_facet_neighborhood
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Ferrite.jl/docs/src/literate-gallery/topology_optimization.jl
Lines 194 to 216 in f7f2592
Some problems with this code:
_nfacets = nfacets(dh.grid.cells[1])
dh.grid
is an implementation detail?opp
could be a tupleget_facet_facet_neighborhood
instead (but this is undocumented?)The text was updated successfully, but these errors were encountered: