On Tue, 21 Dec 2010, Michael Povolotskyi wrote: > a) a Mesh object is created (It seems that by default it is a > SerialMesh object, not a ParallelMesh)
Trying to create a distributed mesh in a SerialMesh structure is likely to fail horribly the first time you try to do any adaptivity, at the very least. Create a ParallelMesh explicitly. --- Roy ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
