Re: [Paraview] Using Probe Filter To Get The Average Value Around A Point

2018-02-06 Thread Moreland, Kenneth
value (and then sampled on the grid). -Ken Sent from my iPad > On Feb 6, 2018, at 8:21 PM, Jeremias Gonzalez <jgonzale...@ucmerced.edu> > wrote: > > Thank you very much for your explanations and suggestions. Responses > interspersed below. > >> On 2/5/2018 4:

Re: [Paraview] Using Probe Filter To Get The Average Value Around A Point

2018-02-05 Thread Moreland, Kenneth
Jeremias, When you set a radius and number of points in the probe filter, then the filter will randomly sample the volume within the defined sphere the number of times requested. The resulting values are the field values at those randomly sampled locations. An easy way to get an average of

Re: [Paraview] Save Animation option in ParaView 5.4.0 vs 5.3.0

2018-01-28 Thread Moreland, Kenneth
Mark, One more thing to help until the num frames/time step comes back. If you want to use the sequence mode and get a time stamp that reflects the time in your time step, try using the Annotate Time Filter (as opposed to the Annotate Time Source) and attach it to your data. That should report

Re: [Paraview] Reading netCDF files Earth models

2018-01-18 Thread Moreland, Kenneth
) temp.GetDimensions() (360, 179, 57) temp.GetExtent() (0, 359, 0, 178, 0, 56) temp.GetCenter() (179.5, 0.0, -1350.0) temp.GetNumberOfPoints() 3673080L Really appreciate your help —manoch On Jan 17, 2018, at 3:57 PM, Moreland, Kenneth <kmo...@sandia.gov<mailto:kmo...@sandia.gov>> w

Re: [Paraview] Reading netCDF files Earth models

2018-01-17 Thread Moreland, Kenneth
Manochehr, If you uncheck the “Spherical Coordiantes” option, then the longitude, latitude, and depth values will be preserved as x, y, and z coordinates. (Instead of translated to a sphere, the data will appear in a rectangle.) -Ken On 1/17/18, 4:34 PM, "ParaView on behalf of Manochehr

Re: [Paraview] ParaView 5.x not showing all objects available in Pipeline Browser

2018-01-16 Thread Moreland, Kenneth
hab...@geomechanica.com> Date: Tuesday, January 16, 2018 at 7:58 AM To: "Moreland, Kenneth" <kmo...@sandia.gov> Cc: "paraview@paraview.org" <paraview@paraview.org> Subject: [EXTERNAL] Re: [Paraview] ParaView 5.x not showing all objects available in Pipeline Bro

Re: [Paraview] ParaView 5.x not showing all objects available in Pipeline Browser

2018-01-10 Thread Moreland, Kenneth
unless you have done some tinkering you should be OK. -Ken From: Omid Mahabadi [mailto:omid.mahab...@geomechanica.com] Sent: Wednesday, January 10, 2018 9:21 AM To: Moreland, Kenneth <kmo...@sandia.gov> Cc: paraview@paraview.org Subject: [EXTERNAL] Re: [Paraview] ParaView 5.x not showi

Re: [Paraview] Plot selection over time for threshold

2018-01-08 Thread Moreland, Kenneth
Jairaj, I’m not sure what exactly you mean by “the threshold,” but there are many ways to plot the average of a threshold-selection of cells over time. The most straightforward way is to open up the Find Data dialog box, select the cells you want to plot, and then create a Plot Selection Over

Re: [Paraview] Question about build paraview

2018-01-08 Thread Moreland, Kenneth
Actually I find the easiest way to do it is, assuming you have icc in your path, to set the CC and CXX environment variables on the command of the first run of cmake (or ccmake or cmake-gui, whichever one you are using). So the start of your build would be something like this: mkdir

Re: [Paraview] [EXTERNAL] Error about reading .pvtk file

2018-01-03 Thread Moreland, Kenneth
Yangguang, If the file size is not too big and you are using the Kitware build of ParaView, here are 2 other things you might want to check (although they seem less likely than what you already checked). Corrupt files. Make sure the files did not get corrupted when you copied them to your

Re: [Paraview] plot colors: function value -> RGB tuple

2017-12-14 Thread Moreland, Kenneth
You can achieve this by writing making a filter that creates a 3D vector field where each vector represents an RGB color. If writing out floating point values, the color channel values should be between 0 and 1. You can then render this 3D vector field directly as colors by turning off the “Map

Re: [Paraview] curvilinear CF conventions

2017-12-12 Thread Moreland, Kenneth
many different use cases, but sometimes you run into limitations of this nature. -Ken From: David Deepwell [mailto:ddeepw...@uwaterloo.ca] Sent: Monday, December 11, 2017 7:16 PM To: Moreland, Kenneth <kmo...@sandia.gov> Cc: David Deepwell <ddeepw...@uwaterloo.ca>; paraview@paraview

Re: [Paraview] curvilinear CF conventions

2017-12-11 Thread Moreland, Kenneth
the “Warp By Scalar” filter and set the “Scalars” property to “zc”. That will apply the elevation to your data like you want. -Ken From: David Deepwell [mailto:ddeepw...@uwaterloo.ca] Sent: Saturday, December 9, 2017 12:54 PM To: Moreland, Kenneth <kmo...@sandia.gov> Cc: David Deepwell &

Re: [Paraview] curvilinear CF conventions

2017-12-09 Thread Moreland, Kenneth
David, The netCDF/CF reader should be able to read curvilinear coordinates. There is not enough information in your email to determine whether the issue is with the ParaView reader or an issue with the data file. It would be helpful if you could send us an example file so we can replicate your

Re: [Paraview] Displaying volume outside of mesh as solid

2017-11-27 Thread Moreland, Kenneth
It looks like the email to the list at large is awaiting moderator approval for the attachment. In the meantime, here is the response without the referenced attachment. -Ken From: Moreland, Kenneth Sent: Monday, November 27, 2017 10:05 AM To: Quammen, Cory (External Contacts) <cory.q

Re: [Paraview] Disable automatic mesh warping

2017-11-22 Thread Moreland, Kenneth
John, Sam’s advice is sound, but I am curious where your data is coming from. ParaView usually does not automatically apply displacements by warping. The only exception I know of is the Exodus II reader, and in that case you can turn off the warping by unchecking the Apply Displacements

Re: [Paraview] surface construction with holes

2017-11-14 Thread Moreland, Kenneth
Ufuk, The short answer is, no. You cannot keep the Delaunay2D filter from filling holes. The mathematical description of Delaunay triangulation fills in all the space in the convex hull of the points. The question about having the Delaunay triangulation keeping open space that is supposed to

Re: [Paraview] NaN values

2017-11-14 Thread Moreland, Kenneth
the danger of removing a NaN from elsewhere in the file that you want.) -Ken From: "Doina Gumeniuc (224252 MAHS)" <224...@via.dk> Date: Tuesday, November 14, 2017 at 12:42 AM To: "Moreland, Kenneth" <kmo...@sandia.gov>, Mathieu Westphal <mathieu.westp...@k

Re: [Paraview] NaN values

2017-11-13 Thread Moreland, Kenneth
Doina, vtk files support Nan’s in general. (I just tried it. It worked fine.) However, you are trying to introduce NaN’s in a list of integer connections, which is just wrong on many levels. However, I do not see why you need NaN at all. The LINES connectivity list allows you to vary the

Re: [Paraview] Create 4D Animation from sets of 3D Data

2017-11-06 Thread Moreland, Kenneth
...@cs.unc.edu] Sent: Monday, November 6, 2017 9:21 AM To: Moreland, Kenneth <kmo...@sandia.gov> Cc: Quang Ha <qt...@cam.ac.uk>; DeMarle, David E. (External Contacts) <dave.dema...@kitware.com>; paraview@paraview.org Subject: [EXTERNAL] Re: [Paraview] Create 4D Animation from sets of 3D Data

Re: [Paraview] [EXTERNAL] 2d decimation

2017-10-13 Thread Moreland, Kenneth
This is a total guess, but I would not be surprised if your slice is on a multi block data set that there are holes at the boundaries between blocks. I don't think there are any guarantees about the shape held after the decimation. Likewise if running MPI and the slice is distributed. -Ken

Re: [Paraview] Saving as csv data

2017-10-09 Thread Moreland, Kenneth
Teng, The issue is that your stress field data is associated with the cells and you are writing out the point data in your csv file. Thus, the stress data is not being written. There are two solutions, both with flaws: Solution 1: When you get the dialog box labeled "Configure Writer

Re: [Paraview] Averaging data in paraview

2017-09-14 Thread Moreland, Kenneth
I don’t think there is anything ready made that will do what you are describing. However, I think if your points are lined up along the x axis (assuming width=x), I think you can fake it by squishing the data to a line and telling ParaView to merge coincident points (clean the data). Try the

Re: [Paraview] Read files in different folders at the same time

2017-09-10 Thread Moreland, Kenneth
An easier but equally unsatisfactory solution is to do an “ln -s” command to create symbolic links in a common directory. It’s technically not a copy of the file and ParaView will pick them up as if they were the regular file. -Ken On 9/8/17, 5:31 AM, "ParaView on behalf of Utkarsh Ayachit"

Re: [Paraview] [EXTERNAL] Is anyone using the Extra Headlight in ParaView?

2017-08-17 Thread Moreland, Kenneth
The use case Alan brings up is captured in bug 17236: https://gitlab.kitware.com/paraview/paraview/issues/17236. Until that bug is fixed, I would argue strenuously against disabling the headlight. The implementation of the bug fix may or may not require the headlight to stick around (depending

Re: [Paraview] Dynamic colouring of the geometry in the animation of warped eigenmodes

2017-08-07 Thread Moreland, Kenneth
Juha, As Cory said you can create a plugin to replicate this behavior, but I believe you can also get similar behavior through a collection of filters. Although this is a bit cumbersome, you can try the following steps: 1. Before applying the WarpByVector filter, add the Calculator filter to

Re: [Paraview] Point data to 2d plane data

2017-07-26 Thread Moreland, Kenneth
Teng, When you saved your data to a csv file, you lost all cell information. If you want to look at cells in your data, you will have to recreate them. The easiest way to create cells is probably to use the Delaunay 2D filter. Note, however, that the cells created will not be the same as in

[Paraview] **Deadline Extended** CFP: 3rd Annual Workshop on In Situ Infrastructures for Enabling Extreme-Scale Analysis and Visualization (ISAV 2017)

2017-07-17 Thread Moreland, Kenneth
Sorry for the spam, but ParaView/Catalyst users may be interested in this workshop. Update: paper submission due date extended to 15 Aug 2017 23:59 AoE ISAV 2017: In Situ Infrastructures for Enabling Extreme-Scale Analysis and Visualization In cooperation with SIGHPC and held in conjunction

Re: [Paraview] Dilation Operation ...

2017-07-06 Thread Moreland, Kenneth
Niklas, My first question is, are the data actually being read in as a point data field or a cell data field? If you go to the Information panel, what does it say the data are? I'm not at my computer to check this, but I believe that if you read data as a lon/lat projection, the mesh is most

Re: [Paraview] netcdf

2017-05-16 Thread Moreland, Kenneth
Or do you still feel that I need to provide an example netcdf file for you to better understand the problem? Thanks again for your help. Regards, Rupert On Tue, May 16, 2017 at 6:36 AM, Moreland, Kenneth <kmo...@sandia.gov<mailto:kmo...@sandia.gov>> wrote: Rupert, As Aashish said,

Re: [Paraview] netcdf

2017-05-15 Thread Moreland, Kenneth
Rupert, As Aashish said, it might be easier to diagnose the issue if you sent us a file. But if your file is not following the CF or COARDS convention, then the reader will simply interpret the arrays in the file as uniform grids with spacing of 1. This is not likely to conform with the

Re: [Paraview] Visualization ternary saturation

2017-05-09 Thread Moreland, Kenneth
/17423 -Ken From: Dan Lipsa [mailto:dan.li...@kitware.com] Sent: Tuesday, May 9, 2017 7:59 AM To: Quammen, Cory (External Contacts) <cory.quam...@kitware.com> Cc: Moreland, Kenneth <kmo...@sandia.gov>; Waldon, Shawn (External Contacts) <shawn.wal...@kitware.com>; ParaView <

Re: [Paraview] Visualization ternary saturation

2017-05-08 Thread Moreland, Kenneth
Shawn, I tried it your way in ParaView 5.3.0, and it did not work correctly. Are you sure this is implemented in 5.3 and not a new feature in the upcoming 5.4? -Ken From: Shawn Waldon [mailto:shawn.wal...@kitware.com] Sent: Monday, May 8, 2017 12:11 PM To: Moreland, Kenneth <kmo...@sandia.

Re: [Paraview] Visualization ternary saturation

2017-05-08 Thread Moreland, Kenneth
ParaView does not directly support ternary color maps, but if you create a field of colors (represented by three unsigned chars), then you can render those colors directly by turning off the Map Scalars option. You can create these colors with a Programmable Filter with a script like the

Re: [Paraview] Programmable Filter - Multiple Inputs - Crash

2017-04-25 Thread Moreland, Kenneth
your script to make sure you never add a PointData field to an output when the size does not match the number of points. -Ken From: Gabriel Nahas [mailto:gabrielrezendena...@gmail.com] Sent: Tuesday, April 25, 2017 8:58 AM To: Moreland, Kenneth <kmo...@sandia.gov> Cc: paraview@paraview.org S

Re: [Paraview] Programmable Filter - Multiple Inputs - Crash

2017-04-25 Thread Moreland, Kenneth
Gabriel, I tried loading in your script into ParaView 5.3 and was unable to replicate your crash even when the number of points did not match or I used fields that did not exist. Are you using the most recent version of ParaView? If so, can you tell us more about your data? -Ken From:

Re: [Paraview] Integrating drag and lift over time

2017-04-21 Thread Moreland, Kenneth
Sanjeeb, You could click File → Save Data and then save the result of the Integrate Variables filter as a CSV file. After the file dialog you get another dialog of options. Check the box marked "Write All Time Steps" and click OK. You should get a CSV file for every time step in your data.

Re: [Paraview] Difference in dataset for multiple variables

2017-03-24 Thread Moreland, Kenneth
The programmable filter just runs the Python script you give it. Use Python to iterate over all the fields in your dataset. Augmenting the example in the email you reference, use something like this to iterate over all the fields: for field in inputs[0].PointData.keys(): data0 =

Re: [Paraview] How do you "see" FieldData

2017-03-24 Thread Moreland, Kenneth
ach is to write that value out to a table and then use Plot Selection Over Time to plot the value. -Ken From: Scott, W Alan Sent: Friday, March 24, 2017 12:17 PM To: Moreland, Kenneth <kmo...@sandia.gov>; paraview@paraview.org Subject: RE: [Paraview] How do you "see" FieldD

Re: [Paraview] How do you "see" FieldData

2017-03-23 Thread Moreland, Kenneth
I don't think Plot Global Variables Over Time works the way you think it does. This filter assumes that the global arrays contain a static array the same size as the number of time steps and then plots that with the time array on the x axis and the entries in this array in the y axis. If the

Re: [Paraview] Scale time

2017-03-23 Thread Moreland, Kenneth
You can add the Temporal Shift Scale filter and set the Scale, in your case, to 1000. -Ken From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of Scott, W Alan Sent: Thursday, March 23, 2017 2:42 PM To: paraview@paraview.org Subject: [EXTERNAL] [Paraview] Scale time Is it possible

Re: [Paraview] Field value question from a user

2017-03-10 Thread Moreland, Kenneth
Alan, So in summary, yes it is possible to do this with the programmable filter. What you do is check the time to see if it equals the target time step. If so, save the array from the desired field in a global variable. Then on other time steps do the difference. You may have noticed I'm not

Re: [Paraview] Field value question from a user

2017-03-10 Thread Moreland, Kenneth
This is complex but can be done with the time support in VTK’s pipeline. However, it requires the filter to hold state from one call of RequestData to the next. This is simple enough in C++, but I’m not sure how you do it in the Python interpreter (used by the programmable filter). You could

Re: [Paraview] 答复: Help: How to convert a group of vtk data files at one time though ParaView

2017-03-09 Thread Moreland, Kenneth
th ParaView. I will try your method, and thank you for your kind reply. Best regards, Stan ________ 发件人: Moreland, Kenneth <kmo...@sandia.gov> 发送时间: 2017年3月9日 20:08 收件人: 董 舒迪; paraview@paraview.org 主题: Re: [Paraview] Help: How to convert a group of vtk data files at one t

Re: [Paraview] Help: How to convert a group of vtk data files at one time though ParaView

2017-03-09 Thread Moreland, Kenneth
Stan, I don’t know if this functionality goes all the way back to version 4.1 (I only tried back to 4.3), but if you load your vtk data as a time series then you can similarly write them out as a time series of csv files. Assuming that your vtk files are written as a numeric series (e.g.

Re: [Paraview] CSV to PVTU

2017-03-06 Thread Moreland, Kenneth
whereas new versions of ParaView are not writing out pointless empty vtu files. -Ken From: Faiz Abidi [mailto:fabid...@vt.edu] Sent: Sunday, March 5, 2017 4:09 PM To: Moreland, Kenneth <kmo...@sandia.gov> Cc: ParaView <paraview@paraview.org>; Rajamohan, Srijith <sriji...@vt.edu>

Re: [Paraview] [EXTERNAL] Re: CSV to PVTU

2017-03-02 Thread Moreland, Kenneth
[mailto:fabid...@vt.edu] Sent: Thursday, March 2, 2017 2:44 PM To: Moreland, Kenneth <kmo...@sandia.gov> Cc: ParaView <paraview@paraview.org>; Rajamohan, Srijith <sriji...@vt.edu>; Nicholas Polys <npo...@vt.edu>; Ayat Mohammed <maaa...@vt.edu> Subject: Re: [EXTERNAL] R

Re: [Paraview] [EXTERNAL] Re: CSV to PVTU

2017-03-02 Thread Moreland, Kenneth
, March 2, 2017 1:38 PM To: Moreland, Kenneth <kmo...@sandia.gov> Cc: ParaView <paraview@paraview.org>; Rajamohan, Srijith <sriji...@vt.edu>; Nicholas Polys <npo...@vt.edu>; Ayat Mohammed <maaa...@vt.edu> Subject: [EXTERNAL] Re: [Paraview] CSV to PVTU Hi Moreland, Tha

Re: [Paraview] [Non-DoD Source] Re: CSV to PVTU (UNCLASSIFIED)

2017-03-01 Thread Moreland, Kenneth
Original Message- From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of Moreland, Kenneth Sent: Wednesday, March 01, 2017 4:15 PM To: Faiz Abidi <fabid...@vt.edu>; ParaView <paraview@paraview.org> Subject: [Non-DoD Source] Re: [Paraview] CSV to PVTU All active l

Re: [Paraview] CSV to PVTU

2017-03-01 Thread Moreland, Kenneth
You can use ParaView itself to read in the csv file, convert it to an unstructured grid (Table to Points filter), redistributed on your 8 parallel processors (D3 filter) and then write out a pvtu file. Offhand I cannot think of an easier way. -Ken From: ParaView

Re: [Paraview] 2d image tiling problem

2017-02-28 Thread Moreland, Kenneth
I cannot think of any existing reader with a format that is similar to what you describe. That said, the VTK/ParaView data structures could hold such a thing no problem. It might be your best bet is to create a reader (or programmable source) that reads in the metafile. -Ken From: ParaView

Re: [Paraview] Paraview crashes with netCDF

2017-02-13 Thread Moreland, Kenneth
Adam, Was able to replicate your problem. It looks like there are minor issues with both gdalwarp and ParaView that together are causing the crash. The first problem is that gdalwarp is not writing the units attribute correctly when outputting the coordinates in feet. Instead, the units are

Re: [Paraview] First trial file does not work-help!

2017-02-07 Thread Moreland, Kenneth
-Original Message- From: Emrah Ersan Erdogan [mailto:emrahersanerdo...@gmail.com] Sent: Friday, February 3, 2017 3:02 PM To: Moreland, Kenneth <kmo...@sandia.gov> Cc: paraview@paraview.org Subject: [EXTERNAL] Re: [Paraview] First trial file does not work-help! Thanks, that works ver

Re: [Paraview] First trial file does not work-help!

2017-02-03 Thread Moreland, Kenneth
> On 3 Feb 2017, at 01:24, Moreland, Kenneth <kmo...@sandia.gov> wrote: > > Did you type this in a text editor? The first thing I notice is that many of the quotes are the fancy open/close characters. Many text editors use a “smart quotes” feature that replaces the straight quote

Re: [Paraview] First trial file does not work-help!

2017-02-02 Thread Moreland, Kenneth
Did you type this in a text editor? The first thing I notice is that many of the quotes are the fancy open/close characters. Many text editors use a “smart quotes” feature that replaces the straight quote to a bent open or closed quote. The VTK reader only accepts the straight quotes (ASCII

Re: [Paraview] Point cloud to structured mesh

2017-01-31 Thread Moreland, Kenneth
The most direct approach is probably to use the Gaussian Resampling filter. Another approach is to run the Delaunay 3D filter and then run the resample to image filter. -Ken From: ParaView on behalf of Walter Scott Date: Monday, January 30,

Re: [Paraview] Generate IDs

2017-01-31 Thread Moreland, Kenneth
Daniel, As you have discovered, trying to “connect” data sets in this way after the clip filter is applied is problematic because it changes the locations of points and the structure of cells. It makes the grids no longer isomorphic or sub-isomorphic. I would suggest one of two approaches.

Re: [Paraview] Gradient between cell data

2017-01-26 Thread Moreland, Kenneth
Christoph, To my knowledge, there is no direct way to do this. If your data are in an ImageData or some other type of structured grid, it should be fairly straightforward to use a programmable filter to build a new grid with one fewer point in each dimension and then copy the cell data of this

Re: [Paraview] Display all time steps on the same window

2017-01-18 Thread Moreland, Kenneth
Try applying the “Group Time Steps” filter (introduced in ParaView 5.2). -Ken From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of Júlio Hoffimann Sent: Wednesday, January 18, 2017 12:00 PM To: paraview Subject: [EXTERNAL] [Paraview] Display all time steps

Re: [Paraview] exodusII reader & writer in parallel

2017-01-13 Thread Moreland, Kenneth
with the third party code over this. -Ken From: Andy Bauer [mailto:andy.ba...@kitware.com] Sent: Friday, January 13, 2017 2:03 PM To: Moreland, Kenneth <kmo...@sandia.gov> Cc: paraview@paraview.org Subject: [EXTERNAL] Re: [Paraview] exodusII reader & writer in parallel It's looking like t

Re: [Paraview] exodusII reader & writer in parallel

2017-01-13 Thread Moreland, Kenneth
Andy, That sounds like a bug in our Exodus writer to me. I’m not positive, but I’m pretty sure that you can specify in Exodus point and cell arrays if no grid points or cells exist. The writer is probably making a shortcut and skipping that if there is no actual data. -Ken From: ParaView

Re: [Paraview] [EXTERNAL] Decode a vtu file

2017-01-13 Thread Moreland, Kenneth
Documentation for vtu file format (and several other standard VTK formats) is here: http://www.vtk.org/VTK/img/file-formats.pdf -Ken From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of Andi Hartarto Sent: Thursday, January 12, 2017 7:54 PM To: paraview@paraview.org Subject:

Re: [Paraview] Paraview Vtu to Exodus. Single block, multi element?

2017-01-11 Thread Moreland, Kenneth
with TetrahedraRank 1 or 2. -Ken From: Andi Hartarto [mailto:andi3...@gmail.com] Sent: Tuesday, January 10, 2017 6:26 PM To: Moreland, Kenneth <kmo...@sandia.gov> Cc: paraview@paraview.org Subject: [EXTERNAL] Re: [Paraview] Paraview Vtu to Exodus. Single block, multi element? Ken, From your email,

Re: [Paraview] [EXTERNAL] How to load different data files for multiple pvservers

2017-01-10 Thread Moreland, Kenneth
I recommend writing out your data as .pvtp instead .vtk files. The file formats are similar, but pvtp supports reading and writing in parallel. Both formats are documented here: http://www.vtk.org/VTK/img/file-formats.pdf -Ken From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of

Re: [Paraview] get name of source in pipeline gui

2017-01-09 Thread Moreland, Kenneth
I think the only way to get the name of the active source (or any source for that matter) is to search for it in the values of the dictionary returned by GetSources(). If you look at this dictionary, it has a set of keys that are a pair consisting of the name in the pipeline browser and a

Re: [Paraview] Paraview Vtu to Exodus. Single block, multi element?

2017-01-09 Thread Moreland, Kenneth
Andi, You said you need an output with multiple blocks, but your last comment, “I need 1 block data set with 2 or more element data inside it,” suggests that what you really need is to add a second field of data. Try using the calculator to add that second field. Set the attribute mode to

Re: [Paraview] Thanks for your help!

2016-12-28 Thread Moreland, Kenneth
I am out this week, so I am not following this thread closely, but it's not clear from the description of your hardware that you are ever going to get an improvement from parallel rendering. You said you have 8 cores. Are these 8 cores in the same machine? If so, I don't think running in

Re: [Paraview] [EXTERNAL] Time Synchronization for Case and Geometry Sequences

2016-12-01 Thread Moreland, Kenneth
time values are all in ASCII format. Thanks, Huangrui On 2016-12-01 03:35 PM, Moreland, Kenneth wrote: > Huangrui, > > I found a work around that I think does what you want. After you load in your two data sets, right click on one of them in the Pipeline Browser and ch

Re: [Paraview] [EXTERNAL] Time Synchronization for Case and Geometry Sequences

2016-12-01 Thread Moreland, Kenneth
pvd gives 10 synchronized sequences. Due to the artificial times steps in the Real Time Mode and Sequence Mod, is there a way to synchronize the mixed case in the Snap to Timesteps mode? Thanks a lot, Huangrui On 2016-12-01 01:54 PM, Moreland, Kennet

Re: [Paraview] [EXTERNAL] Time Synchronization for Case and Geometry Sequences

2016-12-01 Thread Moreland, Kenneth
Actually, I think Sequence mode is more appropriate than Real Time mode in this case, but I too think that is the answer. To explain more what (we think) is going on: When you load data with time in ParaView, it goes to a Snap to Timesteps mode where it will visit each unique timestep once

Re: [Paraview] Need urgent help: Edit Color Bar: How to revert to default

2016-11-27 Thread Moreland, Kenneth
Marc, Sorry for the low response on this question. Your question came in right as Thanksgiving holiday weekend started in the US. If you scroll down to the bottom of the Color Map Editor you will see a row of buttons on the bottom. The leftmost of these buttons is a circle of two arrows. If

Re: [Paraview] Need node numbers and element node connectivity

2016-11-27 Thread Moreland, Kenneth
Chaitanya, If I understand your question correctly, you should be able to solve your problem by running the Generate Ids filter before writing out the CSV file. -Ken From: ParaView on behalf of Chaitanya Raj Goyal Date: Thursday,

Re: [Paraview] how to compute the averaged value of variable on the whole domain?

2016-11-27 Thread Moreland, Kenneth
Fande, I think you may be looking for the “Integrate Variables” filter. -Ken From: ParaView on behalf of Fande Kong Date: Sunday, November 27, 2016 at 3:17 PM To: ParaView Subject: [EXTERNAL] [Paraview] how to

Re: [Paraview] RAW (binary) file import issues

2016-11-22 Thread Moreland, Kenneth
Although we have certainly run into issues with communicating large messages, I’m not sure this is the issue with MPI-I/O. File sizes and linear offsets use a type MPI_Offset, which according to the specification should be large enough to hold the size of any file supported by the file system.

Re: [Paraview] [EXTERNAL] animating particle pathlines

2016-11-15 Thread Moreland, Kenneth
day, November 15, 2016 at 2:32 AM To: "Moreland, Kenneth" <kmo...@sandia.gov> Subject: RE: [EXTERNAL] [Paraview] animating particle pathlines Hi Ken, Do you know how to make that work? I’ve have wrestled with that filter endlessly with no success. I just get a blank screen, or i

Re: [Paraview] [EXTERNAL] animating particle pathlines

2016-11-14 Thread Moreland, Kenneth
That sounds like a job for the "Temporal Particles To Pathlines" filter. -Ken Sent from my iPad so blame autocorrect. On Nov 14, 2016, at 10:54 AM, David I. Robinson > wrote: Hello, I'm trying to visualise lagrangian particle

Re: [Paraview] Volume Rendering "Brightness"

2016-11-07 Thread Moreland, Kenneth
It looks like this is an old message that has been stuck waiting for a moderator to release it, but in case you are still interested in the answer here goes. There used to be a parameter in the color map named Scalar Opacity Unit Distance (or something like that) that could be used to

Re: [Paraview] Electric field plot

2016-11-07 Thread Moreland, Kenneth
Chara, If you look in the Properties panel in the Display section under the heading “X Axis Parameters,” there is a combo box named “X Array Name.” Change the value of that box from arc_length to Points_Y. -Ken From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of Chara Kitsaki

Re: [Paraview] delta between times

2016-11-03 Thread Moreland, Kenneth
This sounds exactly like a question that was posted to this list a few days ago: http://markmail.org/thread/zxtz6p32prxu76h3 -Ken From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of Scott, W Alan Sent: Thursday, November 3, 2016 2:48 PM To: paraview@paraview.org Subject:

Re: [Paraview] Data structure type

2016-10-28 Thread Moreland, Kenneth
Chris, Ultimately to represent your data in the way you describe, you will need to store it in an unstructured grid. Even though your data are regular in the X and Y directions, the structured data types will insist on connecting the points of the cells, which you explicitly stated that you do

Re: [Paraview] [EXTERNAL] RE: [EXT] Re: Any way to select nodes that are inside a volume

2016-10-25 Thread Moreland, Kenneth
Type to Scalar, the Scalars to vtkValidPointMask, and the Value to something more than 1. -Ken From: Dennis Conklin <dennis_conk...@goodyear.com> Date: Tuesday, October 25, 2016 at 8:05 AM To: "Moreland, Kenneth" <kmo...@sandia.gov>, "Paraview (paraview@paraview.or

Re: [Paraview] [EXTERNAL] RE: [EXT] Re: Any way to select nodes that are inside a volume

2016-10-24 Thread Moreland, Kenneth
So the “Extract Block” filter should do the trick. Extract the blocks with the truss elements and write that out to a mesh file. -Ken From: Dennis Conklin <dennis_conk...@goodyear.com> Date: Monday, October 24, 2016 at 4:33 PM To: "Moreland, Kenneth" <kmo...@sandia.gov>

Re: [Paraview] [EXTERNAL] RE: [EXT] Re: Any way to select nodes that are inside a volume

2016-10-24 Thread Moreland, Kenneth
lin <dennis_conk...@goodyear.com> Date: Monday, October 24, 2016 at 7:47 AM To: "Moreland, Kenneth" <kmo...@sandia.gov>, "Paraview (paraview@paraview.org)" <paraview@paraview.org> Subject: [EXTERNAL] RE: [EXT] Re: [Paraview] Any way to select nodes that are insi

Re: [Paraview] Any way to select nodes that are inside a volume

2016-10-21 Thread Moreland, Kenneth
Is there any feature of your data that distinguishes the rebar from the larger blob? Do you have a multiblock data with one or more blocks containing only rebar? Do you have field data that might be unique to the rebar such as material type or density? -Ken From: ParaView

Re: [Paraview] Gradient filter: boundary effects

2016-09-27 Thread Moreland, Kenneth
of cell data to point data as that is used for plenty of use cases other than gradients. -Ken From: "Zenker, Dr. Matthias" <matthias.zen...@erbe-med.com> Date: Tuesday, September 27, 2016 at 11:43 AM To: "Moreland, Kenneth" <kmo...@sandia.gov> Cc: "'paraview@

Re: [Paraview] Gradient filter: boundary effects

2016-09-27 Thread Moreland, Kenneth
: "Zenker, Dr. Matthias" <matthias.zen...@erbe-med.com> Date: Tuesday, September 27, 2016 at 9:06 AM To: "Moreland, Kenneth" <kmo...@sandia.gov> Cc: "paraview@paraview.org" <paraview@paraview.org> Subject: [EXTERNAL] AW: [Paraview] Gradient filter: bo

Re: [Paraview] Gradient filter: boundary effects

2016-09-27 Thread Moreland, Kenneth
27, 2016 at 8:28 AM To: "Moreland, Kenneth" <kmo...@sandia.gov>, "paraview@paraview.org" <paraview@paraview.org> Subject: [EXTERNAL] AW: [Paraview] Gradient filter: boundary effects Hi Kenneth, thank you for the quick answer! So it seems not that trivia

Re: [Paraview] Gradient filter: boundary effects

2016-09-27 Thread Moreland, Kenneth
Matthias, The gradient is estimated with finite differences. Thus, it is not wholly unexpected that there could be differences at the boundaries. However, the algorithm does not assume zero for adjacent cells at the boundaries. The way the unstructured gradient filter works is that it computes

Re: [Paraview] Precise location of contours on boundaries

2016-09-09 Thread Moreland, Kenneth
Saideep, This may or may not be what you are asking for, but you should be able to get the exact location of the contour on the boundaries by first extracting the boundary and then running the contours on the boundary. This will give you the contours on the boundary only. How you get the

Re: [Paraview] Data handling in ParaView

2016-09-01 Thread Moreland, Kenneth
Stefan, The idea of identifying each "cell" by a scalar value should work just fine and be scalable. However, I do not understand what the issue is that the n-th cell's last point is connected to the n+1-th cell's first point. If there is no connection. I honestly do not see anything wrong

Re: [Paraview] Opacity mapping and image texture in ParaView 5.1.2

2016-08-23 Thread Moreland, Kenneth
Venke, That definitely looks like a bug, and I was able to replicate the behavior. Thanks for reporting it. I added the issue to the bug tracker (https://gitlab.kitware.com/paraview/paraview/issues/16853). -Ken From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of

Re: [Paraview] Merging two datasets

2016-08-16 Thread Moreland, Kenneth
Does the Append Attributes filter do what you want? That combines the fields of the two data sets into one. -Ken Sent from my iPad so blame autocorrect. > On Aug 15, 2016, at 6:31 PM, Salazar De Troya, Miguel > wrote: > > Hello, > > I have two data sets that share

Re: [Paraview] Private pipeline

2016-08-15 Thread Moreland, Kenneth
Зиганшин [mailto:ziganshinsha...@hotmail.com] Sent: Monday, August 15, 2016 9:38 AM To: Moreland, Kenneth <kmo...@sandia.gov>; paraview@paraview.org Subject: [EXTERNAL] RE: [Paraview] Private pipeline If I'm working in multiple layouts my pipeline browser becomes a list of thousands of loosely c

Re: [Paraview] Private pipeline

2016-08-15 Thread Moreland, Kenneth
I am not sure I totally understand by a “private pipeline,” but I think you mean that you have a pipeline that you set up in ParaView over and over again and you would like to add a button or something to ParaView to automatically create this pipeline with one click. The short answer is, yes.

Re: [Paraview] Slicing a sphere based on longitudes and latitudes

2016-08-11 Thread Moreland, Kenneth
Anderson [mailto:arctica1...@gmail.com] Sent: Tuesday, August 9, 2016 1:39 AM To: Moreland, Kenneth <kmo...@sandia.gov> Cc: paraview@paraview.org Subject: [EXTERNAL] Re: [Paraview] Slicing a sphere based on longitudes and latitudes Hi Ken, Thanks for the info, that all worked fine. Sor

Re: [Paraview] Slicing a sphere based on longitudes and latitudes

2016-08-05 Thread Moreland, Kenneth
Lester, This is pretty straightforward problem in geometry. As I give you the answer, I am assuming that your sphere is centered at the origin (as you said), the axis that runs through the north/south pole is along the Z axis, and the prime meridian (0 degrees longitude) is in the positive X

Re: [Paraview] Convert structured exodus to voxel data

2016-07-25 Thread Moreland, Kenneth
Alan, For reasons I am sure you are aware of, you cannot in general directly convert the points and cells of an unstructured grid like an Exodus mesh to a regular grid of voxels, and there is no such filter. The easiest way to make this conversion is to run the Resample To Image filter. This

Re: [Paraview] Probe Location

2016-07-03 Thread Moreland, Kenneth
If you know the point id, you can select exactly that with the Find Data dialog. You can then plot that selection over time. -Ken Sent from my iPad so blame autocorrect. > On Jul 3, 2016, at 8:11 AM, B O wrote: > > Dear Paraview developers > > I intended to plot a

Re: [Paraview] [EXTERNAL] Symbol WinMain missing when compiling with Visual Studio

2016-07-01 Thread Moreland, Kenneth
Visual Studio 2013 CMake 3.5.2 Qt 4.8.6 -Ken On 7/1/16, 7:25 AM, "Ben Boeckel" wrote: On Thu, Jun 30, 2016 at 19:20:58 +, Scott, W Alan wrote: > Try building without Ninja? If that also fails, I could try a build > of my own. Haven't done so in 6 months, but it

Re: [Paraview] Animating trajectories of points

2016-06-30 Thread Moreland, Kenneth
, 2016 7:24 PM To: Moreland, Kenneth <kmo...@sandia.gov> Subject: [EXTERNAL] Re: [Paraview] Animating trajectories of points Thank you for your assistance, Ken. I was able to get it to run. An issue I see is that my animation requires 150,000 files. Is there a way to combine the data into a

  1   2   3   4   5   6   7   8   9   >