Re: [deal.II] Re: Changes in SolutionTransfer

2025-02-05 Thread Marc Fehling
Hello Winnifried, > With the old functionality it was possible to check if a refinement of > the mesh was performed between storage and loading and then interpolate > the vector onto the refined mesh used for computation. The new SolutionTransfer workflow performs the transfer of data during the

Re: [deal.II] Re: Changes in SolutionTransfer

2025-01-29 Thread 'Winnifried Wollner' via deal.II User Group
Dear Marc, thanks for the information, I think I missed this merge in functionality. The serial SolutionTransfer class just had the responsibility to transfer vectors between differently refined meshes. How did you use it to load vectors from disk? I don't remember that it had such a functionali

[deal.II] Re: Changes in SolutionTransfer

2025-01-29 Thread Marc Fehling
Hello Winnifried, > I noticed that apparently a change in the SolutionTransfer class is coming with the next version. Particularly, the function 'prepare_for_pure_refinement' seems to be removed (was present in version 9.6.2 but is gone in git)? We had separate implementations of `SolutionTra