Re: [Libmesh-users] example parallelmesh???

2011-10-28 Thread Roy Stogner
Currently the only MeshIO subclass that supports reading in parallel is Nemesis. Even with ParallelMesh, the others read in serial and then delete remote elements on each rank. This is still helpful if your mesh doesn't become large until after adaptive refinement, or if your RAM usage doesn't b

[Libmesh-users] example parallelmesh???

2011-10-28 Thread Robert . Bodner
Hello, could someone give me an example of how to use parallelmesh? I have the problem that I have 12GB of RAM, 8 CPU's, but a mesh which has several GB (generated with tetgen). Now, if I understood everything right, a copy of the mesh is kept on every processor. I am reading the mesh with tetgen_i