Commit 8cc89f5
authored
Correction of erroneous copy of pre-split tags to new split meshes (#34)
* First correction now allowing for the copy of fields from the original mesh to the 2 split meshes.
But the indexes of fields are not correct yet for fracture mesh.
* Module import paths update
* Fields are now copied correctly for fracture_mesh.
* Test case added to check the __copy_fields feature.
* Invalid packages import for geos-mesh, impacting documentation (#32)
Updating sphinx and sphinx-argparse solved the issue.
* Correction for yapf valid format.
* Had to make a workaround to avoid a weird yapf formatting suggestion.
* Mistake correction
* First correction now allowing for the copy of fields from the original mesh to the 2 split meshes.
But the indexes of fields are not correct yet for fracture mesh.
* Module import paths update
* Fields are now copied correctly for fracture_mesh.
* Test case added to check the __copy_fields feature.
* Correction for yapf valid format.
* Had to make a workaround to avoid a weird yapf formatting suggestion.
* Mistake correction
* First part of review corrections
* Second part correction of reviews
* Last part of correction review
* Updated method when linking old cells to new cells ids to copy correctly the fields1 parent 98680c5 commit 8cc89f5
File tree
4 files changed
+457
-297
lines changed- geos-mesh
- src/geos/mesh/doctor/checks
- tests
4 files changed
+457
-297
lines changedLines changed: 18 additions & 35 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | 2 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
28 | 12 | | |
29 | 13 | | |
30 | 14 | | |
| |||
44 | 28 | | |
45 | 29 | | |
46 | 30 | | |
47 | | - | |
| 31 | + | |
48 | 32 | | |
49 | 33 | | |
50 | 34 | | |
| |||
73 | 57 | | |
74 | 58 | | |
75 | 59 | | |
76 | | - | |
77 | | - | |
78 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
79 | 63 | | |
80 | 64 | | |
81 | 65 | | |
| |||
98 | 82 | | |
99 | 83 | | |
100 | 84 | | |
101 | | - | |
| 85 | + | |
102 | 86 | | |
103 | 87 | | |
104 | 88 | | |
105 | 89 | | |
106 | 90 | | |
107 | 91 | | |
108 | | - | |
| 92 | + | |
109 | 93 | | |
110 | 94 | | |
111 | 95 | | |
| |||
116 | 100 | | |
117 | 101 | | |
118 | 102 | | |
119 | | - | |
| 103 | + | |
120 | 104 | | |
121 | 105 | | |
122 | 106 | | |
| |||
129 | 113 | | |
130 | 114 | | |
131 | 115 | | |
132 | | - | |
133 | | - | |
134 | | - | |
| 116 | + | |
| 117 | + | |
135 | 118 | | |
136 | 119 | | |
137 | 120 | | |
| |||
0 commit comments