-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GeoMechanicsAnalysis] Clean up Python class
GeoMechanicsAnalysis
(#…
…13097) - Merged base class `GeoMechanicsAnalysisBase` into derived class `GeoMechanicsAnalysis`. It was unclear why this subdivision was there in the first place. Consequently, it was unclear which methods should reside in the base class and which ones should reside in the derived class. Now there is a single class (`GeoMechanicsAnalysis`) that directly derives from `AnalysisStage`. - Simplified the implementation of a few methods. - Put the methods in a more logical order. Also, the "public" methods now precede the "private" ones (i.e. those whose names start with `_`).
- Loading branch information
Showing
1 changed file
with
56 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters