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
field_data can be read from most mesh format. But when writing to vtk, the field_data is apparently missing, leaving only the points, cells, point_data and cell_data.
Field data is a general format without topological and geometric structure, and without a particular dimensionality.
Typically field data is associated with the points or cells of a dataset. However, if the FIELD type is specified as the
dataset type (see Figure 1), then a general VTK data object is defined.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
field_data can be read from most mesh format. But when writing to vtk, the field_data is apparently missing, leaving only the points, cells, point_data and cell_data.
Is it possible to output the field_data as well? As stated in: https://vtk.org/wp-content/uploads/2015/04/file-formats.pdf
Beta Was this translation helpful? Give feedback.
All reactions