Re: [Paraview] Pipeline update with Catalyst

2017-02-07 Thread Andy Bauer
s that could probably be done better > in it, but it works for me at the moment. > > > Thanks again! > > > Tim > > > -- > *From:* Andy Bauer <andy.ba...@kitware.com> > *Sent:* Tuesday, February 7, 2017 11:03 AM > > *T

Re: [Paraview] Pipeline update with Catalyst

2017-02-07 Thread Gallagher, Timothy P
r your help. Tim From: Andy Bauer <andy.ba...@kitware.com<mailto:andy.ba...@kitware.com>> Sent: Tuesday, February 7, 2017 10:05 AM To: Gallagher, Timothy P Cc: paraview@paraview.org<mailto:paraview@paraview.org> Subject: Re: [Paraview] Pipeline update with Catalyst The pipeline

Re: [Paraview] Pipeline update with Catalyst

2017-02-07 Thread Andy Bauer
t; -- > *From:* Andy Bauer <andy.ba...@kitware.com> > *Sent:* Tuesday, February 7, 2017 10:05 AM > > *To:* Gallagher, Timothy P > *Cc:* paraview@paraview.org > *Subject:* Re: [Paraview] Pipeline update with Catalyst > > The pipeline is update me

Re: [Paraview] Pipeline update with Catalyst

2017-02-07 Thread Gallagher, Timothy P
uesday, February 7, 2017 10:05 AM To: Gallagher, Timothy P Cc: paraview@paraview.org Subject: Re: [Paraview] Pipeline update with Catalyst The pipeline is update mechanism is often called a lazy update scheme meaning only do the requested work and no more. If the UpdateProducers() method automat

Re: [Paraview] Pipeline update with Catalyst

2017-02-07 Thread Andy Bauer
-- > *From:* Andy Bauer <andy.ba...@kitware.com> > *Sent:* Tuesday, February 7, 2017 7:44 AM > *To:* Gallagher, Timothy P > *Cc:* paraview@paraview.org > *Subject:* Re: [Paraview] Pipeline update with Catalyst > > Hi Tim, > > The short answer is that you n

Re: [Paraview] Pipeline update with Catalyst

2017-02-07 Thread Gallagher, Timothy P
From: Andy Bauer <andy.ba...@kitware.com> Sent: Tuesday, February 7, 2017 7:44 AM To: Gallagher, Timothy P Cc: paraview@paraview.org Subject: Re: [Paraview] Pipeline update with Catalyst Hi Tim, The short answer is that you need

Re: [Paraview] Pipeline update with Catalyst

2017-02-07 Thread Andy Bauer
Hi Tim, The short answer is that you need to do coprocessor.Pipeline.flameArea.UpdatePipeline() before checking for the area. You also may need to use MPI to do the global sum or broadcast of the value since I think that value will either just have local values or maybe just the proper global

[Paraview] Pipeline update with Catalyst

2017-02-07 Thread Gallagher, Timothy P
Hello again, I am working on a pipeline using Catalyst that writes data only when features are detected. The idea is to have a 3D contour generated in the pipeline, and when it is big enough, start recording data. There is a long lead-up to when the features appear, and then they disappear