FlowModelingControl / flowtorch

flowTorch - a Python library for analysis and reduced-order modeling of fluid flows
GNU General Public License v3.0
131 stars 45 forks source link

Bug in parsing faces from binary format #14

Closed AndreWeiner closed 3 years ago

AndreWeiner commented 3 years ago

Cylinder and airfoil test case throw exception when computing cell vertices. The reason is most likely in the face parsing. The point labels take unreasonably large values. The error occurs for serial and decomposed cases. Parsing ASCII format is not affected.