On Tue, Nov 13, 2012 at 9:16 PM, David Knezevic <[email protected]>wrote:
> When I run miscellaneous_ex2 and view the results in paraview I get > nonsensical plots, whereas it works fine if I change the output format > from ExodusII to GMV. > > Is it just me, or is this what others observe too? > It's not just you. ExodusII (I think all other formats besides GMV?) needs to be updated to handle complex valued solutions. I would suggest something along the lines of how we handle the vector-valued output where we intercept the variable names and create real-valued, complex-valued, and normed-valued "sub-variables" for each variable and then populate the components accordingly in build_solution_vector. This is essentially what the GMV output is doing, but I don't see any reason this couldn't be done in build_variable_names and build_solution_vector (and cutout the GMV specific stuff), but I don't know how big of change this will be to other I/O parts of the library. HTH, Paul ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
