I have not disable threading while compiling deal.ii. Does this it mean it is being used by by integration_loop ? Apart from the message printing order, the results are also not as expected.
Thanks praveen On Tue, Apr 12, 2011 at 10:46 PM, mihai alexe <[email protected]> wrote: > 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 > >
_______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
