pmgbergen / porepy

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

Delete unused method from FractureNetwork classes #1242

Closed keileg closed 1 month ago

keileg commented 1 month ago

Proposed changes

Removed several deprecated methods from FractureNetwork2d and one unused method from FractureNetwork3d. Most of the methods have been marked for deprecation for a while, and all are almost surely never used.

Also removed an option remove_small_fractures from 2d meshing. This was not tested, and it would be surprising if the meshing is actually robust with that option active. The operation can and should be done outside the meshing routine.

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.