Re: [deal.II] WorkStream::run error for hp iterator

2022-06-27 Thread Wolfgang Bangerth
On 6/27/22 14:10, Elyn Luo wrote: *deduced conflicting types for parameter ‘const Iterator’ (‘dealii::TriaActiveIterator2>, false> >’ and ‘dealii::DoFHandler<2>::active_cell_iterator’ {aka ‘dealii::TriaActiveIterator, false> >’})* Somewhere in the list of arguments that you are passing, you

[deal.II] WorkStream::run error for hp iterator

2022-06-26 Thread Elyn Luo
Hi, I'm trying to implement multithreading for a fluid-solid interaction problem (and thus I used hp mode). I used workstream for CPU acceleration and the code is below: *WorkStream::run(dof_handler.begin_active(), dof_handler.end(),*this, &ElasticWaveEquation::local_as