[deal.II] Re: Paraview's TemporalInterpolator with adaptive mesh

2019-08-14 Thread Bruno Blais
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

[deal.II] Re: Paraview's TemporalInterpolator with adaptive mesh

2019-07-12 Thread Francis Giraldeau
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