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
Setting Field values using broacasting seems to fail silently when using view(). For example in the MWE below, I'm creating two 2D fields and I'm trying to set the first row of E using the last row of U:
Setting
Field
values using broacasting seems to fail silently when usingview()
. For example in the MWE below, I'm creating two 2D fields and I'm trying to set the first row ofE
using the last row ofU
:However, when I check if what I just set is true I get:
What did happen apparently is that the first row
E
got assigned the values from the first row ofU
:Am I missing something here? This works exactly as expected when using
interior
:But using
interior
prevents me from using halo indices, so ideally I'd use another method for that.The text was updated successfully, but these errors were encountered: