Hi Mihai,

>   MeshWorker::integration_loop<dim, dim>
>     (dof_handler.begin_active(), dof_handler.end(),
> [snip]
> Additional Information:
> You have previously called the FEValues::reinit function with a
> cell iterator of type Triangulation<dim,spacedim>::cell_iterator.

Just a guess: is this because you used dof_handler.end() instead of
dof_handler.end_active() and the MeshWorker decides to cast
begin_active() to an TriaIterator instead of TriaActiveIterator?

If not: try to create a minimal example that triggers the error.

Best,
Timo

-- 
Timo Heister
http://num.math.uni-goettingen.de/~heister
_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to