Re: [Libmesh-devel] [Libmesh-users] Visualizing element quantities

2012-10-25 Thread Paul T. Bauman
On Thu, Oct 25, 2012 at 3:24 PM, Roy Stogner wrote: > > Assuming you've tested it, I don't see anything wrong. > Sorry, should've said I ran adaptivity_ex3 in dbg mode and verified the files that are output open correctly in ParaView and the values jive with what's actually in the ErrorVector. r

Re: [Libmesh-devel] [Libmesh-users] Visualizing element quantities

2012-10-25 Thread Roy Stogner
On Thu, 25 Oct 2012, Paul T. Bauman wrote: > Attached patch adds capability for ErrorVector::plot_error to write > to ExodusII format. Includes adding example usage to adaptivity_ex3. > OK for trunk? Assuming you've tested it, I don't see anything wrong. --- Roy

Re: [Libmesh-devel] [Libmesh-users] Visualizing element quantities

2012-10-25 Thread Derek Gaston
Seems fine to me and passes all my tests. Derek On Thu, Oct 25, 2012 at 2:14 PM, Paul T. Bauman wrote: > Thanks all. > > Attached patch adds capability for ErrorVector::plot_error to write to > ExodusII format. Includes adding example usage to adaptivity_ex3. OK for > trunk? > > Best, > > Paul

Re: [Libmesh-devel] [Libmesh-users] Visualizing element quantities

2012-10-25 Thread Paul T. Bauman
Thanks all. Attached patch adds capability for ErrorVector::plot_error to write to ExodusII format. Includes adding example usage to adaptivity_ex3. OK for trunk? Best, Paul plot_error.patch Description: Binary data --

Re: [Libmesh-devel] [Libmesh-users] Visualizing element quantities

2012-10-25 Thread Roy Stogner
On Thu, 25 Oct 2012, Paul T. Bauman wrote: > Has anyone done any visualization of element quantities (I have in mind the > element wise error estimates)? I don't see any examples and only an inkling > of capability, but wanted to double check before I start up the discussion > of implementing thi