Re: [deal.II] ContinuousQuadratureDataTransfer error

2025-01-20 Thread Wolfgang Bangerth
Junxiang: I am using theĀ CellDataStorage class to record my history state variable and try to interpolate it onto my refined mesh. Therefore, the history data can be accessible for my analysis of the refined mesh. You might want to compare to compare with the implementation in this new code

Re: [deal.II] deal.II and complex numbers

2025-01-20 Thread Wolfgang Bangerth
On 1/20/25 09:00, Lucas P wrote: Thanks Wolfgang for your answer. But I'm surprised to see that some work should be done regarding the iterative solvers. I would expect that deal.ii relies on PETSc to use iterative solvers. And since PETSc can handle complex numbers, I would not have expected t

Re: [deal.II] deal.II and complex numbers

2025-01-20 Thread Lucas P
Thanks Wolfgang for your answer. But I'm surprised to see that some work should be done regarding the iterative solvers. I would expect that deal.ii relies on PETSc to use iterative solvers. And since PETSc can handle complex numbers, I would not have expected this to be a problem. Best, Lucas