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
When edgesOnVertex contains zeros (i.e. the vertex is along a culled boundary) an BoundsError is raised in the signIndexField! method, which tries to index arrays at 0. For example:
Horizontal mesh structures do not yet have *Mask arrays (i.e. edgeMask) arrays, meaning horizontal boundary conditions (i.e. no slip) will not be correctly applied.
The text was updated successfully, but these errors were encountered:
Limitations Include:
When
edgesOnVertex
contains zeros (i.e. the vertex is along a culled boundary) anBoundsError
is raised in thesignIndexField!
method, which tries to index arrays at 0. For example:Horizontal mesh structures do not yet have
*Mask
arrays (i.e.edgeMask
) arrays, meaning horizontal boundary conditions (i.e. no slip) will not be correctly applied.The text was updated successfully, but these errors were encountered: