Re: [Libmesh-users] Plotting a subset of systems from an EquationSystems

2012-10-30 Thread Kirk, Benjamin (JSC-EG311)
On Oct 30, 2012, at 12:34 PM, David Knezevic wrote: > OK, so for now should I go ahead and check in my patch from yesterday? > I'm OK with it. -- Everyone hates slow websites. So do we. Make your web apps faster with

Re: [Libmesh-users] Plotting a subset of systems from an EquationSystems

2012-10-30 Thread David Knezevic
OK, so for now should I go ahead and check in my patch from yesterday? > On Tue, Oct 30, 2012 at 10:07 AM, Roy Stogner wrote: > >> Interesting; I hadn't noticed that method when it went in. Looks like >> you're out of luck if a single EquationSystems has more than one >> System with the same var

Re: [Libmesh-users] Plotting a subset of systems from an EquationSystems

2012-10-30 Thread Derek Gaston
On Tue, Oct 30, 2012 at 10:07 AM, Roy Stogner wrote: > Interesting; I hadn't noticed that method when it went in. Looks like > you're out of luck if a single EquationSystems has more than one > System with the same variable name, but then I suspect pretty much all > our I/O other than xda/xdr fai

Re: [Libmesh-users] Plotting a subset of systems from an EquationSystems

2012-10-30 Thread Roy Stogner
On Tue, 30 Oct 2012, Derek Gaston wrote: It should be noted that you can already restrict what variables come out into an Exodus file.  On your ExodusII_IO object just use set_output_variables() Interesting; I hadn't noticed that method when it went in. Looks like you're out of luck if a sin

Re: [Libmesh-users] Plotting a subset of systems from an EquationSystems

2012-10-30 Thread Derek Gaston
On Mon, Oct 29, 2012 at 9:09 PM, Roy Stogner wrote: > Looks good. While we're at it should we just go whole hog and > figure out how to supply a list of sysname/varname pairs if desired > too? That FEType parameter is kind of a poor hack. > It should be noted that you can already restrict what