Dear Roy: I am checking the codes about the output file. If using the method you provide, one can't simultaneously output the variable and vector in a file, right?
Because the vectors are the copies of the solutions in my application, I am considering to refer to build_variable_names() and build_solution_vector() to write two functions (build_vector_names() and build_vector_vector()) to output the vector values. I feel it should be simple. could you give me some comments? thanks a lot. Regards, Yujie On Mon, Nov 24, 2008 at 3:51 PM, Roy Stogner <[EMAIL PROTECTED]>wrote: > On Mon, 24 Nov 2008, Yujie wrote: > > In addition, how to write the vectors added by add_vector() to the output >> files (such as gmv, tecplot formats)? >> > > Swap the solution and the added vector, write the solution, swap back. > --- > Roy > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
