MantisBT - VTK | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0010311 | VTK | (No Category) | public | 2010-02-19 02:32 | 2016-08-12 09:55 |
| Reporter | yoshimi kenichiro | ||||
| Assigned To | Kitware Robot | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | moved | ||
| Platform | OS | OS Version | |||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Project | |||||
| Type | |||||
| Summary | 0010311: vtkFLUENTReader doesn't read an ASCII mesh file that has a list of element-type of each cell | ||||
| Description | In vtkFLUENTReader::GetCellsAscii(), element-Type is inserted into bad position in an array. This is required to be changed like following: if (elementType == 0) { ... for (int i = firstIndex; i <=lastIndex; i++) { pdatastream >> this->Cells->value[i].type; -----> value[i-1].type this->Cells->value[i-1].zone = zoneId; this->Cells->value[i-1].parent = 0; this->Cells->value[i-1].child = 0; } } | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2010-02-19 02:32 | yoshimi kenichiro | New Issue | |||
| 2011-06-16 13:11 | Zack Galbreath | Category | => (No Category) | ||
| 2016-08-12 09:55 | Kitware Robot | Note Added: 0037143 | |||
| 2016-08-12 09:55 | Kitware Robot | Status | expired => closed | ||
| 2016-08-12 09:55 | Kitware Robot | Resolution | open => moved | ||
| 2016-08-12 09:55 | Kitware Robot | Assigned To | => Kitware Robot | ||
| Notes | |||||
|
|
|||||
|
|
||||