Forgot to send this to the list.. ---------- Forwarded message --------- From: Derek Gaston <[email protected]> Date: Wed, Feb 11, 2015 at 10:02 PM Subject: Re: [Libmesh-users] Getting xyz coordinates from a global dof id To: Roy Stogner <[email protected]>
On Wednesday, February 11, 2015, Roy Stogner <[email protected]> wrote: > If you're trying to visualize the output of sensitivities to spatially > distributed parameters, my suggestion is to zero out the solution > vector (or swap it with a zero'ed clone if you want to save the > original), then set the sensititivity values into the vector at each > dof index, then send the output to Exodus or GMV. That way you'll get > correct output regardless of FE type. Or do the time tested libMesh pattern of adding an Explicit system with a variable with the same Order and Family and copy your solution into that so it comes out in the Exodus file... Derek -- Sent from my iPhone ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
