On Sun, 6 Apr 2008, Yujie wrote: > After the mesh is partitioning, if the numbers of the points at > processors are not equal, is it ok for libmesh? thanks a lot.
Depends on what you mean by "the numbers": If the cardinality of the set of nodes on the processors are not equal, that's okay for libMesh; in fact it's usually unavoidable, since the number of nodes isn't usually evenly divisible by the number of processors. If the ids of nodes which are conceptually the same are different on different processors, that would be a bug. --- Roy ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Register now and save $200. Hurry, offer ends at 11:59 p.m., Monday, April 7! Use priority code J8TLD2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
