Francis (^^)
If you look at the documentation of the temporal interpolator of paraview (
https://www.paraview.org/Wiki/Advanced_Animations) you will see that it
enforces that the support for your data (the mesh) remains constant
throughout the time series. Consequently, you cannot use it with ad
I tried SolutionTransfer class, but because the DoFHandler is set in the
constructor and assumed to be refined (or coarsen), we cannot use that
solution to interpolate to a completely different mesh. Instead, a solution
is to use VectorTools::interpolate_to_different_mesh() to a mesh that stays