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
Based on the comments so far, I would define first a mask that tells you which faces are suitable for aggregation at each cell. Then, I would generate a global array with this info, using, e.g., Fill(mask,num_cells), and finally, I would create a new array that combines the standard cell_faces and this one to provide you a new cell_faces_after_filter. Next, you can use everything you need. I can provide details about ho to do this.
@fverdugo @santiagobadia
When dealing with space-time AgFEM, how can we aggregate only in space and not time ?
The text was updated successfully, but these errors were encountered: