On Wed, Oct 7, 2009 at 12:00 PM, Andrea Hawkins <[email protected]> wrote: > Hello- > > I am wondering if there is a way to read in from a gmv file both the > solution and the mesh. (Had a run on lonestar that finished before writing > out to a solution and mesh file. Lesson learned... but, I only have the gmv > files and it would be nice to save those computation hours.)
Hi, It looks like the default behavior is to also read in a solution whenever a GMV mesh file is read. You can then use the GMVIO::copy_nodal_solution(EquationSystems& es) function to get that read-in solution into an EquationSystems object. I don't think the accuracy will be better than single precision, and I think it may only make sense for Lagrange-type solutions where the nodal degree of freedom values are also the entries of the GMV solution vector. -- John ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
