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
I started the first tutorial, running the commands
using Gridap
model = DiscreteModelFromFile("../models/model.json")
writevtk(model,"model")
The files model_*.vtu were written as expected, however when I tried opening model_2.vtu in paraview, I got the following error messages.
ERROR: In vtkXMLParser.cxx, line 364
vtkXMLDataParser (0x55dab2e50fa0): Error parsing XML in stream at line 31, column 1, byte index 2075: not well-formed (invalid token)
ERROR: In vtkXMLReader.cxx, line 576
vtkXMLUnstructuredGridReader (0x55dab2c58f20): Error parsing input file. ReadXMLInformation aborting.
My Julia versioninfo() output is
Julia Version 1.10.4
Commit 48d4fd48430 (2024-06-04 10:41 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: 16 × AMD Ryzen 7 3700X 8-Core Processor
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-15.0.7 (ORCJIT, znver2)
Threads: 1 default, 0 interactive, 1 GC (on 16 virtual cores)
and I am using ParaView 5.12.0 packaged by Fedora 40.
The text was updated successfully, but these errors were encountered:
I started the first tutorial, running the commands
The files
model_*.vtu
were written as expected, however when I tried openingmodel_2.vtu
in paraview, I got the following error messages.My Julia
versioninfo()
output isand I am using ParaView 5.12.0 packaged by Fedora 40.
The text was updated successfully, but these errors were encountered: