Hi Marco,

> So my question is rather: is there
> another possibility to write out the time information (and use ParaView)? If
> not, I would suggest to add it (and would offer my help for it where
> possible), as I assume this problem not only occurs to me?

Interesting. I wonder if it is possible to include timestep="xy"
directly in the vtu file itself? That would be the best solution in my
opinion.

If you are willing to write a small routine that outputs this pvd,
then we are happy to include it in deal.II. Can you first take a look
at  DataOutInterface< dim, spacedim >::write_pvtu_record ( see
http://www.dealii.org/developer/doxygen/deal.II/classDataOutInterface.html#a81fbfc0a7a531a2e2f09e23c68ca382a
) ? Can we make this work with parallel output?

If not, you can at least use this function as a base.

Oh, bonus points if you figure out a way that works for visit and
paraview at the same time. :-)

Let me know if you have any questions.

Thanks,
Timo

-- 
Timo Heister
http://www.math.tamu.edu/~heister/
_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to