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

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

2012-10-29 Thread David Knezevic
On 10/29/2012 11:13 PM, Paul T. Bauman wrote: > On Mon, Oct 29, 2012 at 10:09 PM, Roy Stogner > mailto:royst...@ices.utexas.edu>> wrote: > > 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 para

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

2012-10-29 Thread Paul T. Bauman
On Mon, Oct 29, 2012 at 10:09 PM, Roy Stogner wrote: > 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. That'll be a bit more work, I think, because Exodus output, for exa

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

2012-10-29 Thread Roy Stogner
On Mon, 29 Oct 2012, David Knezevic wrote: > The attached patch does the job for me. Let me know if there are any > suggestions, otherwise I'll go ahead and check it in. 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 de

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

2012-10-29 Thread David Knezevic
The attached patch does the job for me. Let me know if there are any suggestions, otherwise I'll go ahead and check it in. David On 10/29/2012 07:18 PM, Kirk, Benjamin (JSC-EG311) wrote: That would be a very, very welcome patch. -Ben On Oct 29, 2012, at 4:30 PM, "David Knezevic" wrote

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

2012-10-29 Thread Kirk, Benjamin (JSC-EG311)
That would be a very, very welcome patch. -Ben On Oct 29, 2012, at 4:30 PM, "David Knezevic" wrote: > I'd like to be able to plot data from a subset of the Systems in an > EquationSystems object. I generally use write_equation_systems, which > writes out data from all the systems. I didn'

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

2012-10-29 Thread David Knezevic
I'd like to be able to plot data from a subset of the Systems in an EquationSystems object. I generally use write_equation_systems, which writes out data from all the systems. I didn't notice functionality for specifying a subset of the systems, but I wanted to check? Otherwise, I guess a patch