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
This applies to VectorParAssembler and CsrParAssembler, both of which require coloring. Usually coloring happens at an earlier stage than when you'd use map_element_nodes, meaning that after map_element_nodes, the coloring no longer corresponds to the mapped indices.
I'm not sure how best to fix this in the short term - at the very least, the assemblers should detect this issue and return an error, which they currently don't do. Long term, we anyway want to move to parallel assembly that doesn't longer coloring, which should resolve this issue that way.
The text was updated successfully, but these errors were encountered:
This applies to
VectorParAssembler
andCsrParAssembler
, both of which require coloring. Usually coloring happens at an earlier stage than when you'd usemap_element_nodes
, meaning that aftermap_element_nodes
, the coloring no longer corresponds to the mapped indices.I'm not sure how best to fix this in the short term - at the very least, the assemblers should detect this issue and return an error, which they currently don't do. Long term, we anyway want to move to parallel assembly that doesn't longer coloring, which should resolve this issue that way.
The text was updated successfully, but these errors were encountered: