添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
豁达的板栗  ·  Passing all values of ...·  2 周前    · 
低调的核桃  ·  Offsets array in a ...·  1 周前    · 
鼻子大的人字拖  ·  How to Prevent Out of ...·  1 周前    · 
安静的手套  ·  Postman flow - ...·  1 周前    · 
闷骚的树叶  ·  How Fast is .NET ...·  3 天前    · 
正直的硬币  ·  广清城轨明年9月开通 ...·  8 月前    · 
曾经爱过的猴子  ·  Ubuntu 18.04 по ...·  9 月前    · 

I have a CFD solver that works with a quadtree mesh. However, I’m unable to create a VTU file because I can’t understand what the offsets array means? Can someone tell me how to create the offsets array? What distance is that?

Also I’d like to know if paraview does not take into account the order of the nodes in the connectivity list? Because, no matter the order I put them in my file, paraview would join them in an ascending order. Is there any way to ask paraview to join them in the same order that the nodes are given?

You may want to ask this question on the VTK discourse.
https://discourse.vtk.org/

In any case, here are the VTK formats specifications.
https://vtk.org/wp-content/uploads/2015/04/file-formats.pdf

Array offsets are mentioned page 15.