Dear Thorsten,
Can you implement TimeValue (at least optional) field in vtr dumps for ParaView showing the propagation time? Maybe setting time-scale like "0"(integer steps),"1e-6", "1e-9" would be useful?
Time data in vtk dumps
Moderator: thorsten
Re: Time data in vtk dumps
Hm,
it should be possible to add an attribute like this I guess.
But maybe you can extract the time-step (e.g. from filename?). The log should give you the factor (how long is one timestep).
regards
Thorsten
it should be possible to add an attribute like this I guess.
But maybe you can extract the time-step (e.g. from filename?). The log should give you the factor (how long is one timestep).
regards
Thorsten
Re: Time data in vtk dumps
I mean, I can extract, but it is very hard feeding the time data to paraview. If it is inside, it is accepted automatically for every "frame" as exact time.