pmgbergen / porepy

Python Simulation Tool for Fractured and Deformable Porous Media
GNU General Public License v3.0
251 stars 88 forks source link

BUG: Increase digits of integer arrays #1176

Closed IvarStefansson closed 5 months ago

IvarStefansson commented 5 months ago

Proposed changes

2d domains with 64 fractures did not work due to the edges array being int8. This PR increases to int32 throughout the code (all inside fracs, mostly related to tagging). Thanks to @jwboth for provoking the bug!

Types of changes

What types of changes does this PR introduce to PorePy? Put an x in the boxes that apply.

Checklist

Put an x in the boxes that apply or explain briefly why the box is not relevant.