Hi,
in (Python) VTK, it is possible to associate data with nodes in a
given mesh, e.g.,
a = [... create my VTK array ...]
my_vtk_mesh.GetPointData().AddArray(a)
Is the same thing possible for data that is associated with cells,
faces, or edges?
Cheers,
Nico