Hi Praveen,
If multi-threading is enabled, then these messages may be printed out of order.
Are you running multiple threads inside the integration_loop?
Mihai
________________________________
Von: Praveen C <[email protected]>
An: Bärbel Janssen <[email protected]>
CC: deal.ii <[email protected]>
Gesendet: Dienstag, den 12. April 2011, 18:55:46 Uhr
Betreff: Re: [deal.II] MeshWorker integration_loop: Do faces first
I just put in print statements in the cell/face/boundary functions and I get
face
face
bdry
cell
face
bdry
cell
face
face
cell
cell
face
face
bdry
face
face
cell
cell
bdry
face
face
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.
Thanks
praveen
_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii