Learner
(Learner)
1
Hello everyone!
I am working with octree mesh data and encountering an issue with discontinuities in the flow field
I have tried using CellDataToPointData
and ResampleWithDataset
, but the resulting mesh still exhibits discontinuities.
Any suggestions on how to achieve a continuous flow field in the changed mesh would be greatly appreciated.
Sincerely,
mwestphal
(Mathieu Westphal (Kitware))
2
The actual issues is that your mesh contains T cells, which are not considered valid in many algorithms in VTK.
The correct way to fix that is to create a dual of your mesh but ParaView cannot do it for you.
Another solution is to work with actual AMR datasets.
How do you generate this data ?