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
Hi @diliphridya
it seems a bug that shows up for the degenerated case of 0-cut cells. Since in this case, you don't need aggregation at all, it should be easy to fix.
@fverdugo @santiagobadia
If we consider the following code
Here, all cells are well-posed (no cut cells).
We can see an error BoundsError: attempt to access 81-element Array{Int32,1} at index [0] in the line
V = AgFEMSpace(V0,aggregates)
.The text was updated successfully, but these errors were encountered: