Hello,

I am having a problem with reading a mesh. As a test case, I create a Mesh,
and save the mesh:

lshaped_mesh.wite("lshaped.pvtu").

Running with 4 processes, I get five files: lshaped.pvtu, lshaped_0.vtu,
lshaped_1.vtu, lshaped_2.vtu, and lshaped_3.vtu.

Now, I cannot read the saved mesh:

lshaped_mesh.read("lshaped.pvtu")

throws an error, such as "pvtu is not recognized".

Is there a way that I can read distributed mesh from a file?

Thanks,

Jahrul



-- 
=====================================
Jahrul Alam, PhD
Assistant Professor, Dept of Mathematics and Statistics
Memorial University, St John's, NL, Canada
http://www.math.mun.ca/~alamj/
eMail: al...@mun.ca
Office: HH-3035, Tel: 709-737 8071
=====================================
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to