On Mon, Feb 13, 2012 at 1:06 AM, Kyunghoon Lee
<[email protected]> wrote:
> On Mon, Feb 13, 2012 at 3:48 PM, Kyunghoon Lee
> <[email protected]>wrote:
>
>> Hello all,
>>
>> I have a lot of XDR format files that unfortunately have to be converted
>> into the GMV format (mainly because the GMV format is ASCII).  I think I
>> can use the utility, meshtool, such that
>>
>> ./meshtool-opt -d 3 -i bf0.xdr -o bf0.gmv

Don't convert them to GMV, convert them to exodus format and then use
the "ncdump" utility program to view them in ASCII.


> I just found that meshtool is not working properly for my XDR files:
>
> $ ~/Development/local/lib64/libmesh/bin/meshtool-opt -d 3 -i ./bf0.xdr -o
> ./bf0.gmv
> *** Warning, This code is deprecated, and likely to be removed in future
> library versions! src/mesh/mesh_data.C, line 49, compiled Jan 31 2012 at
> 08:39:43 ***
>    ***Cannot bisect a graph with 0 vertices!
>    ***You are trying to partition a graph into too many parts!
>  /Users/aeronova/Development/local/lib64/libmesh/bin/meshtool-opt: elapsed
> time: 0.001627 (sec)

It sounds like you are trying to convert an xdr *solution* file using
meshtool, which won't work.  Meshtool only converts XDR mesh files.

-- 
John

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to