Re: [deal.II] Getting old solution values at quadrature points using MeshWorker::loop

2020-02-03 Thread Andrew Davis
I have not looked deeply into whether this function is called in a lot of places. Attached is an implementation of a time-dependent advection equation with an adaptive mesh. It seems like it is working given the changes that I made but it does not work given the current master branch. I can cl

Re: [deal.II] Error while writing material-wise-post-processed quantities using higher order QEulerian Mapping

2020-02-03 Thread Paras Kumar
Dear Wolfgang, Thank you so much for your help. The function DataOut::set_cell_selection() seems to be quite useful. Best regards, Paras On Monday, February 3, 2020 at 12:01:39 AM UTC+1, Wolfgang Bangerth wrote: > > > Finally the fix: https://github.com/dealii/dealii/pull/9466 > > Paras: Tha