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

2021-01-03 Thread Kaushik Das
Hi Bruno, Thanks for the help. I just saw in your online profile that you were in Texas A&M, I was a post-doc at Aerospace TAMU 2009-12, small world! Can use I a dealii::LinearAlgebra::distributed::Vector with the PETSc solver? If not then, I think I have to copy the solution from a PETSc vector to

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

2021-01-03 Thread Bruno Turcksin
Kaushik, I am working on the exact same problem for the same application :-) PETSc Vector do not support compress(min) You need to use a dealii::LinearAlgebra::distributed::Vector instead. Best, Bruno Le sam. 2 janv. 2021 à 18:38, Kaushik Das a écrit : > > Hi Marc, > I tried using cell data tr