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

TAUSurfaceDataloader Bugfix #41

Closed Apollonaut10 closed 11 months ago

Apollonaut10 commented 11 months ago

In case of mixed elements (surface-tris and surface-quads) the self._zone_ids array was returned unsorted. Therefore the index positions did not match correctly with the global_ids of the points in the mesh. This is now corrected.