View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014884ParaView(No Category)public2014-07-24 10:012016-08-12 09:59
ReporterAndy Bauer 
Assigned ToBerk Geveci 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Versiongit-master 
Target VersionFixed in Version 
Summary0014884: ghost cells causing problems in pvti files
DescriptionGhost cells are causing "cracks" between partitions of the original subdomains.

Steps to reproduce:
run the following script with pvbatch with 2 processes:
from paraview.simple import *
Wavelet()
g = GradientOfUnstructuredDataSet()
g.ScalarArray = ['POINTS', 'RTData']
w = XMLPImageDataWriter()
w.FileName = "ghosts.pvti"
w.UpdatePipeline()


Load that into paraview and change to surface view.
TagsNo tags attached.
ProjectTBD
Topic Name
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0038606)
Kitware Robot (administrator)
2016-08-12 09:59

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page.

 Issue History
Date Modified Username Field Change
2014-07-24 10:01 Andy Bauer New Issue
2014-07-24 10:01 Andy Bauer Assigned To => Berk Geveci
2016-08-12 09:59 Kitware Robot Note Added: 0038606
2016-08-12 09:59 Kitware Robot Status backlog => closed
2016-08-12 09:59 Kitware Robot Resolution open => moved


Copyright © 2000 - 2018 MantisBT Team