> 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?
The integration_loop function takes the type of the iterator from the first argument and casts the second argument to the first argument's type. So I don't think that's it. > If not: try to create a minimal example that triggers the error. Always. W. ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
