[Paraview] Writing XML VTK Binary files from C++

2017-11-30 Thread Stegmeier, Nicholas
Hello, I am new to Paraview and C++ coming from a mostly mathematics background. I am emailing to get resources or help on writing binary XML VTK files from C++. I have finally succeeded in using the ASCII XML VTK format for a 2D rectilinear CFD application. My ".pvtr" file is shown below.

Re: [Paraview] Writing XML VTK Binary files from C++

2017-12-03 Thread Stegmeier, Nicholas
the file)? I wonder if I will run into a problem because of how I have set up the array with the 't' index last. Thank you so much for your help so far. Nicholas Stegmeier Graduate Student Mathematics and Statistics South Dakota State University ____ From: Mar

Re: [Paraview] Writing XML VTK Binary files from C++

2017-12-01 Thread Stegmeier, Nicholas
sen Cc: Stegmeier, Nicholas; paraview@paraview.org Subject: Re: [Paraview] Writing XML VTK Binary files from C++ Another approach is to use VTK itself to write the files. Since VTK 6 it is straightforward to configure a VTK build consisting of only the IO/ParallelXML module and its required depend

[Paraview] Parallel Paraview Large Size Animations

2018-01-20 Thread Stegmeier, Nicholas
Hello, I recently tried to create a large animation using parallel paraview with 40 cores, but I received this error: "ERROR: In paraview/paraview-v5.4.1/VTK/Common/Core/vtkGenericDataArray.txx, line 442 vtkIdTypeArray(0x2aaabc66a8e0): Unable to allocate 131071 elements of size 8 bytes."