Yes, that seems to be the best option for me. Now I call integration_loop with only the face/boundary workers. Then in a second call, I pass only the cell worker. Any idea how much extra computational time is taken due to this ?
Thanks praveen On Wed, Apr 13, 2011 at 11:08 PM, mihai alexe <[email protected]> wrote: > Hi Praveen, > > then you might as well run integration_loop twice. during the first pass > you can assemble all the face terms (say, using > MeshWorker::Assembler::CellsAndFaces with separate_faces = true). > > then, the second pass takes care of the cell integration and finishes up > the matrix/function assembly (use the previously computed face values). > > it will be more expensive but it's a "quick" solution... > > does that make sense? > > -- Mihai >
_______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
