None of the provided routines can handle field data.
Meshio for example is capable of that, but there only structured meshes are supported.
It would be nice to also export field_data passed as a dictionary in the high-level routines.
Would it be possible with this low-level function to just create a field data section:
|
def openData(self, nodeType, scalars=None, vectors=None, normals=None, tensors=None, tcoords=None): |
?
Cheers, Sebastian
None of the provided routines can handle field data.
Meshio for example is capable of that, but there only structured meshes are supported.
It would be nice to also export
field_datapassed as a dictionary in the high-level routines.Would it be possible with this low-level function to just create a field data section:
PyEVTK/src/vtk.py
Line 273 in 41d7e14
?
Cheers, Sebastian