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] Changes in SolutionTransfer

2025-01-23 Thread 'Winnifried Wollner' via deal.II User Group
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

Re: [deal.II] Creating an internal (curved) interface in deal.II -- a (failed) attempt and some questions

2024-09-05 Thread 'Winnifried Wollner' via deal.II User Group
Dear Sean, I think you can find an example for what you want to achieve in the code of a recent paper https://epubs.siam.org/doi/10.1137/23M158262X The code is available at https://zenodo.org/records/10459309 where you can check the file InverseHomogenization/geometry.h Best regards Winni On