Silo
Silo copied to clipboard
DBAnnotateUcdmesh (internal method) can get shapetype wrong
DBAnnotateUcdmesh adds a shapetype array to a zonelist after reading in a ucdmesh in DBGetUcdmesh.The problem is that it keys off of ndims member to determine dimensionality of the entities and that member is the spatial dimension of the mesh not the topological dimension. So, I am pretty sure a writer creating a zonelist of polygons in 3-space will fail badly.
-----------------------REDMINE MIGRATION----------------------- This ticket was migrated from Redmine. As such, not all information was able to be captured in the transition. Below is a complete record of the original redmine ticket.
Ticket number: 984 Status: New Project: VisIt Tracker: Bug Priority: Normal Subject: DBAnnotateUcdmesh (internal method) can get shapetype wrong Assigned to: - Category: - Target version: - Author: Mark Miller Start: 02/27/2012 Due date: % Done: 0% Estimated time: Created: 02/27/2012 04:57 pm Updated: Likelihood: 3 - Occasional Severity: 3 - Major Irritation Found in version: 4.8 Impact: Expected Use: OS: All Support Group: Any Description: DBAnnotateUcdmesh adds a shapetype array to a zonelist after reading in a ucdmesh in DBGetUcdmesh.The problem is that it keys off of ndims member to determine dimensionality of the entities and that member is the spatial dimension of the mesh not the topological dimension. So, I am pretty sure a writer creating a zonelist of polygons in 3-space will fail badly.
Comments: