> Clearly, cell integration is not being done in the end. Or have I > misunderstood this ? I want to do all face/boundary integration in the > entire triangulation, and only then start doing cell integration.
Not sure if this is correct behavior or not. One thing you could do is call integration_loop twice, first without a cell_worker, then only with a cell_worker. -- Timo Heister http://num.math.uni-goettingen.de/~heister _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
