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
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
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
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
--
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