Write tensors in VTK
The VTK::FieldInfo::Type::tensor
enum seems to be implemented with the only purpose of restricting the number of components to write in vtk
In case of using tensors, it is necessary to write more than 3 components per element. So, is it possible to allow more components to be written with the VTKWriter
and the SubsamplingVTKWriter
? or is there another restriction that I did not considered?