I typically use Paraview (also free) to visualize Exodus format. It paints each element one solid color when displaying constant monomial values. The result is a somewhat pixelated view of your solution field which is probably what you are looking for if you don't like the averaging that Visit is doing.
Cody On Fri, Apr 18, 2014 at 2:56 PM, walter kou <[email protected]> wrote: > Hi all, > > I defined some elemental variables (i.e. system.variables (constant > monomial)), and write to exodus file using equations_systems.write. But > VIsit pseudo-plot will averages the elemental variables on nodes first and > then plot nodal variables. > > 1) Is there anyone who has a fix for this, such that the elemental values > could be plot directly in Visit. > > (I have went throw the visit manual, and find I could choose nodal/zonal > value in plot-attri, but that turned out useless.. ) > > 2) More general question: what visualization software is recommended for > libmesh's exodus file. > > Thanks > > Walter > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and their > applications. Written by three acclaimed leaders in the field, > this first edition is now available. Download your free book today! > http://p.sf.net/sfu/NeoTech > _______________________________________________ > Libmesh-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/libmesh-users > ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/NeoTech _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
