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
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to