From: robert <rob...@un...> - 2012-06-07 14:43:08
|
Hello, is there a size limit for writing exodus files and reading them with paraview? I do TetGenIO TG(mesh); TG.read ("main_ldio.1.ele"); mesh.write("tryfunwrite.e"); and read it with paraview afterwards. If the file main_ldio.1.ele has less than 800 000 elements (all tetrahedra) it works fine, if it is bigger paraview gives me the error: "A reader for tryfunwrite.e could not be found" . Reading and writing with libmesh works without error. If I write it as *.mesh file it works (however, if I set subdomains they are not written in *.mesh). I am pretty sure that the file is ok. I created it with tetgen and can look at it with medit. Thanks, Robert |