Re: [deal.II] Re: Parallel distributed hp solution transfer with FE_nothing

2020-12-27 Thread Marc Fehling
Hi Kaushik, 1) Yes, this is possible, but tricky: `SolutionTransfer` is not capable of this feature, and you need to do it manually with the more versatile class `CellDataTransfer`. A way to do it has been discussed in #11132 . 2) I did not know

Re: [deal.II] FEInterfaceValues

2020-12-27 Thread Alberto Salvadori
Thank you very much, Timo. I have my code running reasonably well now and this is mostly because of your suggestions. The files you pointed me out to were exactly what I was looking for. Perhaps this little effort in writing interfaces for continuous fe might worth some description in the deal.ii