You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the first demo, the function dolfinx.mesh.compute_boundary_facets is said to return an array of booleans where it seems to return 0 or 1. Should it be fixed? or is it something I got wrong?
... using dolfinx.mesh.compute_boundary_facets. This function returns an array of booleans of the same size as the number of facets on this processor, where True indicates that the local facet is on the boundary
Thanks for the tutorial!
The text was updated successfully, but these errors were encountered:
In the first demo, the function
dolfinx.mesh.compute_boundary_facets
is said to return an array of booleans where it seems to return 0 or 1. Should it be fixed? or is it something I got wrong?Thanks for the tutorial!
The text was updated successfully, but these errors were encountered: