[deal.II] Re: Post-processing velocities with Trilinos vectors during simulation

2020-11-10 Thread Audrey Collard-Daigneault
Hi Bruno, Thanks for your help! The problem was actually my "sum_reynolds_stress_dt += reynolds_stress_dt;" line. It needed to be outside of the for loop to be effective. I didn't know about LinearAlgebra, but it should propably be useful! Same for the way to work with BlockVectors! About the

[deal.II] Re: Post-processing velocities with Trilinos vectors during simulation

2020-11-05 Thread Bruno Turcksin
Hi, On Wednesday, November 4, 2020 at 2:34:05 PM UTC-5 acdaig...@gmail.com wrote: > Hi everyone! > > I'm working on post-processing velocities with Trilinos solution vectors > during the simulation on Lethe. > Calculating average velocities and pressures (, , and ) works > well using