To have smooth animation, Paraview has a TemporalInterpolator which renders intermediate frames by interpolating the solution between time steps.
However, it works only using a constant mesh. If the mesh changes between two time step, then the interpolator fails with this error: Warning: vtkTemporalInterpolator: Interpolation aborted for points because the number of tuples/components in each time step are different One solution could be to export the solution on a fixed mesh, but maybe there are other solutions? Thanks! -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/9aa232af-194d-42bf-816d-78aa3699521a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
