MantisBT - Xdmf | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0015734 | Xdmf | (No Category) | public | 2015-09-10 06:03 | 2015-09-10 07:37 |
| Reporter | Felipe Bordeu | ||||
| Assigned To | Joachim Pouderoux | ||||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | confirmed | Resolution | open | ||
| Platform | OS | OS Version | |||
| Summary | 0015734: missing QUADRILATERAL_9 in the XdmfTopologyType constructor | ||||
| Description | a missing QUADRILATERAL_9 makes impossible the reading with this type of elements. This patch solve the problem: @@ -649,6 +649,9 @@ XdmfTopologyType::New(const std::map<std::string, std::string> & itemProperties) else if(typeVal.compare("TRIANGLE_6") == 0) { return Triangle_6(); } + else if(typeVal.compare("QUADRILATERAL_9") == 0) { + return Quadrilateral_9(); + } else if(typeVal.compare("QUADRILATERAL_8") == 0) { return Quadrilateral_8(); } | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2015-09-10 06:03 | Felipe Bordeu | New Issue | |||
| 2015-09-10 07:04 | Joachim Pouderoux | Note Added: 0039384 | |||
| 2015-09-10 07:35 | Joachim Pouderoux | Assigned To | => Joachim Pouderoux | ||
| 2015-09-10 07:35 | Joachim Pouderoux | Status | new => assigned | ||
| 2015-09-10 07:36 | Joachim Pouderoux | Status | assigned => confirmed | ||
| 2015-09-10 07:37 | Joachim Pouderoux | Note Added: 0039389 | |||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||