On Mon, 9 Jan 2012, Ataollah Mesgarnejad wrote:
> I wonder what is the default mesh partitioner when I read my file > exodusII mesh file in parallel job? Depends what your configure options are, but probably Metis for SerialMesh or ParMetis for ParallelMesh. > and how can I set it to a specific mesh partitioner? MeshBase::partitioner() references an auto_ptr to the current partitioner; you can construct a replacement of a different subclass and reset it to use that instead. --- Roy ------------------------------------------------------------------------------ Write once. Port to many. Get the SDK and tools to simplify cross-platform app development. Create new or port existing apps to sell to consumers worldwide. Explore the Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join http://p.sf.net/sfu/intel-appdev _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
