Re: [Paraview] Pipeline update with Catalyst

2017-02-07 Thread Andy Bauer
think was > possible). I know there's several things that could probably be done better > in it, but it works for me at the moment. > > > Thanks again! > > > Tim > > > ---------- > *From:* Andy Bauer > *Sent:* Tuesday, February 7, 201

Re: [Paraview] Pipeline update with Catalyst

2017-02-07 Thread Gallagher, Timothy P
le). I know there's several things that could probably be done better in it, but it works for me at the moment. Thanks again! Tim From: Andy Bauer Sent: Tuesday, February 7, 2017 11:03 AM To: Gallagher, Timothy P Cc: paraview@paraview.org Subject: Re: [Parav

Re: [Paraview] Pipeline update with Catalyst

2017-02-07 Thread Andy Bauer
im > > -- > *From:* Andy Bauer > *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 mechanism is often cal

Re: [Paraview] Pipeline update with Catalyst

2017-02-07 Thread Gallagher, Timothy P
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 automatically updated all of the filters

Re: [Paraview] Pipeline update with Catalyst

2017-02-07 Thread Andy Bauer
gt; > -- > *From:* Andy Bauer > *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 nee

Re: [Paraview] Pipeline update with Catalyst

2017-02-07 Thread Gallagher, Timothy P
ain, Tim From: Andy Bauer 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 to do coprocessor.Pipeline.flameArea.Upda

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 val

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