Re: [Libmesh-users] how to read a distributed mesh

2017-12-11 Thread Jahrul Alam
First, I wrote the mesh as [CheckpointIO(mymesh).write("test.cp");] Next, I re-compiled the code (only to change 'read' to 'write'), and read the mesh as [CheckpointIO(mymesh).read("test.cp");] mymesh.print_info() shows n_nodes=33153, n_local_nodes = 4225, n_partitions=8, n_processors=8 b

Re: [Libmesh-users] how to read a distributed mesh

2017-12-11 Thread Roy Stogner
On Sat, 9 Dec 2017, Jahrul Alam wrote: Nemesis IO reads the mesh in parallel (not the solution); however, the reader destroys the multi-level structure of the mesh. Is there a work around to handle this problem? I'm afraid not; not even ExodusII ("serial Nemesis") lets us store AMR structure.