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
Opening with paraview the output file move_circle_out.vtk of the smoothy test EllipticSmoothingTestSuite.multimat_tangled_test_2 leads to the following error message (though the file is successfully opened) :
ERROR: In /builds/gitlab-kitware-sciviz-ci/build/superbuild/paraview/src/VTK/IO/Legacy/vtkDataReader.cxx, line 1007
vtkUnstructuredGridReader (0x18165f40): Unsupported point attribute type: point_data for file: move_circle_out.vtk
The POINT_DATA field appears twice in the file, with the value for GMDS_ID and bnd duplicated. Removing the duplicate seems to fix the issue.
There is no problem with the toto output file of the MeshClass.testWriterVTK_NF I/O test suite.
The text was updated successfully, but these errors were encountered:
Opening with paraview the output file
move_circle_out.vtk
of the smoothy testEllipticSmoothingTestSuite.multimat_tangled_test_2
leads to the following error message (though the file is successfully opened) :ERROR: In /builds/gitlab-kitware-sciviz-ci/build/superbuild/paraview/src/VTK/IO/Legacy/vtkDataReader.cxx, line 1007 vtkUnstructuredGridReader (0x18165f40): Unsupported point attribute type: point_data for file: move_circle_out.vtk
The
POINT_DATA
field appears twice in the file, with the value forGMDS_ID
andbnd
duplicated. Removing the duplicate seems to fix the issue.There is no problem with the
toto
output file of theMeshClass.testWriterVTK_NF
I/O test suite.The text was updated successfully, but these errors were encountered: