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
Since 0771024 there are metadata for the Fides Paraview reader, but the result is very different from the VTX reader opening the same dataset/directory:
The VTK attribute specifies the data arrays as CellData:
Moreover, when the example is run in a distributed manner, e.g. with mpirun -np 8, the Fides dataset contains "gaps" between the subdomains:
How can I specify CellData properly for the Fides reader? I tried changing Fides_Variable_Associations from points to cells for all variables, but then the reader fails with the following error and nothing is loaded in Paraview:
ERROR: In vtkFidesReader.cxx, line 697
vtkFidesReader (0x5d464a9f2b20): Couldn't find index of time value 0
It seems that PointData are somewhat necessary for proper dataset loading (maybe Fides_Dimension_Variable?) but there are in fact datasets without any PointData in the real world and it should be possible to load them with Fides.
The text was updated successfully, but these errors were encountered:
Since 0771024 there are metadata for the Fides Paraview reader, but the result is very different from the VTX reader opening the same dataset/directory:
ADIOS2-Examples/source/cpp/gray-scott/simulation/writer.cpp
Lines 17 to 23 in 86ed110
ADIOS2-Examples/source/cpp/gray-scott/simulation/writer.cpp
Lines 67 to 70 in 86ed110
ADIOS2-Examples/source/cpp/gray-scott/simulation/writer.cpp
Line 14 in 86ed110
ADIOS2-Examples/source/cpp/gray-scott/simulation/writer.cpp
Lines 63 to 64 in 86ed110
mpirun -np 8
, the Fides dataset contains "gaps" between the subdomains:How can I specify CellData properly for the Fides reader? I tried changing
Fides_Variable_Associations
frompoints
tocells
for all variables, but then the reader fails with the following error and nothing is loaded in Paraview:It seems that PointData are somewhat necessary for proper dataset loading (maybe
Fides_Dimension_Variable
?) but there are in fact datasets without any PointData in the real world and it should be possible to load them with Fides.The text was updated successfully, but these errors were encountered: