Commit ce3b253
refactor: Move PVGeomechanicsAnalysis to geos-pv and GeomechanicsCalculator to geos-processing (#140)
* move GeomechnicsCalculator to geos-mesh
* move PVGeomechanicsAnalysis in geos-pv
* move GeomechanicsCalculator in the correct folder
* Remove PVPythonAlgorithmBase
* refactor computeElasticModulus functions
* refactor compute biot coefficient
* refactor computeCompressibilityCoefficient function
* refactor computeRealEffectiveStressRatio
* refactor computeSpecificGravity
* refactor computeTotalStresses
* refactor computBasicOutputs
* refactor computeAdvence
* Add the function getOutput
* Clean for the ci
* update the doc
* Change the name to add logic
* refactor the doc
* Refactor the paraview plugin
* clean for ci
* clean the doc
* fix the ci
* Update the workflow plugins using the filter
* fix the test
* fix the ci
* Add the new folder geos-processing
* move GeomechanicsCalculators to geos-processing
* Apply suggestions from Paloma's review
Co-authored-by: paloma-martinez <104762252+paloma-martinez@users.noreply.github.com>
* Keep the old way to load the file, this update is for another pr
* fix the ci
* Factorize the checkMandatoryAttributesFunction and add docs
* update import
* fix Install packages
* fix ci
* fix geos-post build
* Apply Jacques suggestion with dataclass
* update dataclass
* fix ruff
* update the doc
* Apply suggestions from Paloma's review
Co-authored-by: paloma-martinez <104762252+paloma-martinez@users.noreply.github.com>
* Fix dataclass default value
---------
Co-authored-by: paloma-martinez <104762252+paloma-martinez@users.noreply.github.com>1 parent ccb1e18 commit ce3b253
28 files changed
Lines changed: 1942 additions & 1829 deletions
File tree
- .github/workflows
- docs
- geos_mesh_docs
- geos_posp_docs
- geos_processing_docs
- geos_pv_docs
- geos-geomechanics
- src/geos/geomechanics/processing
- tests
- geos-posp
- src
- PVplugins
- geos_posp/filters
- geos-processing
- src/geos/processing/post_processing
- geos-pv
- src/geos/pv/plugins
- geos-utils/src/geos/utils
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| |||
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
75 | | - | |
| 76 | + | |
76 | 77 | | |
| 78 | + | |
| 79 | + | |
77 | 80 | | |
78 | 81 | | |
79 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | 37 | | |
45 | 38 | | |
46 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | 6 | | |
15 | 7 | | |
16 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
0 commit comments