> I just want to point out one aspect to all who are interested in this: Only > the mesh refinement is distributed, the original mesh itself is still held > on all processes.
That is true -- the coarse mesh is stored on all processors. But as long as your coarse mesh has less than, say, 100,000 cells, it works. That might not be enough for Tobias' application in simulating whole aircraft, but it's good enough for quite a number of other applications. (And it was hard enough to do this way ;-) W. ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
