On Sat, Dec 2, 2017 at 6:49 PM, Jahrul Alam <al...@mun.ca> wrote:

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

Unfortunately, we don't currently support reading parallel VTK files, only
writing them.

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