Dear all,
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)? My code presently relies on the possibility to utilize this mesh transfer as it can be prepared without prior knowledge of the vectors to be interpolated. Is there a fundamental reason why this function is removed - if so do you have a suggestion for a resolution of the following problem:

In a time dependent problem (on a single mesh for all timesteps), I have the possibilities to store finite element vectors associated to certain timesteps on disk - to avoid keeping all vectors in RAM. Now with 'prepare_for_coarsening_and_refinement' it seems to me that I have to load all timesteps to memory as the vectors need to be passed to the function? Is there a way to avoid this?

Thanks
Winni


--
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 dealii+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/dealii/9f6ecc2e-e952-4271-9ffc-513e5b705ff1%40uni-hamburg.de.

Reply via email to