-
|
Hello everyone, when I was using Gismo for post-processing recently, I found that Gismo's post-processing function gsWriteParaviewMultiTPgrid writes vtk files using a structured grid, which is evenly divided in three directions. I want to refine certain locations, is there a better way to accomplish this? Regards, Rennngw. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
As far as I know this is the only way to export vtks in the current implementation. |
Beta Was this translation helpful? Give feedback.
As far as I know this is the only way to export vtks in the current implementation.
I wanted something similar to what you are looking for. I guess it would make more sense if the evaluations were made element-wise, and then the user would specify a number of points per-element. The problem is how do you store all this data in one of paraview's formats.