On Mon, Aug 8, 2011 at 9:29 AM, robert <[email protected]> wrote: > Hello, > > I have seen that there has already been a topic like this one some years > ago. However, I couldn't find a solution for the problem. > > At the end of a calculation I want to evaluate the results by using > system.point_value(int,Point). Everything works fine if I do it > immediately. However, if I write the equation system and the mesh and > read it afterwards: > > std::cout << "Calculate point value: "; > > equation_systems.write("equation_systems"); > mesh.write("mesh.gmv");
This code writes an xda/r-formatted solution file and a GMV-formatted mesh. You will not be able to read these in together, they are different formats. > I found the problem. GMVIO changes the order of the tetrahedra > vertices: There is no problem with GMVIO. You just can't combine a mesh written in GMV format and a solution written in xda/r format... -- John ------------------------------------------------------------------------------ BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA The must-attend event for mobile developers. Connect with experts. Get tools for creating Super Apps. See the latest technologies. Sessions, hands-on labs, demos & much more. Register early & save! http://p.sf.net/sfu/rim-blackberry-1 _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
