[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

Re: [deal.II] Explicit Instantiation of DoFTools::distribute_cell_to_dof_vector function

2022-06-26 Thread Wolfgang Bangerth
On 6/25/22 02:55, ah.s...@gmail.com wrote: I noticed that DoFTools::distribute_cell_to_dof_vector function is not explicitly instantiated for non-zero codim (dim != spacedim) problems. https://github.com/dealii/dealii/blob/88c91f26d0fa4842d5d6e2cd78c33f6c6fd234ac/source/dofs/dof_tools.inst.in