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
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.