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
// Remove any cell attributes if present (they would have to be interpolated/merged)
1293
+
if !mesh_with_data.cell_attributes.is_empty(){
1294
+
warn!(
1295
+
"Post-processing: Cell attributes are not supported when converting triangle meshes to quad meshes. The following cell attribute(s) will be discarded: {}.",
0 commit comments